| Line |  | 
|---|
| 1 | ifeq ($(HOSTTYPE), alpha) | 
|---|
| 2 | CXX  = cxx | 
|---|
| 3 | endif | 
|---|
| 4 | ifndef (CFITSIODIR) | 
|---|
| 5 | CFITSIODIR = ../cfitsio | 
|---|
| 6 | endif | 
|---|
| 7 | CPPFLAGS    =-O -g -I$(CFITSIODIR) | 
|---|
| 8 |  | 
|---|
| 9 | LDLIBS=-L$(CFITSIODIR)/$(HOSTTYPE) -lcfitsio | 
|---|
| 10 |  | 
|---|
| 11 | default: archtoi | 
|---|
| 12 |  | 
|---|
| 13 | clean: | 
|---|
| 14 | rm -f archtoi *.o archdump | 
|---|
| 15 |  | 
|---|
| 16 |  | 
|---|
| 17 | archtoi: 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 | 
|---|
| 24 | archdump: 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.