fork-sever-process-and-introduce-broadcast-api.patch
[profile/ivi/libwebsockets.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = lib
39 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44         $(ACLOCAL_M4)
45 mkinstalldirs = $(install_sh) -d
46 CONFIG_HEADER = $(top_builddir)/config.h
47 CONFIG_CLEAN_FILES =
48 CONFIG_CLEAN_VPATH_FILES =
49 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50 am__vpath_adj = case $$p in \
51     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52     *) f=$$p;; \
53   esac;
54 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55 am__install_max = 40
56 am__nobase_strip_setup = \
57   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58 am__nobase_strip = \
59   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60 am__nobase_list = $(am__nobase_strip_setup); \
61   for p in $$list; do echo "$$p $$p"; done | \
62   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64     if (++n[$$2] == $(am__install_max)) \
65       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66     END { for (dir in files) print dir, files[dir] }'
67 am__base_list = \
68   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
71 LTLIBRARIES = $(lib_LTLIBRARIES)
72 libwebsockets_la_LIBADD =
73 dist_libwebsockets_la_OBJECTS = libwebsockets_la-libwebsockets.lo \
74         libwebsockets_la-handshake.lo libwebsockets_la-parsers.lo \
75         libwebsockets_la-md5.lo
76 libwebsockets_la_OBJECTS = $(dist_libwebsockets_la_OBJECTS)
77 libwebsockets_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
78         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libwebsockets_la_CFLAGS) \
79         $(CFLAGS) $(libwebsockets_la_LDFLAGS) $(LDFLAGS) -o $@
80 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81 depcomp = $(SHELL) $(top_srcdir)/depcomp
82 am__depfiles_maybe = depfiles
83 am__mv = mv -f
84 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
87         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 CCLD = $(CC)
90 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
91         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
92         $(LDFLAGS) -o $@
93 SOURCES = $(dist_libwebsockets_la_SOURCES)
94 DIST_SOURCES = $(dist_libwebsockets_la_SOURCES)
95 HEADERS = $(include_HEADERS)
96 ETAGS = etags
97 CTAGS = ctags
98 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99 ACLOCAL = @ACLOCAL@
100 AMTAR = @AMTAR@
101 AR = @AR@
102 AUTOCONF = @AUTOCONF@
103 AUTOHEADER = @AUTOHEADER@
104 AUTOMAKE = @AUTOMAKE@
105 AWK = @AWK@
106 CC = @CC@
107 CCDEPMODE = @CCDEPMODE@
108 CFLAGS = @CFLAGS@
109 CPP = @CPP@
110 CPPFLAGS = @CPPFLAGS@
111 CYGPATH_W = @CYGPATH_W@
112 DEFS = @DEFS@
113 DEPDIR = @DEPDIR@
114 DLLTOOL = @DLLTOOL@
115 DSYMUTIL = @DSYMUTIL@
116 DUMPBIN = @DUMPBIN@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 EXEEXT = @EXEEXT@
122 FGREP = @FGREP@
123 GREP = @GREP@
124 INSTALL = @INSTALL@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_PROGRAM = @INSTALL_PROGRAM@
127 INSTALL_SCRIPT = @INSTALL_SCRIPT@
128 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129 LD = @LD@
130 LDFLAGS = @LDFLAGS@
131 LIBOBJS = @LIBOBJS@
132 LIBS = @LIBS@
133 LIBTOOL = @LIBTOOL@
134 LIPO = @LIPO@
135 LN_S = @LN_S@
136 LTLIBOBJS = @LTLIBOBJS@
137 MAKEINFO = @MAKEINFO@
138 MANIFEST_TOOL = @MANIFEST_TOOL@
139 MKDIR_P = @MKDIR_P@
140 NM = @NM@
141 NMEDIT = @NMEDIT@
142 OBJDUMP = @OBJDUMP@
143 OBJEXT = @OBJEXT@
144 OTOOL = @OTOOL@
145 OTOOL64 = @OTOOL64@
146 PACKAGE = @PACKAGE@
147 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148 PACKAGE_NAME = @PACKAGE_NAME@
149 PACKAGE_STRING = @PACKAGE_STRING@
150 PACKAGE_TARNAME = @PACKAGE_TARNAME@
151 PACKAGE_URL = @PACKAGE_URL@
152 PACKAGE_VERSION = @PACKAGE_VERSION@
153 PATH_SEPARATOR = @PATH_SEPARATOR@
154 RANLIB = @RANLIB@
155 SED = @SED@
156 SET_MAKE = @SET_MAKE@
157 SHELL = @SHELL@
158 STRIP = @STRIP@
159 VERSION = @VERSION@
160 abs_builddir = @abs_builddir@
161 abs_srcdir = @abs_srcdir@
162 abs_top_builddir = @abs_top_builddir@
163 abs_top_srcdir = @abs_top_srcdir@
164 ac_ct_AR = @ac_ct_AR@
165 ac_ct_CC = @ac_ct_CC@
166 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
167 am__include = @am__include@
168 am__leading_dot = @am__leading_dot@
169 am__quote = @am__quote@
170 am__tar = @am__tar@
171 am__untar = @am__untar@
172 bindir = @bindir@
173 build = @build@
174 build_alias = @build_alias@
175 build_cpu = @build_cpu@
176 build_os = @build_os@
177 build_vendor = @build_vendor@
178 builddir = @builddir@
179 datadir = @datadir@
180 datarootdir = @datarootdir@
181 docdir = @docdir@
182 dvidir = @dvidir@
183 exec_prefix = @exec_prefix@
184 host = @host@
185 host_alias = @host_alias@
186 host_cpu = @host_cpu@
187 host_os = @host_os@
188 host_vendor = @host_vendor@
189 htmldir = @htmldir@
190 includedir = @includedir@
191 infodir = @infodir@
192 install_sh = @install_sh@
193 libdir = @libdir@
194 libexecdir = @libexecdir@
195 localedir = @localedir@
196 localstatedir = @localstatedir@
197 mandir = @mandir@
198 mkdir_p = @mkdir_p@
199 oldincludedir = @oldincludedir@
200 pdfdir = @pdfdir@
201 prefix = @prefix@
202 program_transform_name = @program_transform_name@
203 psdir = @psdir@
204 sbindir = @sbindir@
205 sharedstatedir = @sharedstatedir@
206 srcdir = @srcdir@
207 sysconfdir = @sysconfdir@
208 target_alias = @target_alias@
209 top_build_prefix = @top_build_prefix@
210 top_builddir = @top_builddir@
211 top_srcdir = @top_srcdir@
212 lib_LTLIBRARIES = libwebsockets.la
213 include_HEADERS = libwebsockets.h
214 dist_libwebsockets_la_SOURCES = libwebsockets.c \
215                                 handshake.c \
216                                 parsers.c \
217                                 md5.c \
218                                 libwebsockets.h \
219                                 private-libwebsockets.h
220
221 libwebsockets_la_CFLAGS = -Wall -Werror -rdynamic -fPIC -c
222 libwebsockets_la_LDFLAGS = -version-info 0:2
223 all: all-am
224
225 .SUFFIXES:
226 .SUFFIXES: .c .lo .o .obj
227 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
228         @for dep in $?; do \
229           case '$(am__configure_deps)' in \
230             *$$dep*) \
231               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
232                 && { if test -f $@; then exit 0; else break; fi; }; \
233               exit 1;; \
234           esac; \
235         done; \
236         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
237         $(am__cd) $(top_srcdir) && \
238           $(AUTOMAKE) --foreign lib/Makefile
239 .PRECIOUS: Makefile
240 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241         @case '$?' in \
242           *config.status*) \
243             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
244           *) \
245             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
246             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
247         esac;
248
249 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252 $(top_srcdir)/configure:  $(am__configure_deps)
253         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
254 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(am__aclocal_m4_deps):
257 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
258         @$(NORMAL_INSTALL)
259         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
260         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
261         list2=; for p in $$list; do \
262           if test -f $$p; then \
263             list2="$$list2 $$p"; \
264           else :; fi; \
265         done; \
266         test -z "$$list2" || { \
267           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
268           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
269         }
270
271 uninstall-libLTLIBRARIES:
272         @$(NORMAL_UNINSTALL)
273         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
274         for p in $$list; do \
275           $(am__strip_dir) \
276           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
277           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
278         done
279
280 clean-libLTLIBRARIES:
281         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
282         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
283           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
284           test "$$dir" != "$$p" || dir=.; \
285           echo "rm -f \"$${dir}/so_locations\""; \
286           rm -f "$${dir}/so_locations"; \
287         done
288 libwebsockets.la: $(libwebsockets_la_OBJECTS) $(libwebsockets_la_DEPENDENCIES) 
289         $(libwebsockets_la_LINK) -rpath $(libdir) $(libwebsockets_la_OBJECTS) $(libwebsockets_la_LIBADD) $(LIBS)
290
291 mostlyclean-compile:
292         -rm -f *.$(OBJEXT)
293
294 distclean-compile:
295         -rm -f *.tab.c
296
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwebsockets_la-handshake.Plo@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwebsockets_la-libwebsockets.Plo@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwebsockets_la-md5.Plo@am__quote@
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libwebsockets_la-parsers.Plo@am__quote@
301
302 .c.o:
303 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
304 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
308
309 .c.obj:
310 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
311 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
315
316 .c.lo:
317 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
318 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
322
323 libwebsockets_la-libwebsockets.lo: libwebsockets.c
324 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwebsockets_la_CFLAGS) $(CFLAGS) -MT libwebsockets_la-libwebsockets.lo -MD -MP -MF $(DEPDIR)/libwebsockets_la-libwebsockets.Tpo -c -o libwebsockets_la-libwebsockets.lo `test -f 'libwebsockets.c' || echo '$(srcdir)/'`libwebsockets.c
325 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libwebsockets_la-libwebsockets.Tpo $(DEPDIR)/libwebsockets_la-libwebsockets.Plo
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='libwebsockets.c' object='libwebsockets_la-libwebsockets.lo' libtool=yes @AMDEPBACKSLASH@
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwebsockets_la_CFLAGS) $(CFLAGS) -c -o libwebsockets_la-libwebsockets.lo `test -f 'libwebsockets.c' || echo '$(srcdir)/'`libwebsockets.c
329
330 libwebsockets_la-handshake.lo: handshake.c
331 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwebsockets_la_CFLAGS) $(CFLAGS) -MT libwebsockets_la-handshake.lo -MD -MP -MF $(DEPDIR)/libwebsockets_la-handshake.Tpo -c -o libwebsockets_la-handshake.lo `test -f 'handshake.c' || echo '$(srcdir)/'`handshake.c
332 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libwebsockets_la-handshake.Tpo $(DEPDIR)/libwebsockets_la-handshake.Plo
333 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='handshake.c' object='libwebsockets_la-handshake.lo' libtool=yes @AMDEPBACKSLASH@
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwebsockets_la_CFLAGS) $(CFLAGS) -c -o libwebsockets_la-handshake.lo `test -f 'handshake.c' || echo '$(srcdir)/'`handshake.c
336
337 libwebsockets_la-parsers.lo: parsers.c
338 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwebsockets_la_CFLAGS) $(CFLAGS) -MT libwebsockets_la-parsers.lo -MD -MP -MF $(DEPDIR)/libwebsockets_la-parsers.Tpo -c -o libwebsockets_la-parsers.lo `test -f 'parsers.c' || echo '$(srcdir)/'`parsers.c
339 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libwebsockets_la-parsers.Tpo $(DEPDIR)/libwebsockets_la-parsers.Plo
340 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='parsers.c' object='libwebsockets_la-parsers.lo' libtool=yes @AMDEPBACKSLASH@
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwebsockets_la_CFLAGS) $(CFLAGS) -c -o libwebsockets_la-parsers.lo `test -f 'parsers.c' || echo '$(srcdir)/'`parsers.c
343
344 libwebsockets_la-md5.lo: md5.c
345 @am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwebsockets_la_CFLAGS) $(CFLAGS) -MT libwebsockets_la-md5.lo -MD -MP -MF $(DEPDIR)/libwebsockets_la-md5.Tpo -c -o libwebsockets_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
346 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libwebsockets_la-md5.Tpo $(DEPDIR)/libwebsockets_la-md5.Plo
347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='md5.c' object='libwebsockets_la-md5.lo' libtool=yes @AMDEPBACKSLASH@
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 @am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwebsockets_la_CFLAGS) $(CFLAGS) -c -o libwebsockets_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
350
351 mostlyclean-libtool:
352         -rm -f *.lo
353
354 clean-libtool:
355         -rm -rf .libs _libs
356 install-includeHEADERS: $(include_HEADERS)
357         @$(NORMAL_INSTALL)
358         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
359         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
360         for p in $$list; do \
361           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
362           echo "$$d$$p"; \
363         done | $(am__base_list) | \
364         while read files; do \
365           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
366           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
367         done
368
369 uninstall-includeHEADERS:
370         @$(NORMAL_UNINSTALL)
371         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
372         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
373         test -n "$$files" || exit 0; \
374         echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
375         cd "$(DESTDIR)$(includedir)" && rm -f $$files
376
377 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
378         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379         unique=`for i in $$list; do \
380             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381           done | \
382           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383               END { if (nonempty) { for (i in files) print i; }; }'`; \
384         mkid -fID $$unique
385 tags: TAGS
386
387 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388                 $(TAGS_FILES) $(LISP)
389         set x; \
390         here=`pwd`; \
391         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392         unique=`for i in $$list; do \
393             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394           done | \
395           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396               END { if (nonempty) { for (i in files) print i; }; }'`; \
397         shift; \
398         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399           test -n "$$unique" || unique=$$empty_fix; \
400           if test $$# -gt 0; then \
401             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
402               "$$@" $$unique; \
403           else \
404             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405               $$unique; \
406           fi; \
407         fi
408 ctags: CTAGS
409 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410                 $(TAGS_FILES) $(LISP)
411         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
412         unique=`for i in $$list; do \
413             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414           done | \
415           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416               END { if (nonempty) { for (i in files) print i; }; }'`; \
417         test -z "$(CTAGS_ARGS)$$unique" \
418           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
419              $$unique
420
421 GTAGS:
422         here=`$(am__cd) $(top_builddir) && pwd` \
423           && $(am__cd) $(top_srcdir) \
424           && gtags -i $(GTAGS_ARGS) "$$here"
425
426 distclean-tags:
427         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
428
429 distdir: $(DISTFILES)
430         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
431         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
432         list='$(DISTFILES)'; \
433           dist_files=`for file in $$list; do echo $$file; done | \
434           sed -e "s|^$$srcdirstrip/||;t" \
435               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
436         case $$dist_files in \
437           */*) $(MKDIR_P) `echo "$$dist_files" | \
438                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
439                            sort -u` ;; \
440         esac; \
441         for file in $$dist_files; do \
442           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
443           if test -d $$d/$$file; then \
444             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
445             if test -d "$(distdir)/$$file"; then \
446               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
447             fi; \
448             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
449               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
450               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451             fi; \
452             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
453           else \
454             test -f "$(distdir)/$$file" \
455             || cp -p $$d/$$file "$(distdir)/$$file" \
456             || exit 1; \
457           fi; \
458         done
459 check-am: all-am
460 check: check-am
461 all-am: Makefile $(LTLIBRARIES) $(HEADERS) all-local
462 installdirs:
463         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
464           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
465         done
466 install: install-am
467 install-exec: install-exec-am
468 install-data: install-data-am
469 uninstall: uninstall-am
470
471 install-am: all-am
472         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
473
474 installcheck: installcheck-am
475 install-strip:
476         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
477           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
478           `test -z '$(STRIP)' || \
479             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
480 mostlyclean-generic:
481
482 clean-generic:
483
484 distclean-generic:
485         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
486         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
487
488 maintainer-clean-generic:
489         @echo "This command is intended for maintainers to use"
490         @echo "it deletes files that may require special tools to rebuild."
491 clean: clean-am
492
493 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
494         mostlyclean-am
495
496 distclean: distclean-am
497         -rm -rf ./$(DEPDIR)
498         -rm -f Makefile
499 distclean-am: clean-am distclean-compile distclean-generic \
500         distclean-tags
501
502 dvi: dvi-am
503
504 dvi-am:
505
506 html: html-am
507
508 html-am:
509
510 info: info-am
511
512 info-am:
513
514 install-data-am: install-includeHEADERS
515
516 install-dvi: install-dvi-am
517
518 install-dvi-am:
519
520 install-exec-am: install-libLTLIBRARIES
521
522 install-html: install-html-am
523
524 install-html-am:
525
526 install-info: install-info-am
527
528 install-info-am:
529
530 install-man:
531
532 install-pdf: install-pdf-am
533
534 install-pdf-am:
535
536 install-ps: install-ps-am
537
538 install-ps-am:
539
540 installcheck-am:
541
542 maintainer-clean: maintainer-clean-am
543         -rm -rf ./$(DEPDIR)
544         -rm -f Makefile
545 maintainer-clean-am: distclean-am maintainer-clean-generic
546
547 mostlyclean: mostlyclean-am
548
549 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
550         mostlyclean-libtool
551
552 pdf: pdf-am
553
554 pdf-am:
555
556 ps: ps-am
557
558 ps-am:
559
560 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
561
562 .MAKE: install-am install-strip
563
564 .PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
565         clean-generic clean-libLTLIBRARIES clean-libtool ctags \
566         distclean distclean-compile distclean-generic \
567         distclean-libtool distclean-tags distdir dvi dvi-am html \
568         html-am info info-am install install-am install-data \
569         install-data-am install-dvi install-dvi-am install-exec \
570         install-exec-am install-html install-html-am \
571         install-includeHEADERS install-info install-info-am \
572         install-libLTLIBRARIES install-man install-pdf install-pdf-am \
573         install-ps install-ps-am install-strip installcheck \
574         installcheck-am installdirs maintainer-clean \
575         maintainer-clean-generic mostlyclean mostlyclean-compile \
576         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
577         tags uninstall uninstall-am uninstall-includeHEADERS \
578         uninstall-libLTLIBRARIES
579
580
581 all-local:
582          ../scripts/kernel-doc -html \
583                 libwebsockets.c \
584                 parsers.c \
585                 libwebsockets.h \
586                         > ../libwebsockets-api-doc.html
587
588 # Tell versions [3.59,3.63) of GNU make to not export all variables.
589 # Otherwise a system limit (for SysV at least) may be exceeded.
590 .NOEXPORT: