IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28066


Ignore:
Timestamp:
May 21, 2010, 12:05:13 PM (16 years ago)
Author:
eugene
Message:

conditional build of QtLib with appropriate dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/Makefile

    r28062 r28066  
    33QTDIR = qt-everywhere-opensource-src-4.6.1
    44QTSRC = ~/magic_tarballs/qt-everywhere-opensource-src-4.6.1.tar.gz
     5QTDEP := $(shell test -f $(QTSRC) && echo $(QTSRC))
     6
    57PSCFG = ../psconfig/psconfig.csh
    68PSPREFIX := $(shell csh $(PSCFG) $(PSVERSION) --prefix)
     
    4446        -no-scripttools
    4547
    46 $(QTDIR)/lib/libQtCore.so: $(QTSRC)
     48# the target (QTDEP) is blank unless QTSRC exists
     49$(QTDIR)/lib/libQtCore.so: $(QTDEP)
    4750        echo $(PSCFG)
    4851        echo $(PSPREFIX)
Note: See TracChangeset for help on using the changeset viewer.