src/hg/visiGene/makefile 1.2
1.2 2010/02/10 19:26:03 cszeto
hgMicroscope dir
Index: src/hg/visiGene/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/visiGene/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/visiGene/makefile 5 Mar 2007 02:27:55 -0000 1.1
+++ src/hg/visiGene/makefile 10 Feb 2010 19:26:03 -0000 1.2
@@ -1,5 +1,5 @@
-include ../../inc/common.mk
+include ../../../inc/common.mk
# Build all directories in makeDb
all:
@for D in $(USE_DIRS) x; do \
@@ -8,30 +8,13 @@
x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \
fi ;\
done
-test::
- cd clusterGenes && ${MAKE} test
-
# List of directories to build
USE_DIRS = $(DIRS)
DIRS = \
- gensat \
- hgVisiGene \
- jackson \
- knownToVisiGene \
- vgChangeContributors \
- vgGetText \
- vgLoadAllen \
- vgLoadJax \
- vgLoadMahoney \
- vgLoadNibb \
- vgPatchJax \
- vgProbeTrack \
- vgRemoveSubmission \
- visiGeneLoad \
- visiGeneSearch \
- visiGeneTest
+ microscope \
+ microscopeLoad
# Needs work to compile
# vgPrepImage \