From ac61a8dd8e45669c89f4a17c262e1b8669e6109b Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Wed, 2 Mar 2011 18:41:59 +0100 Subject: CWS gnumake4: convert xmlreader to new build system [hg:751b4a1bff7b] --- xmlreader/source/makefile.mk | 53 ------------------------------------------ xmlreader/source/pad.cxx | 2 -- xmlreader/source/span.cxx | 2 -- xmlreader/source/xmlreader.cxx | 1 - 4 files changed, 58 deletions(-) delete mode 100644 xmlreader/source/makefile.mk (limited to 'xmlreader/source') diff --git a/xmlreader/source/makefile.mk b/xmlreader/source/makefile.mk deleted file mode 100644 index cb71e21a16b1..000000000000 --- a/xmlreader/source/makefile.mk +++ /dev/null @@ -1,53 +0,0 @@ -#************************************************************************* -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2000, 2010 Oracle and/or its affiliates. -# -# OpenOffice.org - a multi-platform office productivity suite -# -# This file is part of OpenOffice.org. -# -# OpenOffice.org is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License version 3 -# only, as published by the Free Software Foundation. -# -# OpenOffice.org 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 version 3 for more details -# (a copy is included in the LICENSE file that accompanied this code). -# -# You should have received a copy of the GNU Lesser General Public License -# version 3 along with OpenOffice.org. If not, see -# -# for a copy of the LGPLv3 License. -# -#***********************************************************************/ - -PRJ = .. -PRJNAME = xmlreader -TARGET = xmlreader - -ENABLE_EXCEPTIONS = TRUE -VISIBILITY_HIDDEN = TRUE - -.INCLUDE: settings.mk - -CDEFS += -DOOO_DLLIMPLEMENTATION_XMLREADER - -SLOFILES = \ - $(SLO)/pad.obj \ - $(SLO)/span.obj \ - $(SLO)/xmlreader.obj - -SHL1IMPLIB = i$(SHL1TARGET) -SHL1OBJS = $(SLOFILES) -SHL1RPATH = URELIB -SHL1STDLIBS = \ - $(SALLIB) -SHL1TARGET = xmlreader -SHL1USE_EXPORTS = name -DEF1NAME = $(SHL1TARGET) - -.INCLUDE: target.mk diff --git a/xmlreader/source/pad.cxx b/xmlreader/source/pad.cxx index b1673c4a4431..8932ee382df2 100644 --- a/xmlreader/source/pad.cxx +++ b/xmlreader/source/pad.cxx @@ -25,9 +25,7 @@ * ************************************************************************/ -#include "precompiled_xmlreader.hxx" #include "sal/config.h" - #include "osl/diagnose.h" #include "rtl/string.h" #include "sal/types.h" diff --git a/xmlreader/source/span.cxx b/xmlreader/source/span.cxx index 3b936553b431..5adfa0597cbe 100644 --- a/xmlreader/source/span.cxx +++ b/xmlreader/source/span.cxx @@ -25,9 +25,7 @@ * ************************************************************************/ -#include "precompiled_xmlreader.hxx" #include "sal/config.h" - #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/XInterface.hpp" #include "osl/diagnose.h" diff --git a/xmlreader/source/xmlreader.cxx b/xmlreader/source/xmlreader.cxx index 27350a8f0947..234eb71cbadc 100644 --- a/xmlreader/source/xmlreader.cxx +++ b/xmlreader/source/xmlreader.cxx @@ -25,7 +25,6 @@ * ************************************************************************/ -#include "precompiled_xmlreader.hxx" #include "sal/config.h" #include -- cgit