• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__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
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81@USE_COVERAGE_TRUE@am__append_1 = --coverage
82subdir = src/platform
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/depcomp
85ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86am__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
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = $(top_builddir)/MHD_config.h
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106LTLIBRARIES = $(noinst_LTLIBRARIES)
107libplatform_interface_la_LIBADD =
108am__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
111libplatform_interface_la_OBJECTS =  \
112	$(am_libplatform_interface_la_OBJECTS)
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 =
117@HAVE_W32_TRUE@am_libplatform_interface_la_rpath =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo "  GEN     " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
131depcomp = $(SHELL) $(top_srcdir)/depcomp
132am__depfiles_maybe = depfiles
133am__mv = mv -f
134COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
135	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
136LTCOMPILE = $(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)
140AM_V_CC = $(am__v_CC_@AM_V@)
141am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
142am__v_CC_0 = @echo "  CC      " $@;
143am__v_CC_1 =
144CCLD = $(CC)
145LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
146	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
147	$(AM_LDFLAGS) $(LDFLAGS) -o $@
148AM_V_CCLD = $(am__v_CCLD_@AM_V@)
149am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
150am__v_CCLD_0 = @echo "  CCLD    " $@;
151am__v_CCLD_1 =
152SOURCES = $(libplatform_interface_la_SOURCES)
153DIST_SOURCES = $(am__libplatform_interface_la_SOURCES_DIST)
154am__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
159am__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.
163am__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.
171am__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)`
176ETAGS = etags
177CTAGS = ctags
178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179ACLOCAL = @ACLOCAL@
180AMTAR = @AMTAR@
181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182AR = @AR@
183AS = @AS@
184AUTOCONF = @AUTOCONF@
185AUTOHEADER = @AUTOHEADER@
186AUTOMAKE = @AUTOMAKE@
187AWK = @AWK@
188CC = @CC@
189CCDEPMODE = @CCDEPMODE@
190CFLAGS = @CFLAGS@
191CPP = @CPP@
192CPPFLAGS = @CPPFLAGS@
193CPU_COUNT = @CPU_COUNT@
194CYGPATH_W = @CYGPATH_W@
195DEFS = @DEFS@
196DEPDIR = @DEPDIR@
197DLLTOOL = @DLLTOOL@
198DSYMUTIL = @DSYMUTIL@
199DUMPBIN = @DUMPBIN@
200ECHO_C = @ECHO_C@
201ECHO_N = @ECHO_N@
202ECHO_T = @ECHO_T@
203EGREP = @EGREP@
204EXEEXT = @EXEEXT@
205FGREP = @FGREP@
206GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
207GNUTLS_CPPFLAGS = @GNUTLS_CPPFLAGS@
208GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
209GNUTLS_LIBS = @GNUTLS_LIBS@
210GREP = @GREP@
211HAVE_CURL_BINARY = @HAVE_CURL_BINARY@
212HAVE_MAKEINFO_BINARY = @HAVE_MAKEINFO_BINARY@
213HIDDEN_VISIBILITY_CFLAGS = @HIDDEN_VISIBILITY_CFLAGS@
214INSTALL = @INSTALL@
215INSTALL_DATA = @INSTALL_DATA@
216INSTALL_PROGRAM = @INSTALL_PROGRAM@
217INSTALL_SCRIPT = @INSTALL_SCRIPT@
218INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
219LD = @LD@
220LDFLAGS = @LDFLAGS@
221LIBCURL = @LIBCURL@
222LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
223LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
224LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
225LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
226LIBOBJS = @LIBOBJS@
227LIBS = @LIBS@
228LIBSPDY_VERSION_AGE = @LIBSPDY_VERSION_AGE@
229LIBSPDY_VERSION_CURRENT = @LIBSPDY_VERSION_CURRENT@
230LIBSPDY_VERSION_REVISION = @LIBSPDY_VERSION_REVISION@
231LIBTOOL = @LIBTOOL@
232LIB_VERSION_AGE = @LIB_VERSION_AGE@
233LIB_VERSION_CURRENT = @LIB_VERSION_CURRENT@
234LIB_VERSION_REVISION = @LIB_VERSION_REVISION@
235LIPO = @LIPO@
236LN_S = @LN_S@
237LTLIBOBJS = @LTLIBOBJS@
238MAKEINFO = @MAKEINFO@
239MANIFEST_TOOL = @MANIFEST_TOOL@
240MHD_LIBDEPS = @MHD_LIBDEPS@
241MHD_LIBDEPS_PKGCFG = @MHD_LIBDEPS_PKGCFG@
242MHD_LIB_CFLAGS = @MHD_LIB_CFLAGS@
243MHD_LIB_CPPFLAGS = @MHD_LIB_CPPFLAGS@
244MHD_LIB_LDFLAGS = @MHD_LIB_LDFLAGS@
245MHD_REQ_PRIVATE = @MHD_REQ_PRIVATE@
246MKDIR_P = @MKDIR_P@
247MS_LIB_TOOL = @MS_LIB_TOOL@
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OPENSSL_INCLUDES = @OPENSSL_INCLUDES@
253OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
254OPENSSL_LIBS = @OPENSSL_LIBS@
255OTOOL = @OTOOL@
256OTOOL64 = @OTOOL64@
257PACKAGE = @PACKAGE@
258PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259PACKAGE_NAME = @PACKAGE_NAME@
260PACKAGE_STRING = @PACKAGE_STRING@
261PACKAGE_TARNAME = @PACKAGE_TARNAME@
262PACKAGE_URL = @PACKAGE_URL@
263PACKAGE_VERSION = @PACKAGE_VERSION@
264PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
265PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
266PACKAGE_VERSION_SUBMINOR = @PACKAGE_VERSION_SUBMINOR@
267PATH_SEPARATOR = @PATH_SEPARATOR@
268PKG_CONFIG = @PKG_CONFIG@
269PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
270PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
271PTHREAD_CC = @PTHREAD_CC@
272PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
273PTHREAD_LIBS = @PTHREAD_LIBS@
274RANLIB = @RANLIB@
275RC = @RC@
276SED = @SED@
277SET_MAKE = @SET_MAKE@
278SHELL = @SHELL@
279SPDY_LIBDEPS = @SPDY_LIBDEPS@
280SPDY_LIB_CFLAGS = @SPDY_LIB_CFLAGS@
281SPDY_LIB_CPPFLAGS = @SPDY_LIB_CPPFLAGS@
282SPDY_LIB_LDFLAGS = @SPDY_LIB_LDFLAGS@
283STRIP = @STRIP@
284VERSION = @VERSION@
285_libcurl_config = @_libcurl_config@
286abs_builddir = @abs_builddir@
287abs_srcdir = @abs_srcdir@
288abs_top_builddir = @abs_top_builddir@
289abs_top_srcdir = @abs_top_srcdir@
290ac_ct_AR = @ac_ct_AR@
291ac_ct_CC = @ac_ct_CC@
292ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
293am__include = @am__include@
294am__leading_dot = @am__leading_dot@
295am__quote = @am__quote@
296am__tar = @am__tar@
297am__untar = @am__untar@
298ax_pthread_config = @ax_pthread_config@
299bindir = @bindir@
300build = @build@
301build_alias = @build_alias@
302build_cpu = @build_cpu@
303build_os = @build_os@
304build_vendor = @build_vendor@
305builddir = @builddir@
306datadir = @datadir@
307datarootdir = @datarootdir@
308docdir = @docdir@
309dvidir = @dvidir@
310exec_prefix = @exec_prefix@
311have_socat = @have_socat@
312have_zzuf = @have_zzuf@
313host = @host@
314host_alias = @host_alias@
315host_cpu = @host_cpu@
316host_os = @host_os@
317host_vendor = @host_vendor@
318htmldir = @htmldir@
319includedir = @includedir@
320infodir = @infodir@
321install_sh = @install_sh@
322libdir = @libdir@
323libexecdir = @libexecdir@
324localedir = @localedir@
325localstatedir = @localstatedir@
326lt_cv_objdir = @lt_cv_objdir@
327mandir = @mandir@
328mkdir_p = @mkdir_p@
329oldincludedir = @oldincludedir@
330pdfdir = @pdfdir@
331prefix = @prefix@
332program_transform_name = @program_transform_name@
333psdir = @psdir@
334sbindir = @sbindir@
335sharedstatedir = @sharedstatedir@
336srcdir = @srcdir@
337sysconfdir = @sysconfdir@
338target_alias = @target_alias@
339top_build_prefix = @top_build_prefix@
340top_builddir = @top_builddir@
341top_srcdir = @top_srcdir@
342
343# This Makefile.am is in the public domain
344AM_CPPFLAGS = \
345  -I$(top_srcdir)/src/include
346
347AM_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
358all: 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
375Makefile: $(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
393clean-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
404libplatform_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
407mostlyclean-compile:
408	-rm -f *.$(OBJEXT)
409
410distclean-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
439libplatform_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
446mostlyclean-libtool:
447	-rm -f *.lo
448
449clean-libtool:
450	-rm -rf .libs _libs
451
452ID: $(am__tagged_files)
453	$(am__define_uniq_tagged_files); mkid -fID $$unique
454tags: tags-am
455TAGS: tags
456
457tags-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
472ctags: ctags-am
473
474CTAGS: ctags
475ctags-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
481GTAGS:
482	here=`$(am__cd) $(top_builddir) && pwd` \
483	  && $(am__cd) $(top_srcdir) \
484	  && gtags -i $(GTAGS_ARGS) "$$here"
485cscopelist: cscopelist-am
486
487cscopelist-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
501distclean-tags:
502	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
503
504distdir: $(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
534check-am: all-am
535check: check-am
536all-am: Makefile $(LTLIBRARIES)
537installdirs:
538install: install-am
539install-exec: install-exec-am
540install-data: install-data-am
541uninstall: uninstall-am
542
543install-am: all-am
544	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
545
546installcheck: installcheck-am
547install-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
557mostlyclean-generic:
558
559clean-generic:
560
561distclean-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
565maintainer-clean-generic:
566	@echo "This command is intended for maintainers to use"
567	@echo "it deletes files that may require special tools to rebuild."
568clean: clean-am
569
570clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
571	mostlyclean-am
572
573distclean: distclean-am
574	-rm -rf ./$(DEPDIR)
575	-rm -f Makefile
576distclean-am: clean-am distclean-compile distclean-generic \
577	distclean-tags
578
579dvi: dvi-am
580
581dvi-am:
582
583html: html-am
584
585html-am:
586
587info: info-am
588
589info-am:
590
591install-data-am:
592
593install-dvi: install-dvi-am
594
595install-dvi-am:
596
597install-exec-am:
598
599install-html: install-html-am
600
601install-html-am:
602
603install-info: install-info-am
604
605install-info-am:
606
607install-man:
608
609install-pdf: install-pdf-am
610
611install-pdf-am:
612
613install-ps: install-ps-am
614
615install-ps-am:
616
617installcheck-am:
618
619maintainer-clean: maintainer-clean-am
620	-rm -rf ./$(DEPDIR)
621	-rm -f Makefile
622maintainer-clean-am: distclean-am maintainer-clean-generic
623
624mostlyclean: mostlyclean-am
625
626mostlyclean-am: mostlyclean-compile mostlyclean-generic \
627	mostlyclean-libtool
628
629pdf: pdf-am
630
631pdf-am:
632
633ps: ps-am
634
635ps-am:
636
637uninstall-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