[Libreoffice-commits] .: chart2/chartview.pmk chart2/util

David Tardon dtardon at kemper.freedesktop.org
Fri Apr 15 07:19:17 PDT 2011


 chart2/chartview.pmk     |   30 ------------------------------
 chart2/util/makefile.pmk |   46 ----------------------------------------------
 chart2/util/target.pmk   |   32 --------------------------------
 3 files changed, 108 deletions(-)

New commits:
commit 105218689140f3e3925b46b6632421c0bc43401a
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Apr 15 16:19:07 2011 +0200

    remove obsoleted .pmk files

diff --git a/chart2/chartview.pmk b/chart2/chartview.pmk
deleted file mode 100644
index eee577e..0000000
--- a/chart2/chartview.pmk
+++ /dev/null
@@ -1,30 +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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-VISIBILITY_HIDDEN = TRUE
-
-CDEFS += -DOOO_DLLIMPLEMENTATION_CHARTVIEW
diff --git a/chart2/util/makefile.pmk b/chart2/util/makefile.pmk
deleted file mode 100644
index 3819e61..0000000
--- a/chart2/util/makefile.pmk
+++ /dev/null
@@ -1,46 +0,0 @@
-# -*- makefile -*-
-#*************************************************************************
-#
-# 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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings -----------------------------------------------------
-.INCLUDE :  settings.mk
-
-# define macro for (chart-specific) tools library
-.IF "$(COM)" == "MSC" || "$(GUI)" == "OS2"
-    CHARTTOOLS= icharttools.lib
-.ELSE
-    CHARTTOOLS= -lcharttools$(DLLPOSTFIX)
-.ENDIF
-
-.IF "$(COM)" == "MSC" || "$(GUI)" == "OS2"
-    CHARTVIEW= ichartview.lib
-.ELSE
-    CHARTVIEW= -lchartview$(DLLPOSTFIX)
-.ENDIF
-
diff --git a/chart2/util/target.pmk b/chart2/util/target.pmk
deleted file mode 100644
index 79f6dc2..0000000
--- a/chart2/util/target.pmk
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- makefile -*-
-#*************************************************************************
-#
-# 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
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-$(OUT)$/misc$/$(TARGET).idls: makefile.mk
-    -$(RM) $@
-    $(TYPE) $(mktmp $(foreach,i,$(IDLFILES) $(PACKAGE)$/$i)) >>$@
-
-ALLTAR: $(OUT)$/misc$/$(TARGET).idls


More information about the Libreoffice-commits mailing list