Changeset 28484 for branches/pap/magic/verify/Makefile
- Timestamp:
- Jun 24, 2010, 2:59:09 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
magic/verify/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/magic/verify/Makefile
r26890 r28484 4 4 CXXFLAGS = -W -Wall -O3 -DNDEBUG 5 5 # CXXFLAGS = -W -Wall -g 6 7 QTLIB_INC = /home/panstarrs/ipp/src/qtlib/include 8 QTLIB_LIB = /home/panstarrs/ipp/src/qtlib/lib 6 9 7 10 SSA_SRC = ../ssa-core-cpp/src … … 12 15 PSINC_DIR = $(PSCONFDIR)/$(PSCONFIG)/include 13 16 14 CINC = -I. -I$( SSA_SRC) -I$(PSINC_DIR) -I$(MAGIC_SRC)15 CLIB = -L. -L$( SSA_LIB) -I$(PSINC_DIR) -lcfitsio -lSSA -lQtCore -lQtGui17 CINC = -I. -I$(QTLIB_INC) -I$(SSA_SRC) -I$(PSINC_DIR) -I$(MAGIC_SRC) 18 CLIB = -L. -L$(QTLIB_LIB) -L$(SSA_LIB) -I$(PSINC_DIR) -lcfitsio -lSSA -lQtCore -lQtGui 16 19 17 20 all : $(TARGETS)
Note:
See TracChangeset
for help on using the changeset viewer.
