src/hg/geneBounds/iriToControlTable/makefile 1.11
1.11 2009/03/10 00:33:51 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/geneBounds/iriToControlTable/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/geneBounds/iriToControlTable/makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 1000000 -r1.10 -r1.11
--- src/hg/geneBounds/iriToControlTable/makefile 19 Dec 2006 23:34:59 -0000 1.10
+++ src/hg/geneBounds/iriToControlTable/makefile 10 Mar 2009 00:33:51 -0000 1.11
@@ -1,12 +1,12 @@
include ../../../inc/common.mk
-L = -lm $(MYSQLLIBS)
+L += -lm $(MYSQLLIBS)
MYLIBDIR = ../../../lib/$(MACHTYPE)
MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
O = iriToControlTable.o ../lib/improbRunInfo.o
iriToControlTable: $O $(MYLIBS)
cd ../lib && ${MAKE}
${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/iriToControlTable $O $(MYLIBS) $L
${STRIP} ${BINDIR}/iriToControlTable${EXE}