merge the formfield patch from ooo-build
[ooovba.git] / accessibility / workben / makefile.mk
blob33c1e2a0ef5eedc23499be0e36bbb722b6e66316
1 # copied from settings.mk
2 SOLARBINDIR=$(SOLARVERSION)$/$(INPATH)$/bin$(UPDMINOREXT)
4 # Please modify the following lines to match your environment:
5 # If you use the run: target at the end of the file, then adapt pipe name
6 PIPE_NAME = $(USER)
8 # The following variables probably don't need to be changed.
9 JAVA = java
10 # The JAR_PATH points to the jar files of your local office installation.
11 JAR_PATH = $(SOLARBINDIR)$/
14 # The rest of this makefile should not need to be touched.
16 JAR_FILES = \
17 unoil.jar \
18 sandbox.jar \
19 ridl.jar \
20 jurt.jar \
21 juh.jar \
22 java_uno.jar
25 JAVA_CLASSPATHS := \
26 ..$/$(INPATH)$/class \
27 $(foreach,i,$(JAR_FILES) $(JAR_PATH)$i) \
28 $(CLASSPATH)
30 CLASSPATH !:=$(JAVA_CLASSPATHS:t$(PATH_SEPERATOR))
32 all:
33 build
35 # Example of how to run the work bench.
36 run:
37 +$(JAVA) -classpath "$(CLASSPATH)" org/openoffice/accessibility/awb/AccessibilityWorkBench -p $(PIPE_NAME)
39 runjar:
40 +$(JAVA) -classpath "$(CLASSPATH)" -jar AccessibilityWorkBench.jar -p $(PIPE_NAME)