IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26441


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

Location:
trunk
Files:
2 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:
  • trunk/psconfig/tagsets/ipp-2.9.dist

    r26207 r26441  
    7676  YYYYY  magic                  ipp-2-9          -0
    7777  YYYYY  magic/censorObjects    ipp-2-9          -0
     78  YYYYY  magic/remove           ipp-2-9          -0
    7879
    7980# there are externally required C libraries and perl modules (see INSTALL)
Note: See TracChangeset for help on using the changeset viewer.