- Timestamp:
- 03/06/06 12:23:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile
r860 r879 1 TARGET := /tmp/ _asap.so1 TARGET := /tmp/asap/_asap.so 2 2 3 3 # the casa environment AIPSPATH has to be defined … … 81 81 MathUtils2.o \ 82 82 SDLog.o \ 83 S DAttr.o \83 STAttr.o \ 84 84 SDContainer.o \ 85 85 Scantable.o \ … … 96 96 STWriter.o \ 97 97 RowAccumulator.o \ 98 STSelector.o 99 PYOBJECTS := 98 STSelector.o \ 99 SDFitter.o 100 PYOBJECTS := python_Scantable.o \ 101 python_STFiller.o \ 102 python_STSelector.o \ 103 python_STMath.o \ 104 python_SDFitter.o \ 105 python_SDLog.o \ 106 python_asap.o 100 107 101 108 OBJECTS := $(CCOBJECTS) $(PYOBJECTS) … … 103 110 HEADERS := MathUtils.h \ 104 111 SDLog.h \ 105 S DAttr.h \112 STAttr.h \ 106 113 SDContainer.h \ 107 114 Scantable.h \
Note:
See TracChangeset
for help on using the changeset viewer.