source: Sophya/trunk/Poubelle/archTOI.old/Makefile@ 356

Last change on this file since 356 was 355, checked in by ansari, 26 years ago

CFITSIO

File size: 1.3 KB
Line 
1CXX=cxx
2CFITSIODIR=../cfitsio
3CPPFLAGS=-O -I$(CFITSIODIR)
4LDLIBS=-L$(CFITSIODIR) -lcfitsio
5archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \
6 ssthandler.o toiinterpolator.o gpsparser.o
7 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
8archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
9 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
10
11archeops.o: archeops.c archeops.h
12decompress.o: decompress.c archeops.h compress.h
13archeopsfile.o: archeopsfile.cc archeopsfile.h archeops.h \
14 ssthandler.h compress.h
15archtoi.o: archtoi.cc archeopsfile.h archeops.h \
16 ssthandler.h toisvr.h toiiter.h archtoi.h
17archtoidump.o: archtoidump.cc archeopsfile.h archeops.h \
18 ssthandler.h archtoi.h toisvr.h toiiter.h
19archtoimain.o: archtoimain.cc archeopsfile.h archeops.h \
20 ssthandler.h archtoi.h toisvr.h toiiter.h
21ssthandler.o: ssthandler.cc ssthandler.h archeops.h
22test.o: test.cc archeopsfile.h archeops.h ssthandler.h \
23 archtoi.h toisvr.h toiiter.h
24toiinterpolator.o: toiinterpolator.cc toiinterpolator.h
25toiiter.o: toiiter.cc toiiter.h archeopsfile.h archeops.h \
26 ssthandler.h toiinterpolator.h
27toisvr.o: toisvr.cc toisvr.h toiiter.h archeopsfile.h archeops.h \
28 ssthandler.h
29gpsparser.o: gpsparser.cc gpsparser.h archeops.h
Note: See TracBrowser for help on using the repository browser.