2f6acb208e6abe1f09be24d4a6bec948148a5ee9 kent Mon Feb 1 17:29:10 2021 -0800 Moving this to directory for exploratory non-reviewed code. It was a nice little platform to work out ideas. diff --git src/hg/oneShot/hgFacetedBars/makefile src/hg/oneShot/hgFacetedBars/makefile new file mode 100644 index 0000000..3298b52 --- /dev/null +++ src/hg/oneShot/hgFacetedBars/makefile @@ -0,0 +1,18 @@ +kentSrc = ../.. +include ../../inc/common.mk + +L += $(MYSQLLIBS) -lm +MYLIBDIR = ../../lib/${MACHTYPE} +MYLIBS = $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a + +A = hgFacetedBars +O = hgFacetedBars.o + +A = hgFacetedBars + +include ../../inc/cgi_build_rules.mk + +compile:: $O + ${CC} $O ${MYLIBS} ${L} + mv ${AOUT} $A${EXE} +