d8feabb353b3c2650facea4afd08c86bb56e5549 kent Fri Apr 6 16:51:54 2012 -0700 Moving autoSql and autoDtd and autoXml back to just under hg. A little autoSql -django fix. diff --git src/hg/autoXml/makefile src/hg/autoXml/makefile new file mode 100644 index 0000000..78c1861 --- /dev/null +++ src/hg/autoXml/makefile @@ -0,0 +1,17 @@ +include ../../inc/common.mk + +MYLIBDIR = ../../lib/$(MACHTYPE) +MYLIBS = $(MYLIBDIR)/jkweb.a + +O = autoXml.o + +autoXml: $O $(MYLIBS) + ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/autoXml $O $(MYLIBS) ${L} +# ${STRIP} ${BINDIR}/autoXml${EXE} + +test:: + doTest + +clean: + rm -f *.o + rm -rf test/*/out