7fbb94532a7ce8b7637ad7bdad843667b51146f8 hiram Mon Apr 1 14:01:28 2013 -0700 minimal makefile for kentUtils build refs #9104 diff --git src/scanIntrons/makefile src/scanIntrons/makefile index 94e3222..f6c5530 100644 --- src/scanIntrons/makefile +++ src/scanIntrons/makefile @@ -1,17 +1,3 @@ -include ../inc/common.mk - -O = scanIntrons.o - -scanIntrons.exe: $(O) lib - ${CC} ${COPT} ${CFLAGS} $O ../lib/$(MACHTYPE)/jkweb.a ${L} - mv ${AOUT} scanIntrons.exe - chmod a+rx scanIntrons.exe - -push: - mv scanIntrons.exe ${CGI_BIN}-${USER} - -lib: - cd ../lib && ${MAKE} - -clean:: - rm -f ${O} scanIntrons.exe ${AOUT} +kentSrc = .. +A = scanIntrons +include $(kentSrc)/inc/userApp.mk