Changeset 45


Ignore:
Timestamp:
07/08/04 10:37:35 (20 years ago)
Author:
mmarquar
Message:

Added MathUtils?, and -lwcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r31 r45  
    1 TARGET    = atnf_sd.so
     1TARGET    = ../lib/atnf_sd.so
    22
    33CXX       = g++-3.2.3
     
    1919        $(AIPSLIB)/libaips.a \
    2020        -llapack -lblas -lg2c -lcfitsio -lrpfits \
    21         -lglish -ledit -lsos -lnpd
     21        -lglish -ledit -lsos -lnpd -lwcs
    2222
    2323LINK      = g++-3.2.3
     
    3737LIBDIRS   = $(BOOSTLIB) $(PYTHONLIB) $(AIPSPPLIB)
    3838
    39 OBJECTS   = SDContainer.o \
    40             SDMemTable.o \
    41             SDReader.o \
     39OBJECTS   = MathUtils.o \
     40            SDContainer.o \
     41            SDMemTable.o \
     42            SDReader.o \
    4243            SDWriter.o \
    4344            SDMath.o \
Note: See TracChangeset for help on using the changeset viewer.