Changeset 260 for trunk/src/Makefile


Ignore:
Timestamp:
01/22/05 16:42:38 (19 years ago)
Author:
vor010
Message:

SDMemTable & SDMemTableWrapper: formatSec and summary are now const functions.
Makefile has been updated to use the same version for both Narrabri and Epping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r216 r260  
    11TARGET   := ../lib/_asap.so
    22
     3ifdef NARRABRI_ASAP
     4CXX      := /usr/bin/g++
     5else
    36CXX      := g++-3.2.3
     7endif
     8
    49CXXFLAGS := -O -fPIC
    510#CXXFLAGS += -fpermissive # This should be removed.
     
    2833BOOSTLIB  := /nfs/atapplic/boost/linux/lib/libboost_python2.3-gcc-mt.a
    2934BOOSTINC  := -I/usr/local/include/boost
     35
    3036
    3137PYTHONINC := -I/usr/local/include/python2.3
Note: See TracChangeset for help on using the changeset viewer.