Changeset 1877 for trunk/Makefile


Ignore:
Timestamp:
08/18/10 14:05:57 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): libatnf

Description:

Added make file in external-alma so that libatnf will be built from the codes there.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1849 r1877  
    1212   ASAPROOT := $(shell pwd)
    1313endif
     14ATNFD := external-alma
    1415
    1516#PY := $(wildcard python/*.py)
     
    2728module:
    2829        @if ( test -f getsvnrev.sh ) ; then /bin/bash getsvnrev.sh ; fi
     30        @cd $(ASAPROOT)/$(ATNFD); make
    2931        @cd $(ASAPROOT)/src; make
    3032        @cd $(ASAPROOT)/apps; make
     
    4951        @cd $(ASAPROOT)/src; make clean
    5052        @cd $(ASAPROOT)/doc; make clean
     53        @cd $(ASAPROOT)/$(ATNFD); make realclean
    5154
    5255datadist:
Note: See TracChangeset for help on using the changeset viewer.