src/hg/hgTables/makefile 1.53

1.53 2009/03/17 10:13:27 aamp
Adding microarray stuff to output microarray names in the microarrayGroupings.ra file. Also put in some bits to output the microarray groupings themselves but that's incomplete currently.
Index: src/hg/hgTables/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -b -B -U 4 -r1.52 -r1.53
--- src/hg/hgTables/makefile	16 Mar 2009 05:08:48 -0000	1.52
+++ src/hg/hgTables/makefile	17 Mar 2009 10:13:27 -0000	1.53
@@ -9,9 +9,9 @@
 T = tstbug.o
 
 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 rangeHistogram.o schema.o pal.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
 
 include ../../inc/cgi_build_rules.mk