src/hg/instinct/hgHeatmap/makefile 1.16
1.16 2009/03/10 00:34:00 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/instinct/hgHeatmap/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 1000000 -r1.15 -r1.16
--- src/hg/instinct/hgHeatmap/makefile 19 Jan 2009 19:14:10 -0000 1.15
+++ src/hg/instinct/hgHeatmap/makefile 10 Mar 2009 00:34:00 -0000 1.16
@@ -1,20 +1,20 @@
include ../../../inc/common.mk
-L = $(MYSQLLIBS) -lm
+L += $(MYSQLLIBS) -lm
MYLIBDIR = ../../../lib/${MACHTYPE}
MYLIBS = $(MYLIBDIR)/jkhmap.a $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
Gplusplus=g++
A = hgHeatmap
O = hgHeatmap.o clickOnImage.o configure.o configureFeatures.o \
userSettings.o mainPage.o hgChromGraph.o
include ../../../inc/cgi_build_rules.mk
compile: $O
${Gplusplus} $O ${MYLIBS} ${L}
mv ${AOUT} $A${EXE}