summaryrefslogtreecommitdiff
path: root/autodoc/source/ary/info/makefile.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-25 10:53:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-25 10:53:56 +0000
commit23a133dfe7f7549fbaeeeefef81f736d9a3bc0c2 (patch)
tree207515384b302e54501839f93b6bdc5e78f46987 /autodoc/source/ary/info/makefile.mk
parent2738fa9fdc3aec9a64f2eab1d9d48942218c199e (diff)
drop various dangling makefile.mks
Change-Id: Id76b57a1ef2edbb05f1d22a624caad077275ac74
Diffstat (limited to 'autodoc/source/ary/info/makefile.mk')
-rw-r--r--autodoc/source/ary/info/makefile.mk51
1 files changed, 0 insertions, 51 deletions
diff --git a/autodoc/source/ary/info/makefile.mk b/autodoc/source/ary/info/makefile.mk
deleted file mode 100644
index cb729a4ceaab..000000000000
--- a/autodoc/source/ary/info/makefile.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-PRJ=..$/..$/..
-
-PRJNAME=autodoc
-TARGET=ary_info
-
-
-
-# --- Settings -----------------------------------------------------
-
-ENABLE_EXCEPTIONS=true
-PRJINC=$(PRJ)$/source
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/source$/mkinc$/fullcpp.mk
-
-
-
-# --- Files --------------------------------------------------------
-
-
-OBJFILES= \
- $(OBJ)$/all_dts.obj \
- $(OBJ)$/all_tags.obj \
- $(OBJ)$/ci_attag.obj \
- $(OBJ)$/ci_text.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
-
-
-