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:
parent
5929527fee
commit
b466f9c3d1
@ -3,9 +3,9 @@
|
|||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $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
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
@ -73,7 +73,12 @@ PACKAGE = complex$/connectivity
|
|||||||
#----- compile .java files -----------------------------------------
|
#----- compile .java files -----------------------------------------
|
||||||
|
|
||||||
JARFILES = ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar OOoRunner.jar
|
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)
|
JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
|
||||||
|
|
||||||
#----- make a jar from compiled files ------------------------------
|
#----- make a jar from compiled files ------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user