Tag: cws_src680_dba202f User: fs Date: 06/01/23 08:15:49 Modified: /dba/connectivity/qa/connectivity/tools/ makefile.mk
Log: make JAVAFILES find new files automatically File Changes: Directory: /dba/connectivity/qa/connectivity/tools/ =================================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/connectivity/qa/connectivity/tools/makefile.mk?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +3 -5 ------------------- --- makefile.mk 23 Jan 2006 12:17:00 -0000 1.1.2.1 +++ makefile.mk 23 Jan 2006 16:15:44 -0000 1.1.2.2 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.2.1 $ +# $Revision: 1.1.2.2 $ # -# last change: $Author: fs $ $Date: 2006/01/23 12:17:00 $ +# last change: $Author: fs $ $Date: 2006/01/23 16:15:44 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,9 +45,7 @@ #----- compile .java files ----------------------------------------- JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar -JAVAFILES = \ - HsqlDatabase.java - +JAVAFILES = $(shell $(FIND) .$/*.java) JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) #----- make a jar from compiled files ------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
