8bee4ca2d7d04ef2fd302394f63025c963963637 hiram Tue Apr 2 08:37:06 2013 -0700 minimalist makefile changes for kentUtils build refs #9104 diff --git src/wormAli/makefile src/wormAli/makefile index 39c9b2b..c34d11f 100644 --- src/wormAli/makefile +++ src/wormAli/makefile @@ -1,15 +1,5 @@ -include ../inc/common.mk - -O = wormAli.o - -wormAli.exe: $(O) - ${CC} ${COPT} ${CFLAGS} $O ../lib/$(MACHTYPE)/jkOwnLib.a ../lib/$(MACHTYPE)/jkweb.a ${L} -lm - mv ${AOUT} wormAli.exe - -install: wormAli.exe - chmod g-w wormAli.exe - chmod a+rx wormAli.exe - mv wormAli.exe ${CGI_BIN}/ - -clean:: - rm -f wormAli.exe ${AOUT} ${O} +kentSrc = .. +A = wormAli +preMyLibs += ../lib/$(MACHTYPE)/jkOwnLib.a +include $(kentSrc)/inc/userApp.mk +L += -lm