Ignore:
Timestamp:
08/02/10 12:55:43 (14 years ago)
Author:
Takeshi Nakazato
Message:

Makefile is updated to be able to compile codes using make.
Fixed a few things in NROFiller class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/newfiller/src/Makefile

    r1792 r1812  
    132132             FillerBase.o \
    133133             NROFiller.o \
     134             PKSFiller.o \
     135             AsapLogSink.o \
    134136             Templates.o
     137
    135138PYOBJECTS := python_Scantable.o \
    136139             python_STFiller.o \
     
    147150             python_STCoordinate.o \
    148151             python_Filler.o \
     152             python_LogSink.o \
    149153             python_asap.o
    150154
     
    152156
    153157HEADERS   := MathUtils.h \
     158             LineCatalog.h \
    154159             Lorentzian1D.h \
    155160             Lorentzian1DParam.h \
     
    186191             IndexedCompare.h \
    187192             STAtmosphere.h \
    188              STCoordinate.h
     193             STCoordinate.h \
     194             FillerBase.h \
     195             NROFiller.h \
     196             PKSFiller.h \
     197             AsapLogSink.h
    189198
    190199STATICCCLIB := libasap.a
Note: See TracChangeset for help on using the changeset viewer.