diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-08 13:43:23 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-05-08 13:43:23 +0000 |
commit | 88b7566bb6230dc932117e1fc8ae17d153d9a6e1 (patch) | |
tree | c509480fef3490cc20217e96fa87c8d271085d00 /framework | |
parent | 1e44d140821e30470a7069eeaf64d707cd58e59c (diff) |
INTEGRATION: CWS mbapp3 (1.1.2); FILE ADDED
2006/04/24 10:27:23 as 1.1.2.1: #i64598# new interception helper
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/dispatches/helper/makefile.mk | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/framework/qa/complex/dispatches/helper/makefile.mk b/framework/qa/complex/dispatches/helper/makefile.mk new file mode 100644 index 000000000000..ecf08b59e41c --- /dev/null +++ b/framework/qa/complex/dispatches/helper/makefile.mk @@ -0,0 +1,56 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: hr $ $Date: 2006-05-08 14:43:23 $ +# +# The Contents of this file are made available subject to +# the terms of GNU Lesser General Public License Version 2.1. +# +# +# GNU Lesser General Public License Version 2.1 +# ============================================= +# Copyright 2005 by Sun Microsystems, Inc. +# 901 San Antonio Road, Palo Alto, CA 94303, USA +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License version 2.1, as published by the Free Software Foundation. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# +#************************************************************************* +PRJ = ..$/..$/..$/.. +TARGET = checkdispatchapi +PRJNAME = $(TARGET) +PACKAGE = complex$/dispatches$/helper + +# --- Settings ----------------------------------------------------- +.INCLUDE: settings.mk + + +#----- compile .java files ----------------------------------------- + +JARFILES = mysql.jar ridl.jar unoil.jar jurt.jar juh.jar jut.jar java_uno.jar \ + Generator.jar OOoRunner.jar +JAVAFILES = Interceptor.java +JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) + +MAXLINELENGTH = 100000 + +.INCLUDE : target.mk + + + |