Ignore:
Timestamp:
08/02/10 16:10:43 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: No (merge)

Ready for Test: Yes

Interface Changes: No

Description:

Merged changes -r1774:1817 in newfiller branch to alma branch


Location:
branches/alma
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/alma

  • branches/alma/src/Makefile

    r1762 r1818  
    130130             STAtmosphere.o \
    131131             Scantable.o \
     132             FillerBase.o \
     133             NROFiller.o \
     134             PKSFiller.o \
     135             AsapLogSink.o \
    132136             Templates.o
     137
    133138PYOBJECTS := python_Scantable.o \
    134139             python_STFiller.o \
     
    144149             python_STAtmosphere.o \
    145150             python_STCoordinate.o \
     151             python_Filler.o \
     152             python_LogSink.o \
    146153             python_asap.o
    147154
     
    149156
    150157HEADERS   := MathUtils.h \
     158             LineCatalog.h \
    151159             Lorentzian1D.h \
    152160             Lorentzian1DParam.h \
     
    183191             IndexedCompare.h \
    184192             STAtmosphere.h \
    185              STCoordinate.h
     193             STCoordinate.h \
     194             FillerBase.h \
     195             NROFiller.h \
     196             PKSFiller.h \
     197             AsapLogSink.h
    186198
    187199STATICCCLIB := libasap.a
Note: See TracChangeset for help on using the changeset viewer.