office-gobmx/neon/makefile.mk
Oliver Bolte 386b66d1a9 CWS-TOOLING: integrate CWS tkr27
2009-10-28 06:49:21 +0100 tkr  r277234 : #105418# rebase issue SYSSHELLLIB doesn't exist anymore
2009-10-27 12:25:20 +0100 tkr  r277198 : #105418# rebase issue SYSSHELLLIB doesn't exist anymore
2009-10-26 08:06:52 +0100 tkr  r277172 : #105418# rename -lineon to -lneon for mingw port
2009-10-22 14:58:56 +0200 tkr  r277125 : #i105418# rename neon lib name
2009-10-22 14:56:48 +0200 tkr  r277123 : #i105418# rename neon lib name
2009-10-14 13:33:53 +0200 tkr  r276894 : #i105891# windows ifilter relocated
2009-10-12 12:12:43 +0200 tkr  r276826 : CWS-TOOLING: rebase CWS tkr27 to branches/OOO320@276773 (milestone: OOO320:m1)
2009-10-08 12:50:50 +0200 tkr  r276787 : #i105418# introduced new defines for special_lib_file
2009-10-08 12:48:08 +0200 tkr  r276786 : #i105418# build neon as shared library
2009-10-08 12:13:35 +0200 tkr  r276782 : #i105418# build neon as shared library
2009-09-29 12:46:16 +0200 tkr  r276523 : #i105418# build neon as shared library
2009-09-29 12:36:15 +0200 tkr  r276522 : #i105418# build neon as shared library
2009-09-29 12:17:21 +0200 tkr  r276519 : #i105418# build neon as shared library
2009-09-29 11:11:33 +0200 tkr  r276512 : #i105418# build neon as shared library
2009-09-29 10:39:19 +0200 tkr  r276509 : #i105418# build neon as shared library
2009-09-29 10:36:45 +0200 tkr  r276508 : #i105418# build neon as shared library
2009-11-04 11:12:54 +00:00

93 lines
2.5 KiB
Makefile

#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.11 $
#
# 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=so_neon
TARGET=so_neon
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
.IF "$(SYSTEM_NEON)" == "YES"
@all:
@echo "Using system neon...."
.ENDIF
.IF "$(DISABLE_NEON)" == "TRUE"
@all:
@echo "neon disabled...."
.ENDIF
NEON_NAME=neon-0.28.2
TARFILE_NAME=$(NEON_NAME)
PATCH_FILES=neon.patch
.IF "$(GUI)"=="WNT"
PATCH_FILES+=neon_exports_win.patch
.ELSE
PATCH_FILES+=neon_exports_unix.patch
.ENDIF
ADDITIONAL_FILES=src$/makefile.mk src$/config.h src$/ne_ntlm.h src$/ne_ntlm.c
BUILD_DIR=src
BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
OUT2INC= \
$(BUILD_DIR)$/ne_207.h \
$(BUILD_DIR)$/ne_alloc.h \
$(BUILD_DIR)$/ne_auth.h \
$(BUILD_DIR)$/ne_basic.h \
$(BUILD_DIR)$/ne_defs.h \
$(BUILD_DIR)$/ne_locks.h \
$(BUILD_DIR)$/ne_props.h \
$(BUILD_DIR)$/ne_redirect.h \
$(BUILD_DIR)$/ne_request.h \
$(BUILD_DIR)$/ne_session.h \
$(BUILD_DIR)$/ne_socket.h \
$(BUILD_DIR)$/ne_ssl.h \
$(BUILD_DIR)$/ne_string.h \
$(BUILD_DIR)$/ne_uri.h \
$(BUILD_DIR)$/ne_utils.h \
$(BUILD_DIR)$/ne_xml.h \
$(BUILD_DIR)$/ne_xmlreq.h
# --- Targets ------------------------------------------------------
.INCLUDE : set_ext.mk
.INCLUDE : target.mk
.INCLUDE : tg_ext.mk