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