src/hg/instinct/hgBamBam/makefile 1.1

1.1 2010/05/25 20:22:45 jsanborn
initial commit
Index: src/hg/instinct/hgBamBam/makefile
===================================================================
RCS file: src/hg/instinct/hgBamBam/makefile
diff -N src/hg/instinct/hgBamBam/makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/instinct/hgBamBam/makefile	25 May 2010 20:22:45 -0000	1.1
@@ -0,0 +1,27 @@
+include ../../../inc/common.mk
+
+L += $(MYSQLLIBS) -lm 
+
+MYLIBDIR = ../../../lib/${MACHTYPE}
+MYLIBS =  $(MYLIBDIR)/jkhmap.a $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
+
+Gplusplus=g++
+
+A = hgBamBam
+O = hgBamBam.o drawingCode.o trashDirMD5.o hgAnnotations.o
+H = hgBamBam.h
+
+HGFRONTEND = /usr/local/apache/htdocs/hgBamBam
+
+include ../../../inc/cgi_build_rules.mk
+
+my::
+	rsync -a --exclude=CVS/ --delete frontend/* ${HGFRONTEND}-${USER}/
+
+alpha::
+	rsync -rlD --exclude=CVS/ --delete frontend/* ${HGFRONTEND}/ 
+
+compile: $O 
+	${Gplusplus} ${COPT} $O ${MYLIBS} ${L}
+	mv ${AOUT} $A${EXE}
+