LOTS of changes. Biggies include proper support for relations, including
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / Makefile
index acd7ccc..703de72 100644 (file)
@@ -1,10 +1,12 @@
-# $Id: Makefile,v 1.1 2002-10-25 07:38:17 mike Exp $
+# $Id: Makefile,v 1.2 2002-10-30 09:19:26 mike Exp $
 
 all: CQLNode.class CQLTermNode.class CQLBooleanNode.class \
        CQLAndNode.class CQLOrNode.class CQLNotNode.class \
-       CQLParser.class
+       CQLRelation.class \
+       CQLParser.class CQLLexer.class CQLParseException.class \
+       CQLGenerator.class ParameterMissingException.class
 
-javadocs:
+docs:
        nice javadoc -d ../../../../../docs -author -version \
                -windowtitle cql-java org.z3950.zing.cql