Changeset 2764 for trunk/stac/src/Makefile
- Timestamp:
- Dec 20, 2004, 6:15:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r2751 r2764 1 1 SHELL = /bin/sh 2 2 CC = gcc 3 CFLAGS += - O2 -g -std=c99 -I/home/mithrandir/price/psLib3/psLib/include #-DCRFLUX -DTESTING3 CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib3/psLib/include -DCRFLUX -DTESTING 4 4 PSLIB += -L/home/mithrandir/price/psLib3/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm 5 5 LDFLAGS += $(PSLIB) 6 6 7 7 OBJECTS = stac.o stacConfig.o stacRead.o stacErrorImages.o stacTransform.o stacCheckMemory.o \ 8 stacCombine.o stacInvertMaps.o stacRejection.o psPlaneTransform.o 8 stacCombine.o stacInvertMaps.o stacRejection.o psPlaneTransform.o stacAreaOfInterest.o 9 9 10 10 TARGET = stac
Note:
See TracChangeset
for help on using the changeset viewer.
