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
8 # The following variables probably don't need to be changed.
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.
25 ..
$/$(INPATH
)$/class \
26 $(foreach,i
,$(JAR_FILES
) $(JAR_PATH
)$i) \
29 CLASSPATH
!:=$(JAVA_CLASSPATHS
:t
$(PATH_SEPERATOR
))
34 # Example of how to run the work bench.
36 +$(JAVA
) -classpath
"$(CLASSPATH)" org
/openoffice
/accessibility
/awb
/AccessibilityWorkBench
-p
$(PIPE_NAME
)
39 +$(JAVA
) -classpath
"$(CLASSPATH)" -jar AccessibilityWorkBench.jar
-p
$(PIPE_NAME
)