IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24667


Ignore:
Timestamp:
Jul 3, 2009, 3:11:57 PM (17 years ago)
Author:
eugene
Message:

automate build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/Makefile.in

    r24666 r24667  
    1 
    2 MAGICDIR = ../../psydney
    31
    42default: all
    53
    6 all: magic
     4all: ssa-core-cpp magic
    75
    8 install: all
    9         # cp -f bin/* @BINDIR@/
    10         # cp -f man/man1/* @MANDIR@/man1/
     6install: magic.install
    117
    128clean:
     
    1915        cp Makefile.magic magic/Makefile.magic
    2016
    21 ssa-core-cpp:
     17ssa-core-cpp: ssa-core-cpp/build/libSSA.a
     18
     19ssa-core-cpp/build/libSSA.a:
    2220        cd ssa-core-cpp && ./configure
    2321        cd ssa-core-cpp && make
    2422
    25 magic:
     23magic: magic/DetectStreaks
     24
     25magic/DetectStreaks:
    2626        cd magic && make -f Makefile.magic
     27
     28magic.install:
     29        cd magic && make -f Makefile.magic install
Note: See TracChangeset for help on using the changeset viewer.