IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28093 for trunk/magic/Makefile


Ignore:
Timestamp:
May 25, 2010, 1:59:32 PM (16 years ago)
Author:
eugene
Message:

point at magic tarballs for the magic and ssa code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/Makefile

    r28066 r28093  
     1
     2MAGIC_DIR = ~/magic_tarballs
    13
    24# necessary support for libQt (only used by magic)
    35QTDIR = qt-everywhere-opensource-src-4.6.1
    4 QTSRC = ~/magic_tarballs/qt-everywhere-opensource-src-4.6.1.tar.gz
     6QTSRC = $(MAGIC_DIR)/qt-everywhere-opensource-src-4.6.1.tar.gz
    57QTDEP := $(shell test -f $(QTSRC) && echo $(QTSRC))
    68
     
    2022update:
    2123# get the source code (replace this with SVN interactions)
    22         tar xvzf ~/magic.tgz
    23         tar xvzf ~/ssa-core-cpp.tgz
     24        tar xvzf $(MAGIC_DIR)/magic.tgz
     25        tar xvzf $(MAGIC_DIR)/ssa-core-cpp.tgz
    2426        tar xvzf $(QTSRC)
    2527        cp Makefile.magic magic/Makefile.magic
Note: See TracChangeset for help on using the changeset viewer.