#.f.o: # f77 -c $< #.c.o: # cc -c $< # The files below (ludcmp.o lubksb.o getobl.o oblique.o) have been # removed to disable obliquity correction. This obtion is easy to # re-implement, but is still menu-driven. 4 April 2003 # ludcmp.o lubksb.o \ # getobl.o oblique.o \ medcorrect: medcorrect.c medbsub.o \ distcorr.o editin.o \ intcorr.o \ shift.o shrink.o \ swizit.o dezinger.o cc -static -non_shared -v -o medcorrect medcorrect.c -g medbsub.o \ distcorr.o editin.o \ intcorr.o \ shift.o shrink.o \ swizit.o dezinger.o -lm -lc # ludcmp.o lubksb.o \ # getobl.o oblique.o \