src/isPcr/webPcr/makefile 1.9
1.9 2009/03/10 00:34:41 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/isPcr/webPcr/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/isPcr/webPcr/makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 1000000 -r1.8 -r1.9
--- src/isPcr/webPcr/makefile 25 Feb 2005 22:58:41 -0000 1.8
+++ src/isPcr/webPcr/makefile 10 Mar 2009 00:34:41 -0000 1.9
@@ -1,27 +1,27 @@
include ../../inc/common.mk
-L = -lm $(SOCKETLIB)
+L += -lm $(SOCKETLIB)
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkOwnLib.a ${MYLIBDIR}/jkweb.a
O = webPcr.o
webPcr: $O ${MYLIBS}
${CC} ${COPT} -o webPcr $O ${MYLIBS} $L
${STRIP} webPcr${EXE}
clean:
rm -f $O webPcr
installOsX: webPcr
cp webPcr /Library/WebServer/CGI-Executables
cp webPcr.cfg /Library/WebServer/CGI-Executables
installUcsc: webPcr
cp webPcr /usr/local/apache/cgi-bin-$(USER)
cp webPcr.cfg /usr/local/apache/cgi-bin-$(USER)
installAlpha: webPcr
cp webPcr /usr/local/apache/cgi-bin
cp webPcr.cfg /usr/local/apache/cgi-bin