src/hg/hgTracks/makefile 1.87
1.87 2009/09/11 20:12:04 pchan
add LOWELAB_DEFS to link with lowe lab specific code only when LOWELAB environment variable is defined
Index: src/hg/hgTracks/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/makefile,v
retrieving revision 1.86
retrieving revision 1.87
diff -b -B -U 4 -r1.86 -r1.87
--- src/hg/hgTracks/makefile 2 Aug 2009 18:57:08 -0000 1.86
+++ src/hg/hgTracks/makefile 11 Sep 2009 20:12:04 -0000 1.87
@@ -32,9 +32,9 @@
GBROWSE_D=
endif
%.o: %.c
- ${CC} ${COPT} ${CFLAGS} ${GBROWSE_D} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${XINC} -o $@ -c $<
+ ${CC} ${COPT} ${CFLAGS} ${GBROWSE_D} ${LOWELAB_DEFS} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${XINC} -o $@ -c $<
mgsc: strip
mv $A ${CGI_BIN}/$A