Changeset 1894 for trunk/Makefile


Ignore:
Timestamp:
08/24/10 16:11:34 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (related to merge)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: try make

Put in Release Notes: No

Module(s): asap

Description: merged Wes's developments in NRAO repository.

Library and include pathes and build options are copied from casa build.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1879 r1894  
    77#for linux
    88PREFIX := $(word 1, $(CASAPATH))/$(word 2,$(CASAPATH))
    9 PYDIR := $(PREFIX)/python/2.5
     9PYTHONVER := $(shell $(shell make -s -f $(PREFIX)/makedefs VARS=PYTHONVER eval_vars) && echo $$PYTHONVER)
     10PYDIR := $(PREFIX)/python/$(PYTHONVER)
    1011
    1112ifndef ASAPROOT
     
    5152clean:
    5253        @cd $(ASAPROOT)/src; make clean
    53         @cd $(ASAPROOT)/doc; make clean
     54#       @cd $(ASAPROOT)/doc; make clean
    5455        @cd $(ASAPROOT)/$(ATNFD); make realclean
     56        @cd $(ASAPROOT)/apps; make clean
    5557
    5658datadist:
Note: See TracChangeset for help on using the changeset viewer.