diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 14:45:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 14:45:36 +0000 |
commit | 1d22bbf41e45e024ba3a380a42266cb95e084db6 (patch) | |
tree | ee95875b5cee2743a959e651548dce11dddcb715 /cppuhelper/qa/unourl | |
parent | ae216db6b8dd672a63999eceea1653594e0628b8 (diff) |
INTEGRATION: CWS cppuhelpshrink (1.1.2); FILE ADDED
2007/01/22 12:24:20 mmeeks 1.1.2.1: Issue number: i#72766
Submitted by: mmeeks
Planning gain: convert obsolete uno URI unit tests to CPPUNIT
Diffstat (limited to 'cppuhelper/qa/unourl')
-rw-r--r-- | cppuhelper/qa/unourl/makefile.mk | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/cppuhelper/qa/unourl/makefile.mk b/cppuhelper/qa/unourl/makefile.mk new file mode 100644 index 000000000000..2a87e32e0d29 --- /dev/null +++ b/cppuhelper/qa/unourl/makefile.mk @@ -0,0 +1,67 @@ +#************************************************************************* +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# last change: $Author: rt $ $Date: 2007-01-29 15:45:36 $ +# +# 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=..$/.. +PRJNAME=cppuhelper +TARGET=cppu_unourl + +ENABLE_EXCEPTIONS=TRUE + +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + + +# BEGIN ---------------------------------------------------------------- +# auto generated Target:joblist by codegen.pl +SHL1OBJS= \ + $(SLO)$/cppu_unourl.obj +SHL1TARGET= cppu_unourl +SHL1STDLIBS=\ + $(CPPUHELPERLIB) \ + $(SALLIB) \ + $(CPPULIB) \ + $(CPPUNITLIB) +SHL1IMPLIB= i$(SHL1TARGET) +DEF1NAME =$(SHL1TARGET) +SHL1VERSIONMAP= export.map +# auto generated Target:joblist +# END ------------------------------------------------------------------ + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk +.INCLUDE : _cppunit.mk + |