|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = foreign nostdinc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include \ |
|
|
-I$(top_builddir)/lib \ |
|
|
-I$(top_srcdir)/lib \ |
|
|
-I$(top_srcdir)/tests/libtest |
|
|
|
|
|
EXTRA_DIST = test307.pl test610.pl test613.pl test1013.pl test1022.pl \ |
|
|
CMakeLists.txt mk-lib1521.pl .checksrc |
|
|
|
|
|
CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ |
|
|
|
|
|
CFLAGS += @CURL_CFLAG_EXTRAS@ |
|
|
|
|
|
CLEANFILES = lib1521.c |
|
|
|
|
|
|
|
|
LIBS = $(BLANK_AT_MAKETIME) |
|
|
|
|
|
SUPPORTFILES_LIBS = $(top_builddir)/lib/libcurl.la @LIBCURL_PC_LIBS_PRIVATE@ |
|
|
TESTUTIL_LIBS = $(top_builddir)/lib/libcurl.la @LIBCURL_PC_LIBS_PRIVATE@ |
|
|
|
|
|
|
|
|
LDADD = $(SUPPORTFILES_LIBS) |
|
|
|
|
|
|
|
|
|
|
|
include Makefile.inc |
|
|
|
|
|
noinst_LTLIBRARIES = |
|
|
|
|
|
if USE_CPPFLAG_CURL_STATICLIB |
|
|
AM_CPPFLAGS += -DCURL_STATICLIB |
|
|
endif |
|
|
|
|
|
AM_LDFLAGS = |
|
|
AM_CFLAGS = |
|
|
|
|
|
libstubgss_la_LDFLAGS_EXTRA = |
|
|
|
|
|
if CURL_LT_SHLIB_USE_NO_UNDEFINED |
|
|
libstubgss_la_LDFLAGS_EXTRA += -no-undefined |
|
|
endif |
|
|
|
|
|
|
|
|
if BUILD_STUB_GSS |
|
|
noinst_LTLIBRARIES += libstubgss.la |
|
|
|
|
|
libstubgss_la_CPPFLAGS = $(AM_CPPFLAGS) |
|
|
libstubgss_la_LDFLAGS = $(AM_LDFLAGS) $(libstubgss_la_LDFLAGS_EXTRA) -avoid-version -rpath /nowhere |
|
|
libstubgss_la_CFLAGS = $(AM_CFLAGS) -g |
|
|
|
|
|
libstubgss_la_SOURCES = stub_gssapi.c stub_gssapi.h |
|
|
|
|
|
libstubgss_la_LIBADD = |
|
|
libstubgss_la_DEPENDENCIES = |
|
|
endif |
|
|
|
|
|
if USE_TEST_BUNDLES |
|
|
AM_CPPFLAGS += -DCURL_NO_GETADDRINFO_OVERRIDE |
|
|
|
|
|
libtest_bundle.c: $(top_srcdir)/tests/mk-bundle.pl lib1521.c |
|
|
@PERL@ $(top_srcdir)/tests/mk-bundle.pl $(srcdir) > libtest_bundle.c |
|
|
|
|
|
noinst_PROGRAMS = libtests |
|
|
nodist_libtests_SOURCES = libtest_bundle.c |
|
|
libtests_SOURCES = $(TESTUTIL) $(TSTTRACE) |
|
|
libtests_LDADD = $(TESTUTIL_LIBS) |
|
|
CLEANFILES += libtest_bundle.c |
|
|
|
|
|
if USE_CPPFLAG_CURL_STATICLIB |
|
|
else |
|
|
|
|
|
libtests_SOURCES += $(WARNLESS) $(MULTIBYTE) $(TIMEDIFF) $(THREADS) |
|
|
endif |
|
|
else |
|
|
noinst_PROGRAMS = $(LIBTESTPROGS) |
|
|
endif |
|
|
|
|
|
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 |
|
|
|
|
|
CHECKSRC = $(CS_$(V)) |
|
|
CS_0 = @echo " RUN " $@; |
|
|
CS_1 = |
|
|
CS_ = $(CS_0) |
|
|
|
|
|
checksrc: |
|
|
$(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/*.[ch] |
|
|
|
|
|
if DEBUGBUILD |
|
|
|
|
|
all-local: checksrc |
|
|
endif |
|
|
|