src/hg/instinct/hgMicroscope/makefile 1.1
1.1 2010/02/10 19:48:54 cszeto
Cancer version of visiGene
Index: src/hg/instinct/hgMicroscope/makefile
===================================================================
RCS file: src/hg/instinct/hgMicroscope/makefile
diff -N src/hg/instinct/hgMicroscope/makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/instinct/hgMicroscope/makefile 10 Feb 2010 19:48:54 -0000 1.1
@@ -0,0 +1,20 @@
+include ../../../inc/common.mk
+# Build all directories in makeDb
+
+all:
+ @for D in $(USE_DIRS) x; do \
+ if test "$$D" != "x" ; then \
+ ( cd $$D && echo $$D && $(MAKE) ) ;\
+ x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \
+ fi ;\
+ done
+
+# List of directories to build
+USE_DIRS = $(DIRS)
+
+DIRS = \
+ microscope \
+ microscopeLoad
+
+# Needs work to compile
+# vgPrepImage \