Changeset 81 for NEWT0/trunk/Makefile.in


Ignore:
Timestamp:
03/24/07 12:13:46 (5 years ago)
Author:
pguyot
Message:

New switch for configure to configure contrib packages.
New contrib package: inwt (interactive NEWT/0).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/Makefile.in

    r78 r81  
    6565                $(ext)/protoREGEX 
    6666 
    67 CONTRIBLIBS   = $(contrib)/NewtObjC \ 
    68         $(contrib)/NativeCalls 
     67CONTRIBLIBS   = $(contrib)/inwt \ 
     68                $(contrib)/NewtObjC \ 
     69                $(contrib)/NativeCalls 
    6970 
    7071OBJS          = $(MAINOBJ) $(UTILSOBJS) $(PARSEROBJS) $(COREOBJS) 
     
    199200### CLEAN 
    200201 
     202clean_contrib:: 
     203    @for subdir in $(CONTRIBLIBS); do \ 
     204        (cd $$subdir && $(MAKE) clean) || exit 1; \ 
     205    done 
     206 
    201207clean: 
    202208    rm -rf build/* 
     209    test "x@MAKE_CONTRIB@" = x || $(MAKE) clean_contrib 
     210 
Note: See TracChangeset for help on using the changeset viewer.