Changeset 894 for trunk/src/Makefile
- Timestamp:
- 03/08/06 14:03:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r882 r894 80 80 CCOBJECTS := MathUtils.o \ 81 81 MathUtils2.o \ 82 SDLog.o \82 Logger.o \ 83 83 STAttr.o \ 84 84 SDContainer.o \ 85 85 Scantable.o \ 86 86 STFiller.o \ 87 STTemplates.o \87 Templates.o \ 88 88 STMath.o \ 89 89 STSubTable.o \ … … 97 97 RowAccumulator.o \ 98 98 STSelector.o \ 99 S DLineFinder.o \100 S DFitter.o99 STLineFinder.o \ 100 STFitter.o 101 101 PYOBJECTS := python_Scantable.o \ 102 102 python_STFiller.o \ 103 103 python_STSelector.o \ 104 104 python_STMath.o \ 105 python_ SDFitter.o \106 python_ SDLog.o \107 python_S DLineFinder.o \105 python_Fitter.o \ 106 python_Logger.o \ 107 python_STLineFinder.o \ 108 108 python_asap.o 109 109 … … 111 111 112 112 HEADERS := MathUtils.h \ 113 SDLog.h \113 Logger.h \ 114 114 STAttr.h \ 115 115 SDContainer.h \ … … 128 128 STWriter.h \ 129 129 STSelector.h \ 130 SDLineFinder.h 130 STFitter.h \ 131 STLineFinder.h 131 132 132 133 STATICCCLIB := libasap.a
Note:
See TracChangeset
for help on using the changeset viewer.