diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-10-12 14:11:40 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-10-12 14:11:40 +0200 |
commit | d0edb8833eae3f76869e8718c380e491f1d23419 (patch) | |
tree | cfc4b42ccf3931033a049af806842a23f08bc1d0 /helpers/linkmakefile.template | |
parent | 988ace944d9ec4991d7aa5fe22455fe9024e9aaf (diff) |
remove old dmake related helper files
Change-Id: I71dc2ef7dfdbcfaf82e4ae3875fef7de62db0e64
Diffstat (limited to 'helpers/linkmakefile.template')
-rw-r--r-- | helpers/linkmakefile.template | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/helpers/linkmakefile.template b/helpers/linkmakefile.template deleted file mode 100644 index c9226de7e2..0000000000 --- a/helpers/linkmakefile.template +++ /dev/null @@ -1,53 +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 . -# - -# edit to match directory level -PRJ = %prj% -# same for all makefiles in "helpcontent2" -PRJNAME = helpcontent2 -# uniqe name (module wide); -# using a modified form of package should do here -TARGET = util_%module% - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/settings.pmk - -#common_build_zip:= -zip1generatedlangs=TRUE -zip1langdirs=$(aux_alllangiso) -ZIP1TARGET=xhp_%module% -ZIP1FLAGS= -u -r -ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) -ZIP1LIST=$(LANGDIR)$/text$/%module%$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created" - -LINKNAME=%module% -LINKADDEDFILES= \ -%linkaddedfiles% - -LINKADDEDDEPS= \ -%linkaddeddeps% - -LINKLINKFILES= \ -%linklinkfiles% - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk -.INCLUDE : $(PRJ)$/util$/target.pmk |