1# Makefile.in generated by automake 1.15.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2017 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91@SYS_IS_CYGWIN_TRUE@am__append_1 = -no-undefined -version-info 0:0:0 \ 92@SYS_IS_CYGWIN_TRUE@ -Wl,$(GAPROOT)/bin/$(GAPARCH)/gap.dll 93subdir = . 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 98 $(top_srcdir)/m4/ac_find_gap.m4 $(top_srcdir)/m4/libcurl.m4 \ 99 $(top_srcdir)/configure.ac 100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 101 $(ACLOCAL_M4) 102DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 103 $(am__configure_deps) $(am__DIST_COMMON) 104am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 105 configure.lineno config.status.lineno 106mkinstalldirs = $(install_sh) -d 107CONFIG_HEADER = $(top_builddir)/src/pkgconfig.h 108CONFIG_CLEAN_FILES = 109CONFIG_CLEAN_VPATH_FILES = 110am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 111am__vpath_adj = case $$p in \ 112 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 113 *) f=$$p;; \ 114 esac; 115am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 116am__install_max = 40 117am__nobase_strip_setup = \ 118 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 119am__nobase_strip = \ 120 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 121am__nobase_list = $(am__nobase_strip_setup); \ 122 for p in $$list; do echo "$$p $$p"; done | \ 123 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 124 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 125 if (++n[$$2] == $(am__install_max)) \ 126 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 127 END { for (dir in files) print dir, files[dir] }' 128am__base_list = \ 129 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 130 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 131am__uninstall_files_from_dir = { \ 132 test -z "$$files" \ 133 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 134 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 135 $(am__cd) "$$dir" && rm -f $$files; }; \ 136 } 137am__installdirs = "$(DESTDIR)$(libdir)" 138LTLIBRARIES = $(lib_LTLIBRARIES) 139curl_la_LIBADD = 140am__dirstamp = $(am__leading_dot)dirstamp 141am_curl_la_OBJECTS = src/curl_la-curl.lo 142curl_la_OBJECTS = $(am_curl_la_OBJECTS) 143AM_V_lt = $(am__v_lt_@AM_V@) 144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 145am__v_lt_0 = --silent 146am__v_lt_1 = 147curl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 148 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(curl_la_CFLAGS) \ 149 $(CFLAGS) $(curl_la_LDFLAGS) $(LDFLAGS) -o $@ 150AM_V_P = $(am__v_P_@AM_V@) 151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 152am__v_P_0 = false 153am__v_P_1 = : 154AM_V_GEN = $(am__v_GEN_@AM_V@) 155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 156am__v_GEN_0 = @echo " GEN " $@; 157am__v_GEN_1 = 158AM_V_at = $(am__v_at_@AM_V@) 159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 160am__v_at_0 = @ 161am__v_at_1 = 162DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src 163depcomp = $(SHELL) $(top_srcdir)/cnf/depcomp 164am__depfiles_maybe = depfiles 165am__mv = mv -f 166COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 168LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 169 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 170 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 171 $(AM_CFLAGS) $(CFLAGS) 172AM_V_CC = $(am__v_CC_@AM_V@) 173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 174am__v_CC_0 = @echo " CC " $@; 175am__v_CC_1 = 176CCLD = $(CC) 177LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 179 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 180AM_V_CCLD = $(am__v_CCLD_@AM_V@) 181am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 182am__v_CCLD_0 = @echo " CCLD " $@; 183am__v_CCLD_1 = 184SOURCES = $(curl_la_SOURCES) 185DIST_SOURCES = $(curl_la_SOURCES) 186am__can_run_installinfo = \ 187 case $$AM_UPDATE_INFO_DIR in \ 188 n|no|NO) false;; \ 189 *) (install-info --version) >/dev/null 2>&1;; \ 190 esac 191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 192# Read a list of newline-separated strings from the standard input, 193# and print each of them once, without duplicates. Input order is 194# *not* preserved. 195am__uniquify_input = $(AWK) '\ 196 BEGIN { nonempty = 0; } \ 197 { items[$$0] = 1; nonempty = 1; } \ 198 END { if (nonempty) { for (i in items) print i; }; } \ 199' 200# Make sure the list of sources is unique. This is necessary because, 201# e.g., the same source file might be shared among _SOURCES variables 202# for different programs/libraries. 203am__define_uniq_tagged_files = \ 204 list='$(am__tagged_files)'; \ 205 unique=`for i in $$list; do \ 206 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 207 done | $(am__uniquify_input)` 208ETAGS = etags 209CTAGS = ctags 210CSCOPE = cscope 211AM_RECURSIVE_TARGETS = cscope 212am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/cnf/ar-lib \ 213 $(top_srcdir)/cnf/compile $(top_srcdir)/cnf/config.guess \ 214 $(top_srcdir)/cnf/config.sub $(top_srcdir)/cnf/depcomp \ 215 $(top_srcdir)/cnf/install-sh $(top_srcdir)/cnf/ltmain.sh \ 216 $(top_srcdir)/cnf/missing $(top_srcdir)/cnf/pkgconfig.h.in \ 217 cnf/ar-lib cnf/compile cnf/config.guess cnf/config.sub \ 218 cnf/depcomp cnf/install-sh cnf/ltmain.sh cnf/missing 219DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 220distdir = $(PACKAGE)-$(VERSION) 221top_distdir = $(distdir) 222am__remove_distdir = \ 223 if test -d "$(distdir)"; then \ 224 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 225 && rm -rf "$(distdir)" \ 226 || { sleep 5 && rm -rf "$(distdir)"; }; \ 227 else :; fi 228am__post_remove_distdir = $(am__remove_distdir) 229DIST_ARCHIVES = $(distdir).tar.gz 230GZIP_ENV = --best 231DIST_TARGETS = dist-gzip 232distuninstallcheck_listfiles = find . -type f -print 233am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 234 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 235distcleancheck_listfiles = find . -type f -print 236ACLOCAL = @ACLOCAL@ 237AMTAR = @AMTAR@ 238AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 239AR = @AR@ 240AS = @AS@ 241AUTOCONF = @AUTOCONF@ 242AUTOHEADER = @AUTOHEADER@ 243AUTOMAKE = @AUTOMAKE@ 244AWK = @AWK@ 245CC = @CC@ 246CCDEPMODE = @CCDEPMODE@ 247CFLAGS = @CFLAGS@ 248CONFIGNAME = @CONFIGNAME@ 249CPP = @CPP@ 250CPPFLAGS = @CPPFLAGS@ 251CURL_CONFIG = @CURL_CONFIG@ 252CYGPATH_W = @CYGPATH_W@ 253DEFS = @DEFS@ 254DEPDIR = @DEPDIR@ 255DLLTOOL = @DLLTOOL@ 256DSYMUTIL = @DSYMUTIL@ 257DUMPBIN = @DUMPBIN@ 258ECHO_C = @ECHO_C@ 259ECHO_N = @ECHO_N@ 260ECHO_T = @ECHO_T@ 261EGREP = @EGREP@ 262EXEEXT = @EXEEXT@ 263FGREP = @FGREP@ 264GAPARCH = @GAPARCH@ 265GAPROOT = @GAPROOT@ 266GAP_CFLAGS = @GAP_CFLAGS@ 267GAP_CPPFLAGS = @GAP_CPPFLAGS@ 268GAP_LDFLAGS = @GAP_LDFLAGS@ 269GAP_LIBS = @GAP_LIBS@ 270GREP = @GREP@ 271INSTALL = @INSTALL@ 272INSTALL_DATA = @INSTALL_DATA@ 273INSTALL_PROGRAM = @INSTALL_PROGRAM@ 274INSTALL_SCRIPT = @INSTALL_SCRIPT@ 275INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 276LD = @LD@ 277LDFLAGS = @LDFLAGS@ 278LIBCURL = @LIBCURL@ 279LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@ 280LIBOBJS = @LIBOBJS@ 281LIBS = @LIBS@ 282LIBTOOL = @LIBTOOL@ 283LIPO = @LIPO@ 284LN_S = @LN_S@ 285LTLIBOBJS = @LTLIBOBJS@ 286LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 287MAKEINFO = @MAKEINFO@ 288MANIFEST_TOOL = @MANIFEST_TOOL@ 289MKDIR_P = @MKDIR_P@ 290NM = @NM@ 291NMEDIT = @NMEDIT@ 292OBJDUMP = @OBJDUMP@ 293OBJEXT = @OBJEXT@ 294OTOOL = @OTOOL@ 295OTOOL64 = @OTOOL64@ 296PACKAGE = @PACKAGE@ 297PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 298PACKAGE_NAME = @PACKAGE_NAME@ 299PACKAGE_STRING = @PACKAGE_STRING@ 300PACKAGE_TARNAME = @PACKAGE_TARNAME@ 301PACKAGE_URL = @PACKAGE_URL@ 302PACKAGE_VERSION = @PACKAGE_VERSION@ 303PATH_SEPARATOR = @PATH_SEPARATOR@ 304RANLIB = @RANLIB@ 305SED = @SED@ 306SET_MAKE = @SET_MAKE@ 307SHELL = @SHELL@ 308STRIP = @STRIP@ 309VERSION = @VERSION@ 310_libcurl_config = @_libcurl_config@ 311abs_builddir = @abs_builddir@ 312abs_srcdir = @abs_srcdir@ 313abs_top_builddir = @abs_top_builddir@ 314abs_top_srcdir = @abs_top_srcdir@ 315ac_ct_AR = @ac_ct_AR@ 316ac_ct_CC = @ac_ct_CC@ 317ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 318am__include = @am__include@ 319am__leading_dot = @am__leading_dot@ 320am__quote = @am__quote@ 321am__tar = @am__tar@ 322am__untar = @am__untar@ 323bindir = @bindir@ 324build = @build@ 325build_alias = @build_alias@ 326build_cpu = @build_cpu@ 327build_os = @build_os@ 328build_vendor = @build_vendor@ 329builddir = @builddir@ 330datadir = @datadir@ 331datarootdir = @datarootdir@ 332docdir = @docdir@ 333dvidir = @dvidir@ 334exec_prefix = @exec_prefix@ 335host = @host@ 336host_alias = @host_alias@ 337host_cpu = @host_cpu@ 338host_os = @host_os@ 339host_vendor = @host_vendor@ 340htmldir = @htmldir@ 341includedir = @includedir@ 342infodir = @infodir@ 343install_sh = @install_sh@ 344libdir = @libdir@ 345libexecdir = @libexecdir@ 346localedir = @localedir@ 347localstatedir = @localstatedir@ 348mandir = @mandir@ 349mkdir_p = @mkdir_p@ 350oldincludedir = @oldincludedir@ 351pdfdir = @pdfdir@ 352prefix = @prefix@ 353program_transform_name = @program_transform_name@ 354psdir = @psdir@ 355runstatedir = @runstatedir@ 356sbindir = @sbindir@ 357sharedstatedir = @sharedstatedir@ 358srcdir = @srcdir@ 359sysconfdir = @sysconfdir@ 360target_alias = @target_alias@ 361top_build_prefix = @top_build_prefix@ 362top_builddir = @top_builddir@ 363top_srcdir = @top_srcdir@ 364 365# 366# curlInterface: Simple Web Access 367# 368# This file is part of the build system of a GAP kernel extension. 369# Requires automake. 370# 371ACLOCAL_AMFLAGS = -I m4 372BINARCHDIR = bin/$(GAPARCH) 373GAPINSTALLLIB = $(BINARCHDIR)/curl.so 374lib_LTLIBRARIES = curl.la 375curl_la_SOURCES = src/curl.c 376curl_la_CPPFLAGS = $(GAP_CPPFLAGS) 377curl_la_CFLAGS = $(GAP_CFLAGS) 378curl_la_LDFLAGS = $(GAP_LDFLAGS) -module -avoid-version \ 379 $(am__append_1) 380all: all-am 381 382.SUFFIXES: 383.SUFFIXES: .c .lo .o .obj 384am--refresh: Makefile 385 @: 386$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 387 @for dep in $?; do \ 388 case '$(am__configure_deps)' in \ 389 *$$dep*) \ 390 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 391 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 392 && exit 0; \ 393 exit 1;; \ 394 esac; \ 395 done; \ 396 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 397 $(am__cd) $(top_srcdir) && \ 398 $(AUTOMAKE) --foreign Makefile 399Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 400 @case '$?' in \ 401 *config.status*) \ 402 echo ' $(SHELL) ./config.status'; \ 403 $(SHELL) ./config.status;; \ 404 *) \ 405 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 406 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 407 esac; 408 409$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 410 $(SHELL) ./config.status --recheck 411 412$(top_srcdir)/configure: $(am__configure_deps) 413 $(am__cd) $(srcdir) && $(AUTOCONF) 414$(ACLOCAL_M4): $(am__aclocal_m4_deps) 415 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 416$(am__aclocal_m4_deps): 417 418src/pkgconfig.h: src/stamp-h1 419 @test -f $@ || rm -f src/stamp-h1 420 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1 421 422src/stamp-h1: $(top_srcdir)/cnf/pkgconfig.h.in $(top_builddir)/config.status 423 @rm -f src/stamp-h1 424 cd $(top_builddir) && $(SHELL) ./config.status src/pkgconfig.h 425$(top_srcdir)/cnf/pkgconfig.h.in: $(am__configure_deps) 426 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 427 rm -f src/stamp-h1 428 touch $@ 429 430distclean-hdr: 431 -rm -f src/pkgconfig.h src/stamp-h1 432 433install-libLTLIBRARIES: $(lib_LTLIBRARIES) 434 @$(NORMAL_INSTALL) 435 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 436 list2=; for p in $$list; do \ 437 if test -f $$p; then \ 438 list2="$$list2 $$p"; \ 439 else :; fi; \ 440 done; \ 441 test -z "$$list2" || { \ 442 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 443 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 444 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 445 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 446 } 447 448uninstall-libLTLIBRARIES: 449 @$(NORMAL_UNINSTALL) 450 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 451 for p in $$list; do \ 452 $(am__strip_dir) \ 453 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 454 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 455 done 456 457clean-libLTLIBRARIES: 458 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 459 @list='$(lib_LTLIBRARIES)'; \ 460 locs=`for p in $$list; do echo $$p; done | \ 461 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 462 sort -u`; \ 463 test -z "$$locs" || { \ 464 echo rm -f $${locs}; \ 465 rm -f $${locs}; \ 466 } 467src/$(am__dirstamp): 468 @$(MKDIR_P) src 469 @: > src/$(am__dirstamp) 470src/$(DEPDIR)/$(am__dirstamp): 471 @$(MKDIR_P) src/$(DEPDIR) 472 @: > src/$(DEPDIR)/$(am__dirstamp) 473src/curl_la-curl.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp) 474 475curl.la: $(curl_la_OBJECTS) $(curl_la_DEPENDENCIES) $(EXTRA_curl_la_DEPENDENCIES) 476 $(AM_V_CCLD)$(curl_la_LINK) -rpath $(libdir) $(curl_la_OBJECTS) $(curl_la_LIBADD) $(LIBS) 477 478mostlyclean-compile: 479 -rm -f *.$(OBJEXT) 480 -rm -f src/*.$(OBJEXT) 481 -rm -f src/*.lo 482 483distclean-compile: 484 -rm -f *.tab.c 485 486@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/curl_la-curl.Plo@am__quote@ 487 488.c.o: 489@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 490@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 491@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 492@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 493@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 494@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 495 496.c.obj: 497@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 498@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 499@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 500@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 501@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 502@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 503 504.c.lo: 505@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 506@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 507@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 508@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 509@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 510@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 511 512src/curl_la-curl.lo: src/curl.c 513@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(curl_la_CPPFLAGS) $(CPPFLAGS) $(curl_la_CFLAGS) $(CFLAGS) -MT src/curl_la-curl.lo -MD -MP -MF src/$(DEPDIR)/curl_la-curl.Tpo -c -o src/curl_la-curl.lo `test -f 'src/curl.c' || echo '$(srcdir)/'`src/curl.c 514@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/curl_la-curl.Tpo src/$(DEPDIR)/curl_la-curl.Plo 515@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/curl.c' object='src/curl_la-curl.lo' libtool=yes @AMDEPBACKSLASH@ 516@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 517@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(curl_la_CPPFLAGS) $(CPPFLAGS) $(curl_la_CFLAGS) $(CFLAGS) -c -o src/curl_la-curl.lo `test -f 'src/curl.c' || echo '$(srcdir)/'`src/curl.c 518 519mostlyclean-libtool: 520 -rm -f *.lo 521 522clean-libtool: 523 -rm -rf .libs _libs 524 -rm -rf src/.libs src/_libs 525 526distclean-libtool: 527 -rm -f libtool config.lt 528 529ID: $(am__tagged_files) 530 $(am__define_uniq_tagged_files); mkid -fID $$unique 531tags: tags-am 532TAGS: tags 533 534tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 535 set x; \ 536 here=`pwd`; \ 537 $(am__define_uniq_tagged_files); \ 538 shift; \ 539 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 540 test -n "$$unique" || unique=$$empty_fix; \ 541 if test $$# -gt 0; then \ 542 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 543 "$$@" $$unique; \ 544 else \ 545 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 546 $$unique; \ 547 fi; \ 548 fi 549ctags: ctags-am 550 551CTAGS: ctags 552ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 553 $(am__define_uniq_tagged_files); \ 554 test -z "$(CTAGS_ARGS)$$unique" \ 555 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 556 $$unique 557 558GTAGS: 559 here=`$(am__cd) $(top_builddir) && pwd` \ 560 && $(am__cd) $(top_srcdir) \ 561 && gtags -i $(GTAGS_ARGS) "$$here" 562cscope: cscope.files 563 test ! -s cscope.files \ 564 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 565clean-cscope: 566 -rm -f cscope.files 567cscope.files: clean-cscope cscopelist 568cscopelist: cscopelist-am 569 570cscopelist-am: $(am__tagged_files) 571 list='$(am__tagged_files)'; \ 572 case "$(srcdir)" in \ 573 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 574 *) sdir=$(subdir)/$(srcdir) ;; \ 575 esac; \ 576 for i in $$list; do \ 577 if test -f "$$i"; then \ 578 echo "$(subdir)/$$i"; \ 579 else \ 580 echo "$$sdir/$$i"; \ 581 fi; \ 582 done >> $(top_builddir)/cscope.files 583 584distclean-tags: 585 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 586 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 587 588distdir: $(DISTFILES) 589 $(am__remove_distdir) 590 test -d "$(distdir)" || mkdir "$(distdir)" 591 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 592 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 593 list='$(DISTFILES)'; \ 594 dist_files=`for file in $$list; do echo $$file; done | \ 595 sed -e "s|^$$srcdirstrip/||;t" \ 596 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 597 case $$dist_files in \ 598 */*) $(MKDIR_P) `echo "$$dist_files" | \ 599 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 600 sort -u` ;; \ 601 esac; \ 602 for file in $$dist_files; do \ 603 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 604 if test -d $$d/$$file; then \ 605 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 606 if test -d "$(distdir)/$$file"; then \ 607 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 608 fi; \ 609 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 610 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 611 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 612 fi; \ 613 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 614 else \ 615 test -f "$(distdir)/$$file" \ 616 || cp -p $$d/$$file "$(distdir)/$$file" \ 617 || exit 1; \ 618 fi; \ 619 done 620 -test -n "$(am__skip_mode_fix)" \ 621 || find "$(distdir)" -type d ! -perm -755 \ 622 -exec chmod u+rwx,go+rx {} \; -o \ 623 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 624 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 625 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 626 || chmod -R a+r "$(distdir)" 627dist-gzip: distdir 628 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 629 $(am__post_remove_distdir) 630 631dist-bzip2: distdir 632 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 633 $(am__post_remove_distdir) 634 635dist-lzip: distdir 636 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 637 $(am__post_remove_distdir) 638 639dist-xz: distdir 640 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 641 $(am__post_remove_distdir) 642 643dist-tarZ: distdir 644 @echo WARNING: "Support for distribution archives compressed with" \ 645 "legacy program 'compress' is deprecated." >&2 646 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 647 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 648 $(am__post_remove_distdir) 649 650dist-shar: distdir 651 @echo WARNING: "Support for shar distribution archives is" \ 652 "deprecated." >&2 653 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 654 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 655 $(am__post_remove_distdir) 656 657dist-zip: distdir 658 -rm -f $(distdir).zip 659 zip -rq $(distdir).zip $(distdir) 660 $(am__post_remove_distdir) 661 662dist dist-all: 663 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 664 $(am__post_remove_distdir) 665 666# This target untars the dist file and tries a VPATH configuration. Then 667# it guarantees that the distribution is self-contained by making another 668# tarfile. 669distcheck: dist 670 case '$(DIST_ARCHIVES)' in \ 671 *.tar.gz*) \ 672 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 673 *.tar.bz2*) \ 674 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 675 *.tar.lz*) \ 676 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 677 *.tar.xz*) \ 678 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 679 *.tar.Z*) \ 680 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 681 *.shar.gz*) \ 682 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 683 *.zip*) \ 684 unzip $(distdir).zip ;;\ 685 esac 686 chmod -R a-w $(distdir) 687 chmod u+w $(distdir) 688 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 689 chmod a-w $(distdir) 690 test -d $(distdir)/_build || exit 0; \ 691 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 692 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 693 && am__cwd=`pwd` \ 694 && $(am__cd) $(distdir)/_build/sub \ 695 && ../../configure \ 696 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 697 $(DISTCHECK_CONFIGURE_FLAGS) \ 698 --srcdir=../.. --prefix="$$dc_install_base" \ 699 && $(MAKE) $(AM_MAKEFLAGS) \ 700 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 701 && $(MAKE) $(AM_MAKEFLAGS) check \ 702 && $(MAKE) $(AM_MAKEFLAGS) install \ 703 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 704 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 705 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 706 distuninstallcheck \ 707 && chmod -R a-w "$$dc_install_base" \ 708 && ({ \ 709 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 710 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 711 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 712 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 713 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 714 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 715 && rm -rf "$$dc_destdir" \ 716 && $(MAKE) $(AM_MAKEFLAGS) dist \ 717 && rm -rf $(DIST_ARCHIVES) \ 718 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 719 && cd "$$am__cwd" \ 720 || exit 1 721 $(am__post_remove_distdir) 722 @(echo "$(distdir) archives ready for distribution: "; \ 723 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 724 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 725distuninstallcheck: 726 @test -n '$(distuninstallcheck_dir)' || { \ 727 echo 'ERROR: trying to run $@ with an empty' \ 728 '$$(distuninstallcheck_dir)' >&2; \ 729 exit 1; \ 730 }; \ 731 $(am__cd) '$(distuninstallcheck_dir)' || { \ 732 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 733 exit 1; \ 734 }; \ 735 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 736 || { echo "ERROR: files left after uninstall:" ; \ 737 if test -n "$(DESTDIR)"; then \ 738 echo " (check DESTDIR support)"; \ 739 fi ; \ 740 $(distuninstallcheck_listfiles) ; \ 741 exit 1; } >&2 742distcleancheck: distclean 743 @if test '$(srcdir)' = . ; then \ 744 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 745 exit 1 ; \ 746 fi 747 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 748 || { echo "ERROR: files left in build directory after distclean:" ; \ 749 $(distcleancheck_listfiles) ; \ 750 exit 1; } >&2 751check-am: all-am 752check: check-am 753all-am: Makefile $(LTLIBRARIES) all-local 754installdirs: 755 for dir in "$(DESTDIR)$(libdir)"; do \ 756 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 757 done 758install: install-am 759install-exec: install-exec-am 760install-data: install-data-am 761uninstall: uninstall-am 762 763install-am: all-am 764 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 765 766installcheck: installcheck-am 767install-strip: 768 if test -z '$(STRIP)'; then \ 769 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 770 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 771 install; \ 772 else \ 773 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 774 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 775 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 776 fi 777mostlyclean-generic: 778 779clean-generic: 780 781distclean-generic: 782 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 783 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 784 -rm -f src/$(DEPDIR)/$(am__dirstamp) 785 -rm -f src/$(am__dirstamp) 786 787maintainer-clean-generic: 788 @echo "This command is intended for maintainers to use" 789 @echo "it deletes files that may require special tools to rebuild." 790clean: clean-am 791 792clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ 793 mostlyclean-am 794 795distclean: distclean-am 796 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 797 -rm -rf src/$(DEPDIR) 798 -rm -f Makefile 799distclean-am: clean-am distclean-compile distclean-generic \ 800 distclean-hdr distclean-libtool distclean-local distclean-tags 801 802dvi: dvi-am 803 804dvi-am: 805 806html: html-am 807 808html-am: 809 810info: info-am 811 812info-am: 813 814install-data-am: 815 816install-dvi: install-dvi-am 817 818install-dvi-am: 819 820install-exec-am: install-libLTLIBRARIES 821 822install-html: install-html-am 823 824install-html-am: 825 826install-info: install-info-am 827 828install-info-am: 829 830install-man: 831 832install-pdf: install-pdf-am 833 834install-pdf-am: 835 836install-ps: install-ps-am 837 838install-ps-am: 839 840installcheck-am: 841 842maintainer-clean: maintainer-clean-am 843 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 844 -rm -rf $(top_srcdir)/autom4te.cache 845 -rm -rf src/$(DEPDIR) 846 -rm -f Makefile 847maintainer-clean-am: distclean-am maintainer-clean-generic 848 849mostlyclean: mostlyclean-am 850 851mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 852 mostlyclean-libtool 853 854pdf: pdf-am 855 856pdf-am: 857 858ps: ps-am 859 860ps-am: 861 862uninstall-am: uninstall-libLTLIBRARIES 863 864.MAKE: install-am install-strip 865 866.PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \ 867 check-am clean clean-cscope clean-generic clean-libLTLIBRARIES \ 868 clean-libtool clean-local cscope cscopelist-am ctags ctags-am \ 869 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \ 870 dist-tarZ dist-xz dist-zip distcheck distclean \ 871 distclean-compile distclean-generic distclean-hdr \ 872 distclean-libtool distclean-local distclean-tags \ 873 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 874 html-am info info-am install install-am install-data \ 875 install-data-am install-dvi install-dvi-am install-exec \ 876 install-exec-am install-html install-html-am install-info \ 877 install-info-am install-libLTLIBRARIES install-man install-pdf \ 878 install-pdf-am install-ps install-ps-am install-strip \ 879 installcheck installcheck-am installdirs maintainer-clean \ 880 maintainer-clean-generic mostlyclean mostlyclean-compile \ 881 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 882 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES 883 884.PRECIOUS: Makefile 885 886 887all-local: $(GAPINSTALLLIB) 888 889$(GAPINSTALLLIB): curl.la 890 $(mkdir_p) $(BINARCHDIR) 891@SYS_IS_CYGWIN_TRUE@ cp .libs/curl.dll $(GAPINSTALLLIB) 892@SYS_IS_CYGWIN_FALSE@ cp .libs/curl.so $(GAPINSTALLLIB) 893 894clean-local: 895 rm -f $(GAPINSTALLLIB) 896 897distclean-local: 898 rm -rf bin/* 899 900doc: 901 ($(GAPROOT)/bin/gap.sh -A makedoc.g) 902 903# Tell versions [3.59,3.63) of GNU make to not export all variables. 904# Otherwise a system limit (for SysV at least) may be exceeded. 905.NOEXPORT: 906