Changeset 908


Ignore:
Timestamp:
03/20/06 15:23:25 (18 years ago)
Author:
vor010
Message:

rolled back Makefile to rev. 906/ changes were
specific to Narrabri

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile

    r907 r908  
    1 TARGET   := ../tmp/asap/_asap.so
     1TARGET   := /tmp/asap/_asap.so
    22
    33# the casa environment AIPSPATH has to be defined
     
    6464# python only 2.3 has been tested
    6565PYVERSION := 2.3
    66 #PYTHONROOT := /usr
    67 PYTHONROOT := /export/DEBIANlocal
     66PYTHONROOT := /usr
    6867PYTHONINC := -I$(PYTHONROOT)/include/python$(PYVERSION)
    69 PYTHONLIB := -L$(PYTHONROOT)/lib -lpython$(PYVERSION) -L/export/DEBIANlocal/gnu/lib/
     68PYTHONLIB := -L$(PYTHONROOT)/lib -lpython$(PYVERSION)
    7069
    7170# has to be build with same g++ version as casa
Note: See TracChangeset for help on using the changeset viewer.