2004-01-13 16:57:01 +08:00
|
|
|
#***************************************************************************
|
|
|
|
# _ _ ____ _
|
|
|
|
# Project ___| | | | _ \| |
|
|
|
|
# / __| | | | |_) | |
|
|
|
|
# | (__| |_| | _ <| |___
|
2004-01-13 15:36:13 +08:00
|
|
|
# \___|\___/|_| \_\_____|
|
2002-12-12 20:11:16 +08:00
|
|
|
#
|
2022-02-08 00:17:31 +08:00
|
|
|
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
2004-01-13 15:36:13 +08:00
|
|
|
#
|
2004-01-13 16:57:01 +08:00
|
|
|
# This software is licensed as described in the file COPYING, which
|
|
|
|
# you should have received as part of this distribution. The terms
|
2020-11-04 21:02:01 +08:00
|
|
|
# are also available at https://curl.se/docs/copyright.html.
|
2004-01-13 15:36:13 +08:00
|
|
|
#
|
|
|
|
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
|
|
|
# copies of the Software, and permit persons to whom the Software is
|
2004-01-13 16:57:01 +08:00
|
|
|
# furnished to do so, under the terms of the COPYING file.
|
2002-12-12 20:11:16 +08:00
|
|
|
#
|
2004-01-13 15:36:13 +08:00
|
|
|
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
# KIND, either express or implied.
|
|
|
|
#
|
2004-01-13 16:57:01 +08:00
|
|
|
# SPDX-License-Identifier: curl
|
2022-05-17 17:16:50 +08:00
|
|
|
#
|
2004-01-13 16:57:01 +08:00
|
|
|
###########################################################################
|
2002-12-12 20:11:16 +08:00
|
|
|
AUTOMAKE_OPTIONS = foreign nostdinc
|
|
|
|
|
2008-07-15 13:46:49 +08:00
|
|
|
# Specify our include paths here, and do it relative to $(top_srcdir) and
|
|
|
|
# $(top_builddir), to ensure that these paths which belong to the library
|
|
|
|
# being currently built and tested are searched before the library which
|
|
|
|
# might possibly already be installed in the system.
|
|
|
|
#
|
|
|
|
# $(top_srcdir)/include is for libcurl's external include files
|
2009-07-14 21:25:14 +08:00
|
|
|
# $(top_builddir)/lib is for libcurl's generated lib/curl_config.h file
|
2013-01-07 02:06:49 +08:00
|
|
|
# $(top_srcdir)/lib for libcurl's lib/curl_setup.h and other "borrowed" files
|
2006-08-08 02:06:37 +08:00
|
|
|
|
2017-05-22 15:05:10 +08:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include \
|
2012-10-10 16:05:02 +08:00
|
|
|
-I$(top_builddir)/lib \
|
|
|
|
-I$(top_srcdir)/lib
|
2002-12-12 20:11:16 +08:00
|
|
|
|
2020-12-21 16:40:25 +08:00
|
|
|
EXTRA_DIST = test307.pl test610.pl test613.pl test1013.pl test1022.pl \
|
|
|
|
Makefile.inc notexists.pl CMakeLists.txt mk-lib1521.pl .checksrc
|
2007-01-19 02:04:20 +08:00
|
|
|
|
2012-04-17 18:42:14 +08:00
|
|
|
CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@
|
2012-04-12 01:33:54 +08:00
|
|
|
|
2018-02-24 06:35:23 +08:00
|
|
|
CFLAGS += @CURL_CFLAG_EXTRAS@
|
|
|
|
|
2018-06-01 06:00:45 +08:00
|
|
|
CLEANFILES = lib1521.c
|
|
|
|
|
2012-12-05 06:30:05 +08:00
|
|
|
# Prevent LIBS from being used for all link targets
|
2012-11-30 21:34:48 +08:00
|
|
|
LIBS = $(BLANK_AT_MAKETIME)
|
|
|
|
|
|
|
|
if USE_EXPLICIT_LIB_DEPS
|
|
|
|
SUPPORTFILES_LIBS = $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@
|
|
|
|
TESTUTIL_LIBS = $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@
|
|
|
|
else
|
2015-07-14 23:08:44 +08:00
|
|
|
SUPPORTFILES_LIBS = $(top_builddir)/lib/libcurl.la @CURL_NETWORK_LIBS@ @NSS_LIBS@
|
|
|
|
TESTUTIL_LIBS = $(top_builddir)/lib/libcurl.la @CURL_NETWORK_AND_TIME_LIBS@ @NSS_LIBS@
|
2012-11-30 21:34:48 +08:00
|
|
|
endif
|
|
|
|
|
2017-03-26 23:02:22 +08:00
|
|
|
# Dependencies (may need to be overridden)
|
2012-11-30 21:34:48 +08:00
|
|
|
LDADD = $(SUPPORTFILES_LIBS)
|
2006-10-21 19:40:04 +08:00
|
|
|
|
2010-08-07 00:40:13 +08:00
|
|
|
# Makefile.inc provides the source defines (TESTUTIL, SUPPORTFILES,
|
|
|
|
# noinst_PROGRAMS, lib*_SOURCES, and lib*_CFLAGS)
|
2009-04-08 05:59:15 +08:00
|
|
|
include Makefile.inc
|
2010-08-07 00:40:13 +08:00
|
|
|
|
|
|
|
# Preloading of libhostname allows host name overriding,
|
|
|
|
# this is used to make some tests machine independent.
|
|
|
|
|
2010-08-09 15:33:53 +08:00
|
|
|
if BUILD_LIBHOSTNAME
|
2010-08-07 00:40:13 +08:00
|
|
|
noinst_LTLIBRARIES = libhostname.la
|
2010-08-09 15:33:53 +08:00
|
|
|
else
|
|
|
|
noinst_LTLIBRARIES =
|
|
|
|
endif
|
2010-08-07 00:40:13 +08:00
|
|
|
|
2013-03-12 07:24:37 +08:00
|
|
|
if USE_CPPFLAG_CURL_STATICLIB
|
|
|
|
AM_CPPFLAGS += -DCURL_STATICLIB
|
|
|
|
endif
|
|
|
|
|
2013-03-09 23:23:04 +08:00
|
|
|
AM_LDFLAGS =
|
2013-03-12 07:24:37 +08:00
|
|
|
AM_CFLAGS =
|
2013-03-09 23:23:04 +08:00
|
|
|
|
2013-03-12 07:24:37 +08:00
|
|
|
libhostname_la_CPPFLAGS_EXTRA =
|
2013-03-08 20:26:08 +08:00
|
|
|
libhostname_la_LDFLAGS_EXTRA = -module -avoid-version -rpath /nowhere
|
2013-03-12 07:24:37 +08:00
|
|
|
libhostname_la_CFLAGS_EXTRA =
|
2013-03-08 20:26:08 +08:00
|
|
|
|
2020-08-16 05:57:30 +08:00
|
|
|
libstubgss_la_LDFLAGS_EXTRA =
|
|
|
|
|
2013-03-08 20:26:08 +08:00
|
|
|
if CURL_LT_SHLIB_USE_NO_UNDEFINED
|
|
|
|
libhostname_la_LDFLAGS_EXTRA += -no-undefined
|
2020-08-16 05:57:30 +08:00
|
|
|
libstubgss_la_LDFLAGS_EXTRA += -no-undefined
|
2010-08-07 00:40:13 +08:00
|
|
|
endif
|
|
|
|
|
2013-03-12 07:24:37 +08:00
|
|
|
if CURL_LT_SHLIB_USE_MIMPURE_TEXT
|
|
|
|
libhostname_la_LDFLAGS_EXTRA += -mimpure-text
|
|
|
|
endif
|
|
|
|
|
|
|
|
if DOING_CURL_SYMBOL_HIDING
|
|
|
|
libhostname_la_CPPFLAGS_EXTRA += -DCURL_HIDDEN_SYMBOLS
|
|
|
|
libhostname_la_CFLAGS_EXTRA += $(CFLAG_CURL_SYMBOL_HIDING)
|
|
|
|
endif
|
|
|
|
|
|
|
|
libhostname_la_CPPFLAGS = $(AM_CPPFLAGS) $(libhostname_la_CPPFLAGS_EXTRA)
|
2013-03-08 20:26:08 +08:00
|
|
|
libhostname_la_LDFLAGS = $(AM_LDFLAGS) $(libhostname_la_LDFLAGS_EXTRA)
|
2013-03-12 07:24:37 +08:00
|
|
|
libhostname_la_CFLAGS = $(AM_CFLAGS) $(libhostname_la_CFLAGS_EXTRA)
|
2013-03-08 20:26:08 +08:00
|
|
|
|
2010-08-08 08:58:19 +08:00
|
|
|
libhostname_la_SOURCES = sethostname.c sethostname.h
|
2010-08-07 00:40:13 +08:00
|
|
|
|
|
|
|
libhostname_la_LIBADD =
|
|
|
|
libhostname_la_DEPENDENCIES =
|
2016-04-03 22:20:43 +08:00
|
|
|
|
2017-07-19 02:46:21 +08:00
|
|
|
# Build a stub gssapi implementation for testing
|
|
|
|
if BUILD_STUB_GSS
|
|
|
|
noinst_LTLIBRARIES += libstubgss.la
|
|
|
|
|
|
|
|
libstubgss_la_CPPFLAGS = $(AM_CPPFLAGS)
|
2020-08-16 05:57:30 +08:00
|
|
|
libstubgss_la_LDFLAGS = $(AM_LDFLAGS) $(libstubgss_la_LDFLAGS_EXTRA) -avoid-version -rpath /nowhere
|
2018-05-16 15:42:39 +08:00
|
|
|
libstubgss_la_CFLAGS = $(AM_CFLAGS) -g
|
2017-07-19 02:46:21 +08:00
|
|
|
|
|
|
|
libstubgss_la_SOURCES = stub_gssapi.c stub_gssapi.h
|
|
|
|
|
|
|
|
libstubgss_la_LIBADD =
|
|
|
|
libstubgss_la_DEPENDENCIES =
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2017-06-27 23:27:22 +08:00
|
|
|
lib1521.c: $(top_srcdir)/tests/libtest/mk-lib1521.pl $(top_srcdir)/include/curl/curl.h
|
|
|
|
@PERL@ $(top_srcdir)/tests/libtest/mk-lib1521.pl < $(top_srcdir)/include/curl/curl.h > lib1521.c
|
|
|
|
|
2019-03-14 17:40:38 +08:00
|
|
|
CHECKSRC = $(CS_$(V))
|
|
|
|
CS_0 = @echo " RUN " $@;
|
|
|
|
CS_1 =
|
|
|
|
CS_ = $(CS_0)
|
|
|
|
|
2016-04-03 22:20:43 +08:00
|
|
|
checksrc:
|
2022-03-23 22:26:09 +08:00
|
|
|
$(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/*.[ch]
|
2018-08-05 17:51:07 +08:00
|
|
|
|
|
|
|
if CURLDEBUG
|
|
|
|
# for debug builds, we scan the sources on all regular make invokes
|
|
|
|
all-local: checksrc
|
|
|
|
endif
|