Changeset 355 in Sophya for trunk/Poubelle/archTOI.old


Ignore:
Timestamp:
Aug 5, 1999, 3:49:08 PM (26 years ago)
Author:
ansari
Message:

CFITSIO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/Makefile

    r342 r355  
    11CXX=cxx
    2 CPPFLAGS=-O
     2CFITSIODIR=../cfitsio
     3CPPFLAGS=-O -I$(CFITSIODIR)
     4LDLIBS=-L$(CFITSIODIR) -lcfitsio
    35archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \
    46         ssthandler.o toiinterpolator.o gpsparser.o
    5         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
     7        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm 
    68archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
    79        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
Note: See TracChangeset for help on using the changeset viewer.