591f1500bac0e9010e49171eee366e4787a1a5e9 kent Mon Jan 24 10:37:41 2011 -0800 Cleaning up after test. diff --git src/utils/bedRemoveOverlap/makefile src/utils/bedRemoveOverlap/makefile index afd579b..9fdbb5f 100644 --- src/utils/bedRemoveOverlap/makefile +++ src/utils/bedRemoveOverlap/makefile @@ -1,33 +1,39 @@ include ../../inc/common.mk L += -lm MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = ${MYLIBDIR}/jkweb.a A = bedRemoveOverlap O = bedRemoveOverlap.o bedRemoveOverlap: ${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}${EXE} ${O} test: bedRemoveOverlap empty.bed empty.out diff empty.out empty.expected + rm empty.out bedRemoveOverlap one.bed one.out diff one.out one.expected + rm one.out bedRemoveOverlap test4.bed test4.out diff test4.out test4.expected + rm test4.out bedRemoveOverlap threeLast.bed threeLast.out diff threeLast.out threeLast.expected + rm threeLast.out bedRemoveOverlap twoFirst.bed twoFirst.out diff twoFirst.out twoFirst.expected + rm twoFirst.out bedRemoveOverlap twoSecond.bed twoSecond.out diff twoSecond.out twoSecond.expected + rm twoSecond.out