1aded0d32b0a11b176a69e55e718fc0a69cfc38c
kent
  Thu Jan 28 08:30:15 2021 -0800
Most if all of the buttons and links from the cirm faceted site are working.  This is still very much just a prototype though.

diff --git src/hg/hgFacetedBars/makefile src/hg/hgFacetedBars/makefile
new file mode 100644
index 0000000..3298b52
--- /dev/null
+++ src/hg/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}
+