summaryrefslogtreecommitdiff
path: root/offapi/UnoApi_types.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-11 15:28:34 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-11 16:33:52 +0100
commit295b09a63240d0a591921a40dc949784a441ce99 (patch)
tree5ab7fd2974bf130ae68e68551baec470b1d229d7 /offapi/UnoApi_types.mk
parent5d4f2cf9a449535e5365613ae50a1c3cca030eb0 (diff)
refactor UnoApi class
Diffstat (limited to 'offapi/UnoApi_types.mk')
-rw-r--r--offapi/UnoApi_types.mk46
1 files changed, 0 insertions, 46 deletions
diff --git a/offapi/UnoApi_types.mk b/offapi/UnoApi_types.mk
deleted file mode 100644
index df0da0603c27..000000000000
--- a/offapi/UnoApi_types.mk
+++ /dev/null
@@ -1,46 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#*************************************************************************
-#
-# 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.
-#
-#*************************************************************************
-
-$(eval $(call gb_UnoApiTarget_UnoApiTarget,types))
-
-$(eval $(call gb_UnoApiTarget_add_merge_rdbfiles,types,\
- udkapi \
- offapi \
-))
-
-$(eval $(call gb_UnoApiTarget_add_reference_rdbfile,types,\
- offapi/type_reference/types \
-))
-
-# ugly hack for now!
-statistic : $(gb_Helper_MISC)/api_statistic
-
-$(gb_Helper_MISC)/api_statistic: $(call gb_UnoApiTarget_get_target,types)
- $(PERL) util/checknewapi.pl $(call gb_UnoApiTarget_get_target,types) $(UNOAPI_REFERENCE_types) "$(RSCREVISION)" "$(gb_UnoApiTarget_REGVIEWTARGET)" > $@
-
-# vim: set noet sw=4 ts=4: