summaryrefslogtreecommitdiff
path: root/accessibility/workben/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/workben/makefile')
-rw-r--r--accessibility/workben/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/accessibility/workben/makefile b/accessibility/workben/makefile
new file mode 100644
index 000000000000..4bd7c05e44dd
--- /dev/null
+++ b/accessibility/workben/makefile
@@ -0,0 +1,9 @@
+all:
+ cd source/org/openoffice/accessibility ; $(MAKE) all
+
+ROOT=source
+SUBDIRS=source/org/openoffice/accessibility
+include source/makefile.in
+
+run: all
+ $(JAVA) -classpath $(CLASSPATH) org.openoffice.accessibility.awb.AccessibilityWorkBench