Home | History | Annotate | Download | only in platform
      1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2013 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 
     17 VPATH = @srcdir@
     18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
     19 am__make_running_with_option = \
     20   case $${target_option-} in \
     21       ?) ;; \
     22       *) echo "am__make_running_with_option: internal error: invalid" \
     23               "target option '$${target_option-}' specified" >&2; \
     24          exit 1;; \
     25   esac; \
     26   has_opt=no; \
     27   sane_makeflags=$$MAKEFLAGS; \
     28   if $(am__is_gnu_make); then \
     29     sane_makeflags=$$MFLAGS; \
     30   else \
     31     case $$MAKEFLAGS in \
     32       *\\[\ \	]*) \
     33         bs=\\; \
     34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     35           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     36     esac; \
     37   fi; \
     38   skip_next=no; \
     39   strip_trailopt () \
     40   { \
     41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     42   }; \
     43   for flg in $$sane_makeflags; do \
     44     test $$skip_next = yes && { skip_next=no; continue; }; \
     45     case $$flg in \
     46       *=*|--*) continue;; \
     47         -*I) strip_trailopt 'I'; skip_next=yes;; \
     48       -*I?*) strip_trailopt 'I';; \
     49         -*O) strip_trailopt 'O'; skip_next=yes;; \
     50       -*O?*) strip_trailopt 'O';; \
     51         -*l) strip_trailopt 'l'; skip_next=yes;; \
     52       -*l?*) strip_trailopt 'l';; \
     53       -[dEDm]) skip_next=yes;; \
     54       -[JT]) skip_next=yes;; \
     55     esac; \
     56     case $$flg in \
     57       *$$target_option*) has_opt=yes; break;; \
     58     esac; \
     59   done; \
     60   test $$has_opt = yes
     61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     63 pkgdatadir = $(datadir)/@PACKAGE@
     64 pkgincludedir = $(includedir)/@PACKAGE@
     65 pkglibdir = $(libdir)/@PACKAGE@
     66 pkglibexecdir = $(libexecdir)/@PACKAGE@
     67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     68 install_sh_DATA = $(install_sh) -c -m 644
     69 install_sh_PROGRAM = $(install_sh) -c
     70 install_sh_SCRIPT = $(install_sh) -c
     71 INSTALL_HEADER = $(INSTALL_DATA)
     72 transform = $(program_transform_name)
     73 NORMAL_INSTALL = :
     74 PRE_INSTALL = :
     75 POST_INSTALL = :
     76 NORMAL_UNINSTALL = :
     77 PRE_UNINSTALL = :
     78 POST_UNINSTALL = :
     79 build_triplet = @build@
     80 host_triplet = @host@
     81 @USE_COVERAGE_TRUE@am__append_1 = --coverage
     82 subdir = src/platform
     83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     84 	$(top_srcdir)/depcomp
     85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     86 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
     87 	$(top_srcdir)/m4/ax_append_flag.m4 \
     88 	$(top_srcdir)/m4/ax_check_compile_flag.m4 \
     89 	$(top_srcdir)/m4/ax_check_link_flag.m4 \
     90 	$(top_srcdir)/m4/ax_check_openssl.m4 \
     91 	$(top_srcdir)/m4/ax_count_cpus.m4 \
     92 	$(top_srcdir)/m4/ax_have_epoll.m4 \
     93 	$(top_srcdir)/m4/ax_pthread.m4 \
     94 	$(top_srcdir)/m4/ax_require_defined.m4 \
     95 	$(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libgcrypt.m4 \
     96 	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
     97 	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
     98 	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
     99 	$(top_srcdir)/configure.ac
    100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    101 	$(ACLOCAL_M4)
    102 mkinstalldirs = $(install_sh) -d
    103 CONFIG_HEADER = $(top_builddir)/MHD_config.h
    104 CONFIG_CLEAN_FILES =
    105 CONFIG_CLEAN_VPATH_FILES =
    106 LTLIBRARIES = $(noinst_LTLIBRARIES)
    107 libplatform_interface_la_LIBADD =
    108 am__libplatform_interface_la_SOURCES_DIST = w32functions.c
    109 @HAVE_W32_TRUE@am_libplatform_interface_la_OBJECTS =  \
    110 @HAVE_W32_TRUE@	libplatform_interface_la-w32functions.lo
    111 libplatform_interface_la_OBJECTS =  \
    112 	$(am_libplatform_interface_la_OBJECTS)
    113 AM_V_lt = $(am__v_lt_@AM_V@)
    114 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    115 am__v_lt_0 = --silent
    116 am__v_lt_1 = 
    117 @HAVE_W32_TRUE@am_libplatform_interface_la_rpath =
    118 AM_V_P = $(am__v_P_@AM_V@)
    119 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    120 am__v_P_0 = false
    121 am__v_P_1 = :
    122 AM_V_GEN = $(am__v_GEN_@AM_V@)
    123 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    124 am__v_GEN_0 = @echo "  GEN     " $@;
    125 am__v_GEN_1 = 
    126 AM_V_at = $(am__v_at_@AM_V@)
    127 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    128 am__v_at_0 = @
    129 am__v_at_1 = 
    130 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    131 depcomp = $(SHELL) $(top_srcdir)/depcomp
    132 am__depfiles_maybe = depfiles
    133 am__mv = mv -f
    134 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    135 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    136 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    137 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    138 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    139 	$(AM_CFLAGS) $(CFLAGS)
    140 AM_V_CC = $(am__v_CC_@AM_V@)
    141 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    142 am__v_CC_0 = @echo "  CC      " $@;
    143 am__v_CC_1 = 
    144 CCLD = $(CC)
    145 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    146 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    147 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    148 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    149 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    150 am__v_CCLD_0 = @echo "  CCLD    " $@;
    151 am__v_CCLD_1 = 
    152 SOURCES = $(libplatform_interface_la_SOURCES)
    153 DIST_SOURCES = $(am__libplatform_interface_la_SOURCES_DIST)
    154 am__can_run_installinfo = \
    155   case $$AM_UPDATE_INFO_DIR in \
    156     n|no|NO) false;; \
    157     *) (install-info --version) >/dev/null 2>&1;; \
    158   esac
    159 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    160 # Read a list of newline-separated strings from the standard input,
    161 # and print each of them once, without duplicates.  Input order is
    162 # *not* preserved.
    163 am__uniquify_input = $(AWK) '\
    164   BEGIN { nonempty = 0; } \
    165   { items[$$0] = 1; nonempty = 1; } \
    166   END { if (nonempty) { for (i in items) print i; }; } \
    167 '
    168 # Make sure the list of sources is unique.  This is necessary because,
    169 # e.g., the same source file might be shared among _SOURCES variables
    170 # for different programs/libraries.
    171 am__define_uniq_tagged_files = \
    172   list='$(am__tagged_files)'; \
    173   unique=`for i in $$list; do \
    174     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    175   done | $(am__uniquify_input)`
    176 ETAGS = etags
    177 CTAGS = ctags
    178 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    179 ACLOCAL = @ACLOCAL@
    180 AMTAR = @AMTAR@
    181 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    182 AR = @AR@
    183 AS = @AS@
    184 AUTOCONF = @AUTOCONF@
    185 AUTOHEADER = @AUTOHEADER@
    186 AUTOMAKE = @AUTOMAKE@
    187 AWK = @AWK@
    188 CC = @CC@
    189 CCDEPMODE = @CCDEPMODE@
    190 CFLAGS = @CFLAGS@
    191 CPP = @CPP@
    192 CPPFLAGS = @CPPFLAGS@
    193 CPU_COUNT = @CPU_COUNT@
    194 CYGPATH_W = @CYGPATH_W@
    195 DEFS = @DEFS@
    196 DEPDIR = @DEPDIR@
    197 DLLTOOL = @DLLTOOL@
    198 DSYMUTIL = @DSYMUTIL@
    199 DUMPBIN = @DUMPBIN@
    200 ECHO_C = @ECHO_C@
    201 ECHO_N = @ECHO_N@
    202 ECHO_T = @ECHO_T@
    203 EGREP = @EGREP@
    204 EXEEXT = @EXEEXT@
    205 FGREP = @FGREP@
    206 GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
    207 GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
    208 GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
    209 GNUTLS_LIBS = @GNUTLS_LIBS@
    210 GREP = @GREP@
    211 HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
    212 HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
    213 HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
    214 INSTALL = @INSTALL@
    215 INSTALL_DATA = @INSTALL_DATA@
    216 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    217 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    218 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    219 LD = @LD@
    220 LDFLAGS = @LDFLAGS@
    221 LIBCURL = @LIBCURL@
    222 LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
    223 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
    224 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
    225 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
    226 LIBOBJS = @LIBOBJS@
    227 LIBS = @LIBS@
    228 LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
    229 LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
    230 LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
    231 LIBTOOL = @LIBTOOL@
    232 LIB_VERSION_AGE = @LIB_VERSION_AGE@
    233 LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
    234 LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
    235 LIPO = @LIPO@
    236 LN_S = @LN_S@
    237 LTLIBOBJS = @LTLIBOBJS@
    238 MAKEINFO = @MAKEINFO@
    239 MANIFEST_TOOL = @MANIFEST_TOOL@
    240 MHD_LIBDEPS = @MHD_LIBDEPS@
    241 MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
    242 MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
    243 MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
    244 MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
    245 MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
    246 MKDIR_P = @MKDIR_P@
    247 MS_LIB_TOOL = @MS_LIB_TOOL@
    248 NM = @NM@
    249 NMEDIT = @NMEDIT@
    250 OBJDUMP = @OBJDUMP@
    251 OBJEXT = @OBJEXT@
    252 OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
    253 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
    254 OPENSSL_LIBS = @OPENSSL_LIBS@
    255 OTOOL = @OTOOL@
    256 OTOOL64 = @OTOOL64@
    257 PACKAGE = @PACKAGE@
    258 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    259 PACKAGE_NAME = @PACKAGE_NAME@
    260 PACKAGE_STRING = @PACKAGE_STRING@
    261 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    262 PACKAGE_URL = @PACKAGE_URL@
    263 PACKAGE_VERSION = @PACKAGE_VERSION@
    264 PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
    265 PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
    266 PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
    267 PATH_SEPARATOR = @PATH_SEPARATOR@
    268 PKG_CONFIG = @PKG_CONFIG@
    269 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
    270 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
    271 PTHREAD_CC = @PTHREAD_CC@
    272 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
    273 PTHREAD_LIBS = @PTHREAD_LIBS@
    274 RANLIB = @RANLIB@
    275 RC = @RC@
    276 SED = @SED@
    277 SET_MAKE = @SET_MAKE@
    278 SHELL = @SHELL@
    279 SPDY_LIBDEPS = @SPDY_LIBDEPS@
    280 SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
    281 SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
    282 SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
    283 STRIP = @STRIP@
    284 VERSION = @VERSION@
    285 _libcurl_config = @_libcurl_config@
    286 abs_builddir = @abs_builddir@
    287 abs_srcdir = @abs_srcdir@
    288 abs_top_builddir = @abs_top_builddir@
    289 abs_top_srcdir = @abs_top_srcdir@
    290 ac_ct_AR = @ac_ct_AR@
    291 ac_ct_CC = @ac_ct_CC@
    292 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    293 am__include = @am__include@
    294 am__leading_dot = @am__leading_dot@
    295 am__quote = @am__quote@
    296 am__tar = @am__tar@
    297 am__untar = @am__untar@
    298 ax_pthread_config = @ax_pthread_config@
    299 bindir = @bindir@
    300 build = @build@
    301 build_alias = @build_alias@
    302 build_cpu = @build_cpu@
    303 build_os = @build_os@
    304 build_vendor = @build_vendor@
    305 builddir = @builddir@
    306 datadir = @datadir@
    307 datarootdir = @datarootdir@
    308 docdir = @docdir@
    309 dvidir = @dvidir@
    310 exec_prefix = @exec_prefix@
    311 have_socat = @have_socat@
    312 have_zzuf = @have_zzuf@
    313 host = @host@
    314 host_alias = @host_alias@
    315 host_cpu = @host_cpu@
    316 host_os = @host_os@
    317 host_vendor = @host_vendor@
    318 htmldir = @htmldir@
    319 includedir = @includedir@
    320 infodir = @infodir@
    321 install_sh = @install_sh@
    322 libdir = @libdir@
    323 libexecdir = @libexecdir@
    324 localedir = @localedir@
    325 localstatedir = @localstatedir@
    326 lt_cv_objdir = @lt_cv_objdir@
    327 mandir = @mandir@
    328 mkdir_p = @mkdir_p@
    329 oldincludedir = @oldincludedir@
    330 pdfdir = @pdfdir@
    331 prefix = @prefix@
    332 program_transform_name = @program_transform_name@
    333 psdir = @psdir@
    334 sbindir = @sbindir@
    335 sharedstatedir = @sharedstatedir@
    336 srcdir = @srcdir@
    337 sysconfdir = @sysconfdir@
    338 target_alias = @target_alias@
    339 top_build_prefix = @top_build_prefix@
    340 top_builddir = @top_builddir@
    341 top_srcdir = @top_srcdir@
    342 
    343 # This Makefile.am is in the public domain
    344 AM_CPPFLAGS = \
    345   -I$(top_srcdir)/src/include
    346 
    347 AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) $(am__append_1)
    348 @HAVE_W32_TRUE@noinst_LTLIBRARIES = \
    349 @HAVE_W32_TRUE@  libplatform_interface.la
    350 
    351 @HAVE_W32_TRUE@libplatform_interface_la_CPPFLAGS = \
    352 @HAVE_W32_TRUE@  $(AM_CPPFLAGS) \
    353 @HAVE_W32_TRUE@  -DBUILDING_MHD_LIB=1
    354 
    355 @HAVE_W32_TRUE@libplatform_interface_la_SOURCES = \
    356 @HAVE_W32_TRUE@  w32functions.c
    357 
    358 all: all-am
    359 
    360 .SUFFIXES:
    361 .SUFFIXES: .c .lo .o .obj
    362 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
    363 	@for dep in $?; do \
    364 	  case '$(am__configure_deps)' in \
    365 	    *$$dep*) \
    366 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    367 	        && { if test -f $@; then exit 0; else break; fi; }; \
    368 	      exit 1;; \
    369 	  esac; \
    370 	done; \
    371 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/platform/Makefile'; \
    372 	$(am__cd) $(top_srcdir) && \
    373 	  $(AUTOMAKE) --gnu src/platform/Makefile
    374 .PRECIOUS: Makefile
    375 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    376 	@case '$?' in \
    377 	  *config.status*) \
    378 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    379 	  *) \
    380 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    381 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    382 	esac;
    383 
    384 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    385 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    386 
    387 $(top_srcdir)/configure:  $(am__configure_deps)
    388 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    389 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
    390 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    391 $(am__aclocal_m4_deps):
    392 
    393 clean-noinstLTLIBRARIES:
    394 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    395 	@list='$(noinst_LTLIBRARIES)'; \
    396 	locs=`for p in $$list; do echo $$p; done | \
    397 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    398 	      sort -u`; \
    399 	test -z "$$locs" || { \
    400 	  echo rm -f $${locs}; \
    401 	  rm -f $${locs}; \
    402 	}
    403 
    404 libplatform_interface.la: $(libplatform_interface_la_OBJECTS) $(libplatform_interface_la_DEPENDENCIES) $(EXTRA_libplatform_interface_la_DEPENDENCIES) 
    405 	$(AM_V_CCLD)$(LINK) $(am_libplatform_interface_la_rpath) $(libplatform_interface_la_OBJECTS) $(libplatform_interface_la_LIBADD) $(LIBS)
    406 
    407 mostlyclean-compile:
    408 	-rm -f *.$(OBJEXT)
    409 
    410 distclean-compile:
    411 	-rm -f *.tab.c
    412 
    413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libplatform_interface_la-w32functions.Plo@am__quote@
    414 
    415 .c.o:
    416 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
    417 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    418 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    419 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    420 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    421 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
    422 
    423 .c.obj:
    424 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
    425 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
    426 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
    427 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    428 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    429 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    430 
    431 .c.lo:
    432 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
    433 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
    434 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
    435 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    436 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    437 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
    438 
    439 libplatform_interface_la-w32functions.lo: w32functions.c
    440 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplatform_interface_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libplatform_interface_la-w32functions.lo -MD -MP -MF $(DEPDIR)/libplatform_interface_la-w32functions.Tpo -c -o libplatform_interface_la-w32functions.lo `test -f 'w32functions.c' || echo '$(srcdir)/'`w32functions.c
    441 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libplatform_interface_la-w32functions.Tpo $(DEPDIR)/libplatform_interface_la-w32functions.Plo
    442 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='w32functions.c' object='libplatform_interface_la-w32functions.lo' libtool=yes @AMDEPBACKSLASH@
    443 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    444 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libplatform_interface_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libplatform_interface_la-w32functions.lo `test -f 'w32functions.c' || echo '$(srcdir)/'`w32functions.c
    445 
    446 mostlyclean-libtool:
    447 	-rm -f *.lo
    448 
    449 clean-libtool:
    450 	-rm -rf .libs _libs
    451 
    452 ID: $(am__tagged_files)
    453 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    454 tags: tags-am
    455 TAGS: tags
    456 
    457 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    458 	set x; \
    459 	here=`pwd`; \
    460 	$(am__define_uniq_tagged_files); \
    461 	shift; \
    462 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    463 	  test -n "$$unique" || unique=$$empty_fix; \
    464 	  if test $$# -gt 0; then \
    465 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    466 	      "$$@" $$unique; \
    467 	  else \
    468 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    469 	      $$unique; \
    470 	  fi; \
    471 	fi
    472 ctags: ctags-am
    473 
    474 CTAGS: ctags
    475 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    476 	$(am__define_uniq_tagged_files); \
    477 	test -z "$(CTAGS_ARGS)$$unique" \
    478 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    479 	     $$unique
    480 
    481 GTAGS:
    482 	here=`$(am__cd) $(top_builddir) && pwd` \
    483 	  && $(am__cd) $(top_srcdir) \
    484 	  && gtags -i $(GTAGS_ARGS) "$$here"
    485 cscopelist: cscopelist-am
    486 
    487 cscopelist-am: $(am__tagged_files)
    488 	list='$(am__tagged_files)'; \
    489 	case "$(srcdir)" in \
    490 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    491 	  *) sdir=$(subdir)/$(srcdir) ;; \
    492 	esac; \
    493 	for i in $$list; do \
    494 	  if test -f "$$i"; then \
    495 	    echo "$(subdir)/$$i"; \
    496 	  else \
    497 	    echo "$$sdir/$$i"; \
    498 	  fi; \
    499 	done >> $(top_builddir)/cscope.files
    500 
    501 distclean-tags:
    502 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    503 
    504 distdir: $(DISTFILES)
    505 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    506 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
    507 	list='$(DISTFILES)'; \
    508 	  dist_files=`for file in $$list; do echo $$file; done | \
    509 	  sed -e "s|^$$srcdirstrip/||;t" \
    510 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
    511 	case $$dist_files in \
    512 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
    513 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
    514 			   sort -u` ;; \
    515 	esac; \
    516 	for file in $$dist_files; do \
    517 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
    518 	  if test -d $$d/$$file; then \
    519 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
    520 	    if test -d "$(distdir)/$$file"; then \
    521 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    522 	    fi; \
    523 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
    524 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
    525 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
    526 	    fi; \
    527 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
    528 	  else \
    529 	    test -f "$(distdir)/$$file" \
    530 	    || cp -p $$d/$$file "$(distdir)/$$file" \
    531 	    || exit 1; \
    532 	  fi; \
    533 	done
    534 check-am: all-am
    535 check: check-am
    536 all-am: Makefile $(LTLIBRARIES)
    537 installdirs:
    538 install: install-am
    539 install-exec: install-exec-am
    540 install-data: install-data-am
    541 uninstall: uninstall-am
    542 
    543 install-am: all-am
    544 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    545 
    546 installcheck: installcheck-am
    547 install-strip:
    548 	if test -z '$(STRIP)'; then \
    549 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    550 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    551 	      install; \
    552 	else \
    553 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    554 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    555 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    556 	fi
    557 mostlyclean-generic:
    558 
    559 clean-generic:
    560 
    561 distclean-generic:
    562 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    563 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    564 
    565 maintainer-clean-generic:
    566 	@echo "This command is intended for maintainers to use"
    567 	@echo "it deletes files that may require special tools to rebuild."
    568 clean: clean-am
    569 
    570 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
    571 	mostlyclean-am
    572 
    573 distclean: distclean-am
    574 	-rm -rf ./$(DEPDIR)
    575 	-rm -f Makefile
    576 distclean-am: clean-am distclean-compile distclean-generic \
    577 	distclean-tags
    578 
    579 dvi: dvi-am
    580 
    581 dvi-am:
    582 
    583 html: html-am
    584 
    585 html-am:
    586 
    587 info: info-am
    588 
    589 info-am:
    590 
    591 install-data-am:
    592 
    593 install-dvi: install-dvi-am
    594 
    595 install-dvi-am:
    596 
    597 install-exec-am:
    598 
    599 install-html: install-html-am
    600 
    601 install-html-am:
    602 
    603 install-info: install-info-am
    604 
    605 install-info-am:
    606 
    607 install-man:
    608 
    609 install-pdf: install-pdf-am
    610 
    611 install-pdf-am:
    612 
    613 install-ps: install-ps-am
    614 
    615 install-ps-am:
    616 
    617 installcheck-am:
    618 
    619 maintainer-clean: maintainer-clean-am
    620 	-rm -rf ./$(DEPDIR)
    621 	-rm -f Makefile
    622 maintainer-clean-am: distclean-am maintainer-clean-generic
    623 
    624 mostlyclean: mostlyclean-am
    625 
    626 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    627 	mostlyclean-libtool
    628 
    629 pdf: pdf-am
    630 
    631 pdf-am:
    632 
    633 ps: ps-am
    634 
    635 ps-am:
    636 
    637 uninstall-am:
    638 
    639 .MAKE: install-am install-strip
    640 
    641 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    642 	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
    643 	ctags-am distclean distclean-compile distclean-generic \
    644 	distclean-libtool distclean-tags distdir dvi dvi-am html \
    645 	html-am info info-am install install-am install-data \
    646 	install-data-am install-dvi install-dvi-am install-exec \
    647 	install-exec-am install-html install-html-am install-info \
    648 	install-info-am install-man install-pdf install-pdf-am \
    649 	install-ps install-ps-am install-strip installcheck \
    650 	installcheck-am installdirs maintainer-clean \
    651 	maintainer-clean-generic mostlyclean mostlyclean-compile \
    652 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
    653 	tags tags-am uninstall uninstall-am
    654 
    655 
    656 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    657 # Otherwise a system limit (for SysV at least) may be exceeded.
    658 .NOEXPORT:
    659