src/hg/gsid/gsidTable/makefile 1.4

1.4 2009/03/10 00:33:57 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/gsid/gsidTable/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/gsid/gsidTable/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/gsid/gsidTable/makefile	18 Feb 2008 19:38:28 -0000	1.3
+++ src/hg/gsid/gsidTable/makefile	10 Mar 2009 00:33:57 -0000	1.4
@@ -1,34 +1,34 @@
 include ../../../inc/common.mk
 
-L = $(MYSQLLIBS) -lm 
+L += $(MYSQLLIBS) -lm 
 MYLIBDIR = ../../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
 A = gsidTable
 
 O = $A.o advFilter.o configure.o getSeq.o gsidSubjInfo.o
 
 include ../../../inc/cgi_build_rules.mk
 
 my::
 	rsync -ar --exclude=CVS/ --exclude=.svn/ --delete gsidTableData ${CGI_BIN}-${USER}/
 	chmod -R a+rX ${CGI_BIN}-${USER}/gsidTableData
 
 alpha::
 	rm -fr ${CGI_BIN}/gsidTableData
 	rsync -ar --exclude=CVS/ --exclude=.svn/ --delete gsidTableData ${CGI_BIN}/
 	chmod -R g+w ${CGI_BIN}/gsidTableData
 	chmod -R a+rX ${CGI_BIN}/gsidTableData
 
 beta::
 	rm -fr ${CGI_BIN}-beta/gsidTableData
 	rsync -ar --exclude=CVS/ --exclude=.svn/ --delete gsidTableData ${CGI_BIN}-beta/
 	chmod -R g+w ${CGI_BIN}-beta/gsidTableData
 	chmod -R a+rX ${CGI_BIN}-beta/gsidTableData
 
 compile: $O $(MYLIBS)
 	${CC} ${COPT} -o $A $O $(MYLIBS) $L
 
 test:
 	$(CGI_BIN)-$(USER)/$A