Ignore:
Timestamp:
Nov 9, 1999, 3:04:05 PM (26 years ago)
Author:
ansari
Message:

portage cxx en cours

File:
1 edited

Legend:

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

    r443 r555  
    22  CXX  = cxx
    33endif
    4 ifndef (CFITSIODIR)
     4ifndef CFITSIODIR
    55  CFITSIODIR = ../cfitsio
    66endif
    7 CPPFLAGS    =-O -g -I$(CFITSIODIR)
     7CPPFLAGS    =-O -g -I$(CFITSIODIR) -DANSI
    88
    99LDLIBS=-L$(CFITSIODIR)/$(HOSTTYPE) -lcfitsio
     
    2121
    2222clean:
    23         rm -f archtoi *.o archdump
     23        rm -f archtoi *.o
    2424
    2525
    26 archtoi: archtoimain.o archtoi.o archeopsfile.o decompress.o toiiter.o toisvr.o archeops.o \
    27          ssthandler.o toiinterpolator.o gpsparser.o asigps.o \
     26archtoi: archtoimain.o archtoi.o archeopsfile.o archfileset.o \
     27         archeops.o decompress.o arcunit.o \
     28         tokenizer.o \
     29         toi.o toiiter.o toimanager.o toiproducer.o \
     30         toiabsorber.o toiderivproducer.o toipullproducer.o \
     31         toirepeater.o toiflagger.o toiinterpolator.o \
     32         toillboloproducer.o toilldiluproducer.o \
     33         toillgpsproducer.o toillgyroproducer.o toillreglageproducer.o \
     34         toillsstproducer.o \
     35         gpsparser.o asigps.o toiauxgpsproducer.o toiboloproducer.o \
    2836         auxinterpgps.o tsid.o archparam.o dyffttools.o fft_mayer.o \
    2937         formepulse.o pisteetoile.o sstetoile.o transfelec.o \
    30          gyrohandler.o aa_hadec.o templocator.o plgalcross.o \
    31          arcunit.o
     38         aa_hadec.o templocator.o plgalcross.o \
     39         tsidproducer.o timetoiproducer.o sststarfinder.o \
     40         starmatcher.o galcrosslocator.o gyrocalibrator.o \
     41         rotspeed.o  gondolageom.o \
     42         nrutil.o lfit.o gaussj.o covsrt.o
    3243        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
    33 archdump: archtoidump.o archeopsfile.o decompress.o archeops.o ssthandler.o
    34         $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@ -lm
    3544
     45
Note: See TracChangeset for help on using the changeset viewer.