source: Sophya/trunk/Poubelle/archTOI.old/Makefile_nodep@ 437

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

* empty log message *

File size: 765 bytes
Line 
1ifeq ($(HOSTTYPE), alpha)
2 CXX = cxx
3endif
4ifndef (CFITSIODIR)
5 CFITSIODIR = ../cfitsio
6endif
7CPPFLAGS =-O -g -I$(CFITSIODIR)
8
9LDLIBS=-L$(CFITSIODIR)/$(HOSTTYPE) -lcfitsio
10
11default: archtoi
12
13clean:
14 rm -f archtoi *.o archdump
15
16
17archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \
18 ssthandler.o toiinterpolator.o gpsparser.o asigps.o \
19 auxinterpgps.o tsid.o archparam.o dyffttools.o fft_mayer.o \
20 formepulse.o pisteetoile.o sstetoile.o transfelec.o \
21 gyrohandler.o aa_hadec.o templocator.o plgalcross.o \
22 arcunit.o
23 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
24archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
25 $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
26
Note: See TracBrowser for help on using the repository browser.