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