* genall: Added, generates the headers which are in cvs.
authortwisti <none@none>
Thu, 3 Nov 2005 20:08:26 +0000 (20:08 +0000)
committertwisti <none@none>
Thu, 3 Nov 2005 20:08:26 +0000 (20:08 +0000)
src/native/include/Makefile.am

index 549eb8468d28394e788faed2ccbc9f383703ecf7..23b469b69a059053e21e37a05d9f2fb125719768 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 3447 2005-10-19 14:35:36Z twisti $
+## $Id: Makefile.am 3536 2005-11-03 20:08:26Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -124,6 +124,8 @@ CLASSPATH = $(VM_ZIP):$(GLIBJ_ZIP)
 
 noinst_DATA = $(DO_HEADER_FILES)
 
+genall: $(NO_GEN_HEADER_FILES)
+
 $(NO_GEN_HEADER_FILES):
        @class=`echo $@ | sed -e 's/\.h$$//' -e 's/_/\./g'`; \
        echo "$(CACAOH) -bootclasspath $(CLASSPATH) -d . $$class"; \