src/hg/wikiPlot/makefile 1.8
1.8 2009/03/10 00:34:40 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/wikiPlot/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/wikiPlot/makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 1000000 -r1.7 -r1.8
--- src/hg/wikiPlot/makefile 3 Jul 2005 19:52:09 -0000 1.7
+++ src/hg/wikiPlot/makefile 10 Mar 2009 00:34:40 -0000 1.8
@@ -1,15 +1,15 @@
include ../../inc/common.mk
-L = $(MYSQLLIBS) -lm
+L += $(MYSQLLIBS) -lm
MYLIBDIR = $(HOME)/src/lib/$(MACHTYPE)
MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
O = wikiPlot.o
wikiPlot: $O $(MYLIBS)
${CC} ${COPT} ${CFLAGS} $O $(MYLIBS) $L
mv ${AOUT} wikiPlot
${STRIP} wikiPlot${EXE}
chmod a+rx wikiPlot
mv wikiPlot $(HGCGI)