Changeset 988 for trunk/src/Makefile


Ignore:
Timestamp:
04/05/06 14:31:47 (18 years ago)
Author:
mar637
Message:

implemented data export for the asap2 Scantable as in Ticket #4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r962 r988  
    9393             STFrequencies.o \
    9494             STHistory.o \
    95              STWriter.o \
    9695             STSelector.o \
    9796             STLineFinder.o \
     
    102101             STPolLinear.o \
    103102             STPolStokes.o \
     103             STWriter.o \
     104             STAsciiWriter.o \
    104105             Scantable.o \
    105106             Templates.o
     
    112113             python_STLineFinder.o \
    113114             python_STFitEntry.o \
     115             python_STWriter.o \
    114116             python_asap.o
    115117
     
    142144             STPol.h \
    143145             STPolStokes.h \
    144              STPolLinear.h
     146             STPolLinear.h \
     147             STWriter.h \
     148             STAsciiWriter.h
    145149
    146150STATICCCLIB := libasap.a
Note: See TracChangeset for help on using the changeset viewer.