Changeset 3667 for trunk/stac/src/Makefile
- Timestamp:
- Apr 5, 2005, 12:13:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r3660 r3667 1 1 SHELL = /bin/sh 2 2 CC = gcc 3 CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib/include -D_GNU_SOURCE # -D CRFLUX -DTESTING3 CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib/include -D_GNU_SOURCE # -DTESTING -DCRFLUX 4 4 PSLIB += -L/home/mithrandir/price/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm -lxml2 -lmysqlclient 5 5 LDFLAGS += $(PSLIB) … … 12 12 stacCombine.o stacInvertMaps.o stacSize.o 13 13 14 SHIFTSIZE = shiftSize.o s hiftSizeHelp.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o14 SHIFTSIZE = shiftSize.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o 15 15 16 16 .PHONY: tags clean empty test profile optimise
Note:
See TracChangeset
for help on using the changeset viewer.
