9a6b3e5b58d0c68eb152319bebf7339f24f42ed7 max Mon Dec 7 14:55:54 2015 -0800 adding malacards section to hgGene, refs #14417 diff --git src/hg/hgGene/makefile src/hg/hgGene/makefile index 81ca8d1..ad41135 100644 --- src/hg/hgGene/makefile +++ src/hg/hgGene/makefile @@ -1,24 +1,24 @@ include ../../inc/common.mk L += $(MYSQLLIBS) -lm MYLIBDIR = ../../lib/$(MACHTYPE) MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a A = hgGene -O = hgGene.o alleles.o altSplice.o ctd.o dnaBindMotif.o domains.o gad.o\ +O = hgGene.o alleles.o altSplice.o ctd.o dnaBindMotif.o domains.o gad.o malacards.o\ flyBaseInfo.o go.o info.o links.o microarray.o \ method.o localization.o mrnaDescriptions.o otherOrgs.o\ pathways.o pseudoGene.o rgdInfo.o rnaStructure.o sequence.o swissProtComments.o \ synonym.o wikiTrack.o geneReviews.o include ../../inc/cgi_build_rules.mk my:: rm -fr ${CGI_BIN}-${USER}/hgGeneData rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgGeneData ${CGI_BIN}-${USER}/ chmod -R a+rX ${CGI_BIN}-${USER}/hgGeneData install:: rm -fr ${DESTDIR}${CGI_BIN}/hgGeneData rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgGeneData \