summaryrefslogtreecommitdiff
path: root/basctl/inc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-07-28 18:37:18 +0200
committerJan Holesovsky <kendy@suse.cz>2011-07-28 18:37:18 +0200
commit249802f6d835f40896890f3202658a38d81b86ad (patch)
treedf64707db26f4191c90b1aef432dad5960875666 /basctl/inc
parente5423e6c8018c542a2588ae686f7995354b35e7b (diff)
parent6aedd6ca268478c17b3644b12be25f2533c7c63e (diff)
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/components
Diffstat (limited to 'basctl/inc')
-rw-r--r--basctl/inc/makefile.mk47
1 files changed, 0 insertions, 47 deletions
diff --git a/basctl/inc/makefile.mk b/basctl/inc/makefile.mk
deleted file mode 100644
index 894c77722abc..000000000000
--- a/basctl/inc/makefile.mk
+++ /dev/null
@@ -1,47 +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.
-#
-#*************************************************************************
-
-PRJ=..
-
-PRJNAME=basctl
-TARGET=inc
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-# --- Targets -------------------------------------------------------
-
-.INCLUDE : target.mk
-
-.IF "$(ENABLE_PCH)"!=""
-ALLTAR : \
- $(SLO)$/precompiled.pch \
- $(SLO)$/precompiled_ex.pch
-
-.ENDIF # "$(ENABLE_PCH)"!=""