; Convert a SUN4G platform Makefile to a SUN4K platform Makefile (replace-string "PLATFORM = SUN4G" "PLATFORM = SUN4K") (beginning-of-buffer) (replace-string "/home/phoenix/faculty1/gfisher/" "/users/faculty/gfisher/") (beginning-of-buffer) ; The following is necessary due to a lack of config in makedepend. This will ; probably change or become unnecessary in the next major gnu upgrade on falcon ; and kdat. (replace-string "-I/opt/gnu/sparc-sun-solaris2.6/include" "-I/opt/gnu/sparc-sun-solaris2.5.1/include") ; The next line was necessary when using my makedepend, which seems not to be ; necesary anymore. I.e., the std makedepend has been fixed. ;(replace-string "/home/faculty1/gfisher/bin/makedepend $(DEPEND_FLAGS) $?" ; "makedepend $(DEPEND_FLAGS) $?")