IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 12:13:28 PM (21 years ago)
Author:
Paul Price
Message:

Cleaning up stac.c to work with TESTING. shiftSize now working. Added stacWriteMaps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/Makefile

    r3660 r3667  
    11SHELL = /bin/sh
    22CC = gcc
    3 CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib/include -D_GNU_SOURCE # -DCRFLUX -DTESTING
     3CFLAGS += -g -std=c99 -I/home/mithrandir/price/psLib/include -D_GNU_SOURCE # -DTESTING -DCRFLUX
    44PSLIB += -L/home/mithrandir/price/psLib/lib/ -lpslib -lgsl -lgslcblas -lfftw3f -lsla -lcfitsio -lm -lxml2 -lmysqlclient
    55LDFLAGS += $(PSLIB)
     
    1212        stacCombine.o stacInvertMaps.o stacSize.o
    1313
    14 SHIFTSIZE = shiftSize.o shiftSizeHelp.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o
     14SHIFTSIZE = shiftSize.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o
    1515
    1616.PHONY: tags clean empty test profile optimise
Note: See TracChangeset for help on using the changeset viewer.