Changeset 897


Ignore:
Timestamp:
03/10/06 12:10:08 (18 years ago)
Author:
mar637
Message:

enable polarimetry in asap2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r894 r897  
    7575
    7676# DO NOT MODIFY AFTER THIS
    77 INCDIRS   := -I. $(CASAINC) $(BOOSTINC) $(PYTHONINC) $(CFITSIOINC)
     77INCDIRS   := -I. $(CASAINC)  $(CFITSIOINC) $(BOOSTINC) $(PYTHONINC)
    7878LIBS      := $(PYTHONLIB)  $(BOOSTLIB) $(CASAPPLIB)
    7979
    8080CCOBJECTS := MathUtils.o \
    8181             MathUtils2.o \
     82             RowAccumulator.o \
    8283             Logger.o \
    8384             STAttr.o \
    8485             SDContainer.o \
    85              Scantable.o \
    8686             STFiller.o \
    87              Templates.o \
    8887             STMath.o \
    8988             STSubTable.o \
     
    9594             STHistory.o \
    9695             STWriter.o \
    97              RowAccumulator.o \
    9896             STSelector.o \
    9997             STLineFinder.o \
    100              STFitter.o
     98             STFitter.o \
     99             STPolLinear.o \
     100             Scantable.o \
     101             Templates.o
    101102PYOBJECTS := python_Scantable.o \
    102103             python_STFiller.o \
     
    129130             STSelector.h \
    130131             STFitter.h \
    131              STLineFinder.h
     132             STLineFinder.h \
     133             Factory.h \
     134             FactoryBase.h \
     135             STPol.h \
     136             STPolLinear.h
    132137
    133138STATICCCLIB := libasap.a
Note: See TracChangeset for help on using the changeset viewer.