Bump for 3.6-28
[LibreOffice.git] / neon / makefile.mk
blob42e1f16391351b7769d6ded9af340f79fefa4114
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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=so_neon
31 TARGET=so_neon
33 # --- Settings -----------------------------------------------------
35 .INCLUDE : settings.mk
37 # --- Files --------------------------------------------------------
39 .IF "$(SYSTEM_NEON)" == "YES"
40 @all:
41 @echo "Using system neon...."
42 .ENDIF
44 .IF "$(DISABLE_NEON)" == "TRUE"
45 @all:
46 @echo "neon disabled...."
47 .ENDIF
49 NEON_NAME=neon-0.29.5
51 TARFILE_NAME=$(NEON_NAME)
52 TARFILE_MD5=ff369e69ef0f0143beb5626164e87ae2
53 PATCH_FILES=neon.patch neon_ne_set_request_flag.patch
55 .IF "$(GUI)"=="WNT"
56 PATCH_FILES+=neon_exports_win.patch neon_win32_root_certs.patch
57 .ELSE
58 PATCH_FILES+=neon_exports_unix.patch
59 .ENDIF
61 ADDITIONAL_FILES=src$/makefile.mk src$/config.h
63 BUILD_DIR=src
64 BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
66 OUT2INC= \
67 $(BUILD_DIR)$/ne_207.h \
68 $(BUILD_DIR)$/ne_alloc.h \
69 $(BUILD_DIR)$/ne_auth.h \
70 $(BUILD_DIR)$/ne_basic.h \
71 $(BUILD_DIR)$/ne_compress.h \
72 $(BUILD_DIR)$/ne_defs.h \
73 $(BUILD_DIR)$/ne_locks.h \
74 $(BUILD_DIR)$/ne_props.h \
75 $(BUILD_DIR)$/ne_redirect.h \
76 $(BUILD_DIR)$/ne_request.h \
77 $(BUILD_DIR)$/ne_session.h \
78 $(BUILD_DIR)$/ne_socket.h \
79 $(BUILD_DIR)$/ne_ssl.h \
80 $(BUILD_DIR)$/ne_string.h \
81 $(BUILD_DIR)$/ne_uri.h \
82 $(BUILD_DIR)$/ne_utils.h \
83 $(BUILD_DIR)$/ne_xml.h \
84 $(BUILD_DIR)$/ne_xmlreq.h
86 # --- Targets ------------------------------------------------------
88 .INCLUDE : set_ext.mk
89 .INCLUDE : target.mk
90 .INCLUDE : tg_ext.mk