90aa101ee4f9e47a77b2eac496eca213a787d513
jcasper
  Mon Jul 22 01:53:32 2019 -0700
Adding table browser support for hic tracks, refs #22316

diff --git src/hg/hgTables/makefile src/hg/hgTables/makefile
index 0668b4a..3dd9445 100644
--- src/hg/hgTables/makefile
+++ src/hg/hgTables/makefile
@@ -1,29 +1,29 @@
 kentSrc = ../..
 include ../../inc/common.mk
 
 L += ${HALLIBS} ${MYSQLLIBS} -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = hgTables
 
 T = tstbug.o
 
 O = $A.o asFilter.o bam.o bedList.o bigBed.o bigWig.o \
     chromGraph.o compositeTrack.o custom.o filterFields.o \
-    gffOut.o hal.o identifiers.o intersect.o correlate.o correlatePlot.o \
+    gffOut.o hal.o hic.o identifiers.o intersect.o correlate.o correlatePlot.o \
     joining.o longRange.o maf.o mainPage.o microarrayTables.o rangeHistogram.o schema.o pal.o \
     seqOut.o sumStats.o usage.o vcf.o wiggle.o wikiTrack.o galaxy.o great.o genomeSpace.o userRegions.o
 
 include ../../inc/cgi_build_rules.mk
 
 rsyncDataOpts = --times --recursive --omit-dir-times --cvs-exclude --delete
 
 my::
 	rm -f ${CGI_BIN}-${USER}/all.joiner
 	cp ../makeDb/schema/all.joiner ${CGI_BIN}-${USER}
 	rm -rf ${CGI_BIN}-${USER}/greatData
 	rsync ${rsyncDataOpts} greatData ${CGI_BIN}-${USER}/
 	chmod -R a+rX ${CGI_BIN}-${USER}/greatData
 	chmod a+r ${CGI_BIN}-${USER}/all.joiner
 	chmod g+w ${CGI_BIN}-${USER}/all.joiner
@@ -73,22 +73,23 @@
 hgTables.o:	hgTables.h
 identifiers.o:	hgTables.h
 intersect.o:	hgTables.h
 javascript.o:	hgTables.h
 joining.o:	hgTables.h
 maf.o:	hgTables.h
 mainPage.o:	hgTables.h
 rangeHistogram.o:	hgTables.h
 schema.o:	hgTables.h
 seqOut.o:	hgTables.h
 sumStats.o:	hgTables.h
 usage.o:	hgTables.h
 wiggle.o:	hgTables.h correlate.h
 correlate.o:	hgTables.h correlate.h
 correlatePlot.o:	hgTables.h correlate.h
+hic.o:		hgTables.h
 
 compiletest: $T
 	${CC} -Wall $T ${MYLIBS} ${L}
 
 compileLists: listFiles.o
 	${CC} -Wall listFiles.o ${MYLIBS} ${L}