Changeset 897 for trunk/src/Makefile
- Timestamp:
- 03/10/06 12:10:08 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r894 r897 75 75 76 76 # DO NOT MODIFY AFTER THIS 77 INCDIRS := -I. $(CASAINC) $(BOOSTINC) $(PYTHONINC) $(CFITSIOINC)77 INCDIRS := -I. $(CASAINC) $(CFITSIOINC) $(BOOSTINC) $(PYTHONINC) 78 78 LIBS := $(PYTHONLIB) $(BOOSTLIB) $(CASAPPLIB) 79 79 80 80 CCOBJECTS := MathUtils.o \ 81 81 MathUtils2.o \ 82 RowAccumulator.o \ 82 83 Logger.o \ 83 84 STAttr.o \ 84 85 SDContainer.o \ 85 Scantable.o \86 86 STFiller.o \ 87 Templates.o \88 87 STMath.o \ 89 88 STSubTable.o \ … … 95 94 STHistory.o \ 96 95 STWriter.o \ 97 RowAccumulator.o \98 96 STSelector.o \ 99 97 STLineFinder.o \ 100 STFitter.o 98 STFitter.o \ 99 STPolLinear.o \ 100 Scantable.o \ 101 Templates.o 101 102 PYOBJECTS := python_Scantable.o \ 102 103 python_STFiller.o \ … … 129 130 STSelector.h \ 130 131 STFitter.h \ 131 STLineFinder.h 132 STLineFinder.h \ 133 Factory.h \ 134 FactoryBase.h \ 135 STPol.h \ 136 STPolLinear.h 132 137 133 138 STATICCCLIB := libasap.a
Note:
See TracChangeset
for help on using the changeset viewer.