7fdfab0ba90789194773f2bbd31bcc6ab161631a galt Tue Aug 5 10:57:28 2014 -0700 Fixes #12559. GenomeSpace support added to hgTables. diff --git src/hg/hgTables/makefile src/hg/hgTables/makefile index 5d59691..b16d3af 100644 --- src/hg/hgTables/makefile +++ src/hg/hgTables/makefile @@ -1,30 +1,30 @@ 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 \ joining.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 userRegions.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 alpha::