src/hg/encode/encodePatchTdb/makefile 1.1

1.1 2009/12/24 01:06:56 kent
file makefile was initially added on branch viewInTheMiddle.
Index: src/hg/encode/encodePatchTdb/makefile
===================================================================
RCS file: src/hg/encode/encodePatchTdb/makefile
diff -N src/hg/encode/encodePatchTdb/makefile
--- src/hg/encode/encodePatchTdb/makefile	4 Jan 2010 19:12:21 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-include ../../../inc/common.mk
-
-L += -lm
-MYLIBDIR = ../../../lib/${MACHTYPE}
-MYLIBS =  ${MYLIBDIR}/jkweb.a
-
-A = encodePatchTdb
-O = encodePatchTdb.o
-
-encodePatchTdb: ${O} ${MYLIBS}
-	${CC} ${COPT} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} $L
-	${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
-
-compile:: ${O}
-	${CC} ${COPT} -o ${A}${EXE} ${O} ${MYLIBS} $L
-
-clean::
-	rm -f ${A} ${O}