Changeset 3387 for trunk/stac/src/Makefile
- Timestamp:
- Mar 7, 2005, 6:03:09 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r3375 r3387 12 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 14 17 15 18 .PHONY: tags clean empty test profile optimise … … 36 39 $(CC) $(CFLAGS) -o $@ $(FITTRANS) $(LDFLAGS) $(OPTFLAGS) 37 40 41 testShift: $(TEST_SHIFT) 42 $(CC) $(CFLAGS) -o $@ $(TEST_SHIFT) $(LDFLAGS) $(OPTFLAGS) 43 38 44 clean: 39 45 -$(RM) *.o gmon.* profile.txt … … 51 57 -$(RM) test_[0-3].fits.shiftrej 52 58 -$(RM) test_[0-3].fits.shifterr.* 59 -$(RM) test_[0-3].fits.grad 60 -$(RM) test_[0-3].fits.region 61 -$(RM) test_[0-3].fits.rejmap 53 62 -$(RM) leaks.dat 54 ./stac -v -k 2.5 -f 0.5 -G 0.96 testout.fits test_0.fits test_1.fits test_2.fits test_3.fits 63 # ./stac -v -k 2.5 -f 0.5 -G 0.96 testout.fits test_0.fits test_1.fits test_2.fits test_3.fits 64 ./stac -v testout.fits test_0.fits test_1.fits test_2.fits test_3.fits 55 65 56 66 # Run profiling.
Note:
See TracChangeset
for help on using the changeset viewer.
