18776fc865932be3d69aabd64b59ca41d7a26249 markd Tue Sep 7 16:24:58 2010 -0700 move gtfToGenePred to hg/utils so that it doesn't cause grief for people trying to compile without mysql diff --git src/utils/gtfToGenePred/makefile src/utils/gtfToGenePred/makefile deleted file mode 100644 index b0c7930..0000000 --- src/utils/gtfToGenePred/makefile +++ /dev/null @@ -1,21 +0,0 @@ -include ../../inc/common.mk - -L += -lm ${MYSQLLIBS} -MYLIBDIR = ../../lib/${MACHTYPE} -MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a -HG_INC=-I../../inc -I../../hg/inc - -A = gtfToGenePred -O = gtfToGenePred.o - -gtfToGenePred: $O ${MYLIBS} - @${MKDIR} "${DESTDIR}${BINDIR}" - ${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} ${L} - ${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE} - -test: - (cd tests && ${MAKE} test) - -clean:: - rm -f ${O} - (cd tests && ${MAKE} clean)