src/hg/hgTables/makefile 1.55
1.55 2010/04/22 19:25:22 bristor
Added support for integration between the table browser and GREAT.
Index: src/hg/hgTables/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -b -B -U 4 -r1.54 -r1.55
--- src/hg/hgTables/makefile 2 Nov 2009 18:04:30 -0000 1.54
+++ src/hg/hgTables/makefile 22 Apr 2010 19:25:22 -0000 1.55
@@ -10,9 +10,9 @@
O = $A.o asObj.o bedList.o bigBed.o bigWig.o chromGraph.o compositeTrack.o custom.o filterFields.o \
gffOut.o identifiers.o intersect.o correlate.o correlatePlot.o \
joining.o maf.o mainPage.o microarrayTables.o rangeHistogram.o schema.o pal.o \
- seqOut.o sumStats.o usage.o wiggle.o wikiTrack.o galaxy.o userRegions.o
+ seqOut.o sumStats.o usage.o wiggle.o wikiTrack.o galaxy.o great.o userRegions.o
include ../../inc/cgi_build_rules.mk
my::
@@ -52,8 +52,9 @@
compositeTrack.o: hgTables.h
filterFields.o: hgTables.h
galaxy.o: hgTables.h
gffOut.o: hgTables.h
+great.o: hgTables.h
hgTables.o: hgTables.h
identifiers.o: hgTables.h
intersect.o: hgTables.h
javascript.o: hgTables.h