IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26441 for trunk/magic/Makefile


Ignore:
Timestamp:
Dec 16, 2009, 12:43:13 PM (16 years ago)
Author:
bills
Message:

Build magic/remove directly instead of the hacky old way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/Makefile

    r26256 r26441  
    22default: all
    33
    4 all: ssa-core-cpp magic remove
     4all: ssa-core-cpp magic
    55
    6 install: magic.install remove.install
     6install: magic.install
    77
    88clean:
     
    3030        if [ -d magic ]; then (cd magic && make -f Makefile.magic install); fi
    3131
    32 REMOVE = remove/src
    33 
    34 remove: FORCE
    35         @cd $(REMOVE) && make -f Makefile.simple all
    36 
    37 remove.install: remove
    38         @cd $(REMOVE) && make -f Makefile.simple install
    39 
    4032FORCE:
Note: See TracChangeset for help on using the changeset viewer.