Comment.
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / Makefile
index 1394928..fed51f7 100644 (file)
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.12 2002-11-17 23:29:02 mike Exp $
+# $Id: Makefile,v 1.14 2007-06-06 12:21:46 mike Exp $
 #
 # Your Java compiler will require that this source directory is on the
-# classpath.  The best way to do that is just to add the cql-java
+# classpath.  The best way to do that is just to add the CQL-Java
 # distribution's "src" subdirectory to your CLASSPATH environment
 # variable, like this:
 #      CLASSPATH=$CLASSPATH:/where/ever/you/unpacked/it/cql-java-VERSION/src
@@ -21,7 +21,7 @@ OBJ = Utils.class \
        cd ../../../..; jar cf ../lib/cql-java.jar org/z3950/zing/cql/*.class
 
 %.class: %.java
-       javac $<
+       javac -Xlint:unchecked *.java
 
 clean:
        rm -f $(OBJ) 'CQLLexer$$Keyword.class'