Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / mdds / makefile.mk
blobb759886d66bcb40f9211c54bebe703243d76898b
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
28 PRJ=.
30 PRJNAME=mdds
31 TARGET=mdds
33 # --- Settings -----------------------------------------------------
35 .INCLUDE : settings.mk
37 # --- Files --------------------------------------------------------
39 TARFILE_NAME=mdds_0.5.3
40 TARFILE_MD5=0ff7d225d087793c8c2c680d77aac3e7
41 PATCH_FILES=mdds_0.5.3.patch
43 CONFIGURE_DIR=
44 CONFIGURE_ACTION=
46 BUILD_DIR=
47 BUILD_ACTION=
48 BUILD_FLAGS=
50 # --- Targets ------------------------------------------------------
52 .INCLUDE : set_ext.mk
53 .INCLUDE : target.mk
54 .INCLUDE : tg_ext.mk
56 # --- post-build ---------------------------------------------------
58 NORMALIZE_FLAG_FILE=so_normalized_$(TARGET)
60 $(PACKAGE_DIR)$/$(NORMALIZE_FLAG_FILE) : $(PACKAGE_DIR)$/$(BUILD_FLAG_FILE)
61 -@$(MKDIRHIER) $(INCCOM)
62 @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/include$/mdds $(INCCOM)
63 @$(TOUCH) $(PACKAGE_DIR)$/$(NORMALIZE_FLAG_FILE)
65 $(PACKAGE_DIR)$/$(PREDELIVER_FLAG_FILE) : $(PACKAGE_DIR)$/$(NORMALIZE_FLAG_FILE)