src/hg/instinct/hgHeatmap2/makefile 1.19
1.19 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/hgHeatmap2/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -b -B -U 1000000 -r1.18 -r1.19
--- src/hg/instinct/hgHeatmap2/makefile 20 Jan 2009 05:57:48 -0000 1.18
+++ src/hg/instinct/hgHeatmap2/makefile 10 Mar 2009 00:34:00 -0000 1.19
@@ -1,29 +1,29 @@
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 = hgHeatmap2
O = hgHeatmap2.o drawingCode.o hgChromGraph.o trashDirMD5.o hgSessions.o hgGenesets.o hgAnnotations.o hgUsers.o hgToolTip.o hgCircleMaps.o
HGFRONTEND = /usr/local/apache/htdocs/hgHeatmap
include ../../../inc/cgi_build_rules.mk
my::
rsync -a --exclude=CVS/ --delete hgHeatmapFrontend/* ${HGFRONTEND}-${USER}/
rsync -a --exclude=CVS/ --delete hgHeatmapData ${CGI_BIN}-${USER}/
alpha::
rsync -rlD --exclude=CVS/ --delete hgHeatmapFrontend/* ${HGFRONTEND}/
rsync -rlD --exclude=CVS/ --delete hgHeatmapData ${CGI_BIN}/
compile: $O
${Gplusplus} $O ${MYLIBS} ${L}
mv ${AOUT} $A${EXE}