Changeset 23924 for trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile
- Timestamp:
- Apr 18, 2009, 11:11:15 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile
r23526 r23924 5 5 CCDEFS+=$(VERSIONDEFS) 6 6 CCLINK += -lm 7 8 7 # $(EXECNAME): $(OBJS) libfh.a libpsf.a libpscoords.a 9 8 $(EXECNAME): $(OBJS) libfh.a libpscoords.a … … 13 12 # Dependencies by Make.Common $Revision: 2.17 $ 14 13 15 $(OBJ)/basement.o: basement.c16 17 14 $(OBJ)/burnfix.o: burnfix.c burntool.h burnparams.h 18 15 19 16 $(OBJ)/burntool.o: burntool.c fh/fh.h fhreg/general.h \ 20 17 fhreg/macros.h fhreg/gpc_detector.h \ 21 burntool.h burnparams.h 18 burntool.h burnparams.h persist_fits.h 22 19 23 20 $(OBJ)/burnutils.o: burnutils.c burntool.h burnparams.h 24 21 25 22 $(OBJ)/cheapfits.o: cheapfits.c 23 24 $(OBJ)/persist_fits.o: persist_fits.c fh/fh.h burntool.h \ 25 burnparams.h persist_fits.h 26 26 27 27 $(OBJ)/persistfix.o: persistfix.c burntool.h burnparams.h … … 34 34 $(OBJ)/psfstats.o: psfstats.c burntool.h psf/psf.h 35 35 36 $(OBJ)/sort.o: sort.c 37 36 38 $(OBJ)/stardetect.o: stardetect.c burntool.h burnparams.h 37 39
Note:
See TracChangeset
for help on using the changeset viewer.
