Changeset 1812 for branches/newfiller/src/Makefile
- Timestamp:
- 08/02/10 12:55:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newfiller/src/Makefile
r1792 r1812 132 132 FillerBase.o \ 133 133 NROFiller.o \ 134 PKSFiller.o \ 135 AsapLogSink.o \ 134 136 Templates.o 137 135 138 PYOBJECTS := python_Scantable.o \ 136 139 python_STFiller.o \ … … 147 150 python_STCoordinate.o \ 148 151 python_Filler.o \ 152 python_LogSink.o \ 149 153 python_asap.o 150 154 … … 152 156 153 157 HEADERS := MathUtils.h \ 158 LineCatalog.h \ 154 159 Lorentzian1D.h \ 155 160 Lorentzian1DParam.h \ … … 186 191 IndexedCompare.h \ 187 192 STAtmosphere.h \ 188 STCoordinate.h 193 STCoordinate.h \ 194 FillerBase.h \ 195 NROFiller.h \ 196 PKSFiller.h \ 197 AsapLogSink.h 189 198 190 199 STATICCCLIB := libasap.a
Note:
See TracChangeset
for help on using the changeset viewer.