Changeset 894 for trunk/src/Makefile


Ignore:
Timestamp:
03/08/06 14:03:25 (18 years ago)
Author:
mar637
Message:

asap2 naming changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r882 r894  
    8080CCOBJECTS := MathUtils.o \
    8181             MathUtils2.o \
    82              SDLog.o \
     82             Logger.o \
    8383             STAttr.o \
    8484             SDContainer.o \
    8585             Scantable.o \
    8686             STFiller.o \
    87              STTemplates.o \
     87             Templates.o \
    8888             STMath.o \
    8989             STSubTable.o \
     
    9797             RowAccumulator.o \
    9898             STSelector.o \
    99              SDLineFinder.o \
    100              SDFitter.o
     99             STLineFinder.o \
     100             STFitter.o
    101101PYOBJECTS := python_Scantable.o \
    102102             python_STFiller.o \
    103103             python_STSelector.o \
    104104             python_STMath.o \
    105              python_SDFitter.o \
    106              python_SDLog.o \
    107              python_SDLineFinder.o \
     105             python_Fitter.o \
     106             python_Logger.o \
     107             python_STLineFinder.o \
    108108             python_asap.o
    109109
     
    111111
    112112HEADERS   := MathUtils.h \
    113              SDLog.h \
     113             Logger.h \
    114114             STAttr.h \
    115115             SDContainer.h \
     
    128128             STWriter.h \
    129129             STSelector.h \
    130              SDLineFinder.h
     130             STFitter.h \
     131             STLineFinder.h
    131132
    132133STATICCCLIB := libasap.a
Note: See TracChangeset for help on using the changeset viewer.