INTEGRATION: CWS dba24 (1.3.54); FILE MERGED

2005/02/22 11:41:35 oj 1.3.54.1: #i43296# remove find and append java names directly
This commit is contained in:
Vladimir Glazounov 2005-03-10 14:16:48 +00:00
parent 5929527fee
commit b466f9c3d1

View File

@ -3,9 +3,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Date: 2004-07-23 14:28:53 $
# last change: $Date: 2005-03-10 15:16:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -73,7 +73,12 @@ PACKAGE = complex$/connectivity
#----- compile .java files -----------------------------------------
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar
JAVAFILES = $(shell $(FIND) .$/*.java)
JAVAFILES =\
DBaseDateFunctions.java\
DBaseDriverTest.java\
DBaseNumericFunctions.java\
DBaseStringFunctions.java
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
#----- make a jar from compiled files ------------------------------