cde335ea9cac4d3288cfb3b2740b00bedee34cdf kate Tue Jun 7 22:33:43 2011 -0700 Extend modify command to handle expVars diff --git src/hg/lib/makefile src/hg/lib/makefile index 54162dc..024fd7e 100644 --- src/hg/lib/makefile +++ src/hg/lib/makefile @@ -108,22 +108,22 @@ else GBROWSE_D= endif %.o: %.c ${CC} ${COPT} ${CFLAGS} ${GBROWSE_D} ${LOWELAB_DEFS} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${XINC} -o $@ -c $< ../../lib/$(MACHTYPE)/jkhgap.a: $(O) ar rcus ../../lib/$(MACHTYPE)/jkhgap.a $(O) clean: rm -f $(O); rm -f ../../lib/$(MACHTYPE)/jkhgap.a; ctags: - ctags *.c *.h ../inc/*.h ../lib/*.c ../../inc/*.h ../../lib/*.c + ctags *.c *.h ../inc/*.h ../lib/*.c ../../inc/*.h ../../lib/*.c ../inc/encode/*.h ../lib/encode/*.c tags: - etags *.c *.h ../inc/*.h ../lib/*.c ../../inc/*.h ../../lib/*.c + etags *.c *.h ../inc/*.h ../lib/*.c ../../inc/*.h ../../lib/*.c ../inc/encode/*.h ../lib/encode/*.c test: cd tests && ${MAKE} test