Changeset 2670 for trunk/stac/src/Makefile
- Timestamp:
- Dec 8, 2004, 3:12:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r2661 r2670 1 1 SHELL = /bin/sh 2 2 CC = gcc 3 CFLAGS += -O2 -g -std=c99 -I/home/mithrandir/price/psLib3/psLib/include -D TESTING -DCRFLUX3 CFLAGS += -O2 -g -std=c99 -I/home/mithrandir/price/psLib3/psLib/include -DCRFLUX 4 4 PSLIB += -L/home/mithrandir/price/psLib3/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm 5 5 LDFLAGS += $(PSLIB) … … 21 21 $(CC) $(CFLAGS) -o $@ calcGrad.o $(LDFLAGS) $(OPTFLAGS) 22 22 23 median: median.o 24 $(CC) $(CFLAGS) -o $@ median.o $(LDFLAGS) $(OPTFLAGS) 25 26 23 27 clean: 24 28 -$(RM) *.o gmon.* profile.txt … … 37 41 -$(RM) test_[0-3].fits.shifterr.* 38 42 -$(RM) leaks.dat 39 ./stac -v -k 2.5 -f 0.3 -G 0.6testout.fits test_0.fits test_1.fits test_2.fits test_3.fits43 ./stac -v -k 3 -f 0.7 -G 0.77 testout.fits test_0.fits test_1.fits test_2.fits test_3.fits 40 44 41 45 # Run profiling.
Note:
See TracChangeset
for help on using the changeset viewer.
