summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2000-10-09 11:18:53 +0000
committerAndreas Bille <abi@openoffice.org>2000-10-09 11:18:53 +0000
commit3a603799c548ef96f6a68187204a23abfa759c2e (patch)
tree1f1f1986649bd9c4086abcce823d68df122ef989 /xmlhelp
parenta1f51b8966874e19279015446ad763601595050c (diff)
Initial revision for HelpContentServer. Only for testing by now
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/com/sun/star/help/makefile.mk65
1 files changed, 65 insertions, 0 deletions
diff --git a/xmlhelp/source/com/sun/star/help/makefile.mk b/xmlhelp/source/com/sun/star/help/makefile.mk
new file mode 100644
index 000000000000..e5f1b491fb07
--- /dev/null
+++ b/xmlhelp/source/com/sun/star/help/makefile.mk
@@ -0,0 +1,65 @@
+#*************************************************************************
+#*
+#* $Workfile:$
+#*
+#* Creation date KR 28.06.99
+#* last change $Author: abi $ $Date: 2000-10-09 12:18:53 $
+#*
+#* $Revision: 1.1 $
+#*
+#* $Logfile:$
+#*
+#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
+#*
+#*************************************************************************
+
+PRJ = ..$/..$/..$/..$/..
+PRJNAME = xmlhelp
+PACKAGE = com$/sun$/star$/help
+TARGET = com_sun_star_help
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : settings.mk
+
+JARFILES = sandbox.jar unoil.jar jurt.jar bdb.jar sax.jar xp.jar xt.jar
+EXTRAJARFILES =
+
+CLASSGENDIR = $(OUT)$/classgen
+RDB = $(SOLARBINDIR)$/applicat.rdb
+JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES)))
+
+
+%.java:
+ javamaker -BUCR -O$(OUT)$/misc$/java $(subst,$/,. $(subst,$(OUT)$/misc$/java$/,-T $*)) $(RDB)
+
+# --- Files --------------------------------------------------------
+
+JAVACLASSFILES = \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpServer.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpContentIdentifier.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpProvider.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpContent.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpURLStreamHandlerFactory.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpURLStreamHandler.class \
+ $(CLASSDIR)$/$(PACKAGE)$/HelpURLConnection.class \
+ $(CLASSDIR)$/$(PACKAGE)$/CreateDb.class \
+ $(CLASSDIR)$/$(PACKAGE)$/OutputStreamImpl.class \
+ $(CLASSDIR)$/$(PACKAGE)$/ParameterImpl.class \
+ $(CLASSDIR)$/$(PACKAGE)$/XSLData.class \
+ $(CLASSDIR)$/$(PACKAGE)$/StringDbt.class
+
+
+JARCLASSDIRS = com
+JARTARGET = $(PRJNAME).jar
+JARCOMPRESS = TRUE
+CUSTOMMANIFESTFILE = manifest
+
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk
+
+
+
+