Changeset 3660 for trunk/stac/src/Makefile
- Timestamp:
- Apr 4, 2005, 6:15:21 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r3610 r3660 6 6 7 7 STAC = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ 8 stacCombine.o stacInvertMaps.o stacRejection.o stacAreaOfInterest.o stacSize.o stacScales.o 8 stacCombine.o stacInvertMaps.o stacRejection.o stacAreaOfInterest.o stacSize.o stacScales.o \ 9 stacHelp.o 9 10 10 SHIFT = shift.o stac Config.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \11 SHIFT = shift.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ 11 12 stacCombine.o stacInvertMaps.o stacSize.o 12 13 13 FITTRANS = fitTrans.o fitTransConfig.o fitTransRead.o stacCheckMemory.o fitTransSolve.o 14 15 TEST_SHIFT = testShift.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ 16 stacInvertMaps.o 17 18 PHOTSCALE = photScale.o 14 SHIFTSIZE = shiftSize.o shiftSizeHelp.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o 19 15 20 16 .PHONY: tags clean empty test profile optimise … … 29 25 $(CC) $(CFLAGS) -o $@ $(SHIFT) $(LDFLAGS) $(OPTFLAGS) 30 26 31 photScale: $(PHOTSCALE) 32 $(CC) $(CFLAGS) -o $@ $(PHOTSCALE) $(LDFLAGS) $(OPTFLAGS) 33 34 calcGrad: calcGrad.o 35 $(CC) $(CFLAGS) -o $@ calcGrad.o $(LDFLAGS) $(OPTFLAGS) 36 37 median: median.o 38 $(CC) $(CFLAGS) -o $@ median.o $(LDFLAGS) $(OPTFLAGS) 39 40 getPixels: getPixels.o 41 $(CC) $(CFLAGS) -o $@ getPixels.o $(LDFLAGS) $(OPTFLAGS) 42 43 fitTrans: $(FITTRANS) 44 $(CC) $(CFLAGS) -o $@ $(FITTRANS) $(LDFLAGS) $(OPTFLAGS) 45 46 testShift: $(TEST_SHIFT) 47 $(CC) $(CFLAGS) -o $@ $(TEST_SHIFT) $(LDFLAGS) $(OPTFLAGS) 27 shiftSize: $(SHIFTSIZE) 28 $(CC) $(CFLAGS) -o $@ $(SHIFTSIZE) $(LDFLAGS) $(OPTFLAGS) 48 29 49 30 clean: … … 66 47 -$(RM) test_[0-3].fits.rejmap 67 48 -$(RM) leaks.dat 68 # ./stac -v -k 2.5 -f 0.5 -G 0.96 testout.fits test_0.fits test_1.fits test_2.fits test_3.fits69 49 ./stac -v testout.fits test_0.fits test_1.fits test_2.fits test_3.fits 70 50
Note:
See TracChangeset
for help on using the changeset viewer.
