Changeset 397 in Sophya for trunk/Poubelle/archTOI.old/Makefile


Ignore:
Timestamp:
Sep 1, 1999, 5:35:17 PM (26 years ago)
Author:
ansari
Message:

* empty log message *

File:
1 edited

Legend:

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

    r372 r397  
    11CXX=cxx
    22CFITSIODIR=../cfitsio
    3 CPPFLAGS=-O -I$(CFITSIODIR)
    4 #CPPFLAGS=-g -I$(CFITSIODIR)
     3#CPPFLAGS=-O -I$(CFITSIODIR)
     4CPPFLAGS=-g -I$(CFITSIODIR)
    55LDLIBS=-L$(CFITSIODIR) -lcfitsio
    66archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \
    77         ssthandler.o toiinterpolator.o gpsparser.o asigps.o \
    8          auxinterpgps.o tsid.o
     8         auxinterpgps.o tsid.o archparam.o dyffttools.o fft_mayer.o \
     9         formepulse.o pisteetoile.o sstetoile.o transfelec.o
    910        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
    1011archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
     
    2829 tsid.h
    2930gpsparser.o: gpsparser.cc gpsparser.h archeops.h archeops_28.h
    30 ssthandler.o: ssthandler.cc ssthandler.h archeops.h archeops_28.h
    3131test.o: test.cc archeopsfile.h archeops.h archeops_28.h ssthandler.h \
    3232 gpsparser.h archtoi.h toisvr.h toiiter.h auxgps.h tsid.h \
     
    4141archeops.o: archeops.c archeops_28.c archeops.h archeops_28.h
    4242decompress.o: decompress.c archeops.h archeops_28.h compress.h
     43transfelec.o: transfelec.cc transfelec.h
     44sstetoile.o: sstetoile.cc sstetoile.h
     45ssthandler.o: ssthandler.cc ssthandler.h archeops.h archeops_28.h \
     46 sstetoile.h pisteetoile.h transfelec.h formepulse.h
     47formepulse.o: formepulse.cc mayer_fft.h dyffttools.h transfelec.h \
     48 formepulse.h ssthardware.h
     49pisteetoile.o: pisteetoile.cc \
     50 /home/usr203/mnt/gnu/OSF1/lib/gcc-lib/alphaev5-dec-osf4.0d/2.8.1/include/math.h \
     51 /home/usr203/mnt/gnu/include/g++/iostream.h archparam.h pisteetoile.h \
     52 sstetoile.h transfelec.h formepulse.h
     53dyffttools.o: dyffttools.cc dyffttools.h
     54fft_mayer.o: fft_mayer.cc mayer_fft.h trigtbl.h
     55archparam.o: archparam.cc archparam.h
Note: See TracChangeset for help on using the changeset viewer.