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/utils/autoXml/makefile src/utils/autoXml/makefile
deleted file mode 100644
index 78c1861..0000000
--- src/utils/autoXml/makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-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