7fbb94532a7ce8b7637ad7bdad843667b51146f8 hiram Mon Apr 1 14:01:28 2013 -0700 minimal makefile for kentUtils build refs #9104 diff --git src/idbQuery/makefile src/idbQuery/makefile index fade9ac..2c80a63 100644 --- src/idbQuery/makefile +++ src/idbQuery/makefile @@ -1,18 +1,3 @@ -include ../inc/common.mk - -L += -lm $(MYSQLLIBS) -MYLIBDIR = ../lib/$(MACHTYPE) -MYLIBS = $(MYLIBDIR)/jkweb.a - -O = idbQuery.o - -idbQuery.exe: $(O) - ${CC} ${COPT} ${CFLAGS} $O ${MYLIBS} ${L} - mv ${AOUT} idbQuery.exe - chmod a+rx idbQuery.exe - -push: - mv idbQuery.exe ${CGI_BIN}-${USER} - -clean:: - rm -f ${O} idbQuery.exe ${AOUT} +kentSrc = .. +A = idbQuery +include $(kentSrc)/inc/userApp.mk