added examples
[libt2n] / examples-codegen / example2-client / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13 # not a GNU package. You can remove this line, if
14 # you have all needed files, that a GNU package needs
15
16
17 SHELL = @SHELL@
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 prefix = @prefix@
23 exec_prefix = @exec_prefix@
24
25 bindir = @bindir@
26 sbindir = @sbindir@
27 libexecdir = @libexecdir@
28 datadir = @datadir@
29 sysconfdir = @sysconfdir@
30 sharedstatedir = @sharedstatedir@
31 localstatedir = @localstatedir@
32 libdir = @libdir@
33 infodir = @infodir@
34 mandir = @mandir@
35 includedir = @includedir@
36 oldincludedir = /usr/include
37
38 DESTDIR =
39
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkglibdir = $(libdir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43
44 top_builddir = .
45
46 ACLOCAL = @ACLOCAL@
47 AUTOCONF = @AUTOCONF@
48 AUTOMAKE = @AUTOMAKE@
49 AUTOHEADER = @AUTOHEADER@
50
51 INSTALL = @INSTALL@
52 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53 INSTALL_DATA = @INSTALL_DATA@
54 INSTALL_SCRIPT = @INSTALL_SCRIPT@
55 transform = @program_transform_name@
56
57 NORMAL_INSTALL = :
58 PRE_INSTALL = :
59 POST_INSTALL = :
60 NORMAL_UNINSTALL = :
61 PRE_UNINSTALL = :
62 POST_UNINSTALL = :
63 host_alias = @host_alias@
64 host_triplet = @host@
65 AS = @AS@
66 CC = @CC@
67 CXX = @CXX@
68 DLLTOOL = @DLLTOOL@
69 ECHO = @ECHO@
70 EXEEXT = @EXEEXT@
71 HAVE_LIB = @HAVE_LIB@
72 LIB = @LIB@
73 LIBTOOL = @LIBTOOL@
74 LN_S = @LN_S@
75 LTLIB = @LTLIB@
76 MAKEINFO = @MAKEINFO@
77 OBJDUMP = @OBJDUMP@
78 OBJEXT = @OBJEXT@
79 PACKAGE = @PACKAGE@
80 PKG_CONFIG = @PKG_CONFIG@
81 RANLIB = @RANLIB@
82 STRIP = @STRIP@
83 VERSION = @VERSION@
84
85 AUTOMAKE_OPTIONS = foreign
86
87 INCLUDES = @DEFAULT_CFLAGS@
88 LDADD = @DEFAULT_LIBS@
89
90 libt2n_example2_client_SOURCES = client.cpp
91
92 bin_PROGRAMS = libt2n-example2-client
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95 CONFIG_CLEAN_FILES = 
96 bin_PROGRAMS =  libt2n-example2-client$(EXEEXT)
97 PROGRAMS =  $(bin_PROGRAMS)
98
99
100 DEFS = @DEFS@ -I. -I$(srcdir) 
101 CPPFLAGS = @CPPFLAGS@
102 LDFLAGS = @LDFLAGS@
103 LIBS = @LIBS@
104 libt2n_example2_client_OBJECTS =  client.$(OBJEXT)
105 libt2n_example2_client_LDADD = $(LDADD)
106 libt2n_example2_client_DEPENDENCIES = 
107 libt2n_example2_client_LDFLAGS = 
108 CXXFLAGS = @CXXFLAGS@
109 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111 CXXLD = $(CXX)
112 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
113 DIST_COMMON =  README COPYING Makefile.am Makefile.in aclocal.m4 \
114 config.guess config.sub configure configure.in install-sh ltmain.sh \
115 missing mkinstalldirs
116
117
118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120 TAR = gtar
121 GZIP_ENV = --best
122 DEP_FILES =  .deps/client.P
123 SOURCES = $(libt2n_example2_client_SOURCES)
124 OBJECTS = $(libt2n_example2_client_OBJECTS)
125
126 all: all-redirect
127 .SUFFIXES:
128 .SUFFIXES: .S .c .cpp .lo .o .obj .s
129 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
130         cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
131
132 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
133         cd $(top_builddir) \
134           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
135
136 $(ACLOCAL_M4):  configure.in 
137         cd $(srcdir) && $(ACLOCAL)
138
139 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
140         $(SHELL) ./config.status --recheck
141 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
142         cd $(srcdir) && $(AUTOCONF)
143
144 mostlyclean-binPROGRAMS:
145
146 clean-binPROGRAMS:
147         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
148
149 distclean-binPROGRAMS:
150
151 maintainer-clean-binPROGRAMS:
152
153 install-binPROGRAMS: $(bin_PROGRAMS)
154         @$(NORMAL_INSTALL)
155         $(mkinstalldirs) $(DESTDIR)$(bindir)
156         @list='$(bin_PROGRAMS)'; for p in $$list; do \
157           if test -f $$p; then \
158             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
159             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
160           else :; fi; \
161         done
162
163 uninstall-binPROGRAMS:
164         @$(NORMAL_UNINSTALL)
165         list='$(bin_PROGRAMS)'; for p in $$list; do \
166           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
167         done
168
169 # FIXME: We should only use cygpath when building on Windows,
170 # and only if it is available.
171 .c.obj:
172         $(COMPILE) -c `cygpath -w $<`
173
174 .s.o:
175         $(COMPILE) -c $<
176
177 .S.o:
178         $(COMPILE) -c $<
179
180 mostlyclean-compile:
181         -rm -f *.o core *.core
182         -rm -f *.$(OBJEXT)
183
184 clean-compile:
185
186 distclean-compile:
187         -rm -f *.tab.c
188
189 maintainer-clean-compile:
190
191 .s.lo:
192         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
193
194 .S.lo:
195         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
196
197 mostlyclean-libtool:
198         -rm -f *.lo
199
200 clean-libtool:
201         -rm -rf .libs _libs
202
203 distclean-libtool:
204
205 maintainer-clean-libtool:
206
207 libt2n-example2-client$(EXEEXT): $(libt2n_example2_client_OBJECTS) $(libt2n_example2_client_DEPENDENCIES)
208         @rm -f libt2n-example2-client$(EXEEXT)
209         $(CXXLINK) $(libt2n_example2_client_LDFLAGS) $(libt2n_example2_client_OBJECTS) $(libt2n_example2_client_LDADD) $(LIBS)
210 .cpp.o:
211         $(CXXCOMPILE) -c $<
212 .cpp.obj:
213         $(CXXCOMPILE) -c `cygpath -w $<`
214 .cpp.lo:
215         $(LTCXXCOMPILE) -c $<
216
217 tags: TAGS
218
219 ID: $(HEADERS) $(SOURCES) $(LISP)
220         list='$(SOURCES) $(HEADERS)'; \
221         unique=`for i in $$list; do echo $$i; done | \
222           awk '    { files[$$0] = 1; } \
223                END { for (i in files) print i; }'`; \
224         here=`pwd` && cd $(srcdir) \
225           && mkid -f$$here/ID $$unique $(LISP)
226
227 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
228         tags=; \
229         here=`pwd`; \
230         list='$(SOURCES) $(HEADERS)'; \
231         unique=`for i in $$list; do echo $$i; done | \
232           awk '    { files[$$0] = 1; } \
233                END { for (i in files) print i; }'`; \
234         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
235           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
236
237 mostlyclean-tags:
238
239 clean-tags:
240
241 distclean-tags:
242         -rm -f TAGS ID
243
244 maintainer-clean-tags:
245
246 distdir = $(PACKAGE)-$(VERSION)
247 top_distdir = $(distdir)
248
249 # This target untars the dist file and tries a VPATH configuration.  Then
250 # it guarantees that the distribution is self-contained by making another
251 # tarfile.
252 distcheck: dist
253         -rm -rf $(distdir)
254         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
255         mkdir $(distdir)/=build
256         mkdir $(distdir)/=inst
257         dc_install_base=`cd $(distdir)/=inst && pwd`; \
258         cd $(distdir)/=build \
259           && ../configure --srcdir=.. --prefix=$$dc_install_base \
260           && $(MAKE) $(AM_MAKEFLAGS) \
261           && $(MAKE) $(AM_MAKEFLAGS) dvi \
262           && $(MAKE) $(AM_MAKEFLAGS) check \
263           && $(MAKE) $(AM_MAKEFLAGS) install \
264           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
265           && $(MAKE) $(AM_MAKEFLAGS) dist
266         -rm -rf $(distdir)
267         @banner="$(distdir).tar.gz is ready for distribution"; \
268         dashes=`echo "$$banner" | sed s/./=/g`; \
269         echo "$$dashes"; \
270         echo "$$banner"; \
271         echo "$$dashes"
272 dist: distdir
273         -chmod -R a+r $(distdir)
274         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
275         -rm -rf $(distdir)
276 dist-all: distdir
277         -chmod -R a+r $(distdir)
278         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
279         -rm -rf $(distdir)
280 distdir: $(DISTFILES)
281         -rm -rf $(distdir)
282         mkdir $(distdir)
283         -chmod 777 $(distdir)
284         here=`cd $(top_builddir) && pwd`; \
285         top_distdir=`cd $(distdir) && pwd`; \
286         distdir=`cd $(distdir) && pwd`; \
287         cd $(top_srcdir) \
288           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
289         @for file in $(DISTFILES); do \
290           d=$(srcdir); \
291           if test -d $$d/$$file; then \
292             cp -pr $$d/$$file $(distdir)/$$file; \
293           else \
294             test -f $(distdir)/$$file \
295             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
296             || cp -p $$d/$$file $(distdir)/$$file || :; \
297           fi; \
298         done
299
300 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
301
302 -include $(DEP_FILES)
303
304 mostlyclean-depend:
305
306 clean-depend:
307
308 distclean-depend:
309         -rm -rf .deps
310
311 maintainer-clean-depend:
312
313 %.o: %.c
314         @echo '$(COMPILE) -c $<'; \
315         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
316         @-cp .deps/$(*F).pp .deps/$(*F).P; \
317         tr ' ' '\012' < .deps/$(*F).pp \
318           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
319             >> .deps/$(*F).P; \
320         rm .deps/$(*F).pp
321
322 %.lo: %.c
323         @echo '$(LTCOMPILE) -c $<'; \
324         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
325         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
326           < .deps/$(*F).pp > .deps/$(*F).P; \
327         tr ' ' '\012' < .deps/$(*F).pp \
328           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
329             >> .deps/$(*F).P; \
330         rm -f .deps/$(*F).pp
331
332 %.o: %.cpp
333         @echo '$(CXXCOMPILE) -c $<'; \
334         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
335         @-cp .deps/$(*F).pp .deps/$(*F).P; \
336         tr ' ' '\012' < .deps/$(*F).pp \
337           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
338             >> .deps/$(*F).P; \
339         rm .deps/$(*F).pp
340
341 %.lo: %.cpp
342         @echo '$(LTCXXCOMPILE) -c $<'; \
343         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
344         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
345           < .deps/$(*F).pp > .deps/$(*F).P; \
346         tr ' ' '\012' < .deps/$(*F).pp \
347           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
348             >> .deps/$(*F).P; \
349         rm -f .deps/$(*F).pp
350 info-am:
351 info: info-am
352 dvi-am:
353 dvi: dvi-am
354 check-am: all-am
355 check: check-am
356 installcheck-am:
357 installcheck: installcheck-am
358 install-exec-am: install-binPROGRAMS
359 install-exec: install-exec-am
360
361 install-data-am:
362 install-data: install-data-am
363
364 install-am: all-am
365         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
366 install: install-am
367 uninstall-am: uninstall-binPROGRAMS
368 uninstall: uninstall-am
369 all-am: Makefile $(PROGRAMS)
370 all-redirect: all-am
371 install-strip:
372         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
373 installdirs:
374         $(mkinstalldirs)  $(DESTDIR)$(bindir)
375
376
377 mostlyclean-generic:
378
379 clean-generic:
380
381 distclean-generic:
382         -rm -f Makefile $(CONFIG_CLEAN_FILES)
383         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
384
385 maintainer-clean-generic:
386 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
387                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
388                 mostlyclean-generic
389
390 mostlyclean: mostlyclean-am
391
392 clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
393                 clean-depend clean-generic mostlyclean-am
394
395 clean: clean-am
396
397 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
398                 distclean-tags distclean-depend distclean-generic \
399                 clean-am
400         -rm -f libtool
401
402 distclean: distclean-am
403         -rm -f config.status
404
405 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
406                 maintainer-clean-compile maintainer-clean-libtool \
407                 maintainer-clean-tags maintainer-clean-depend \
408                 maintainer-clean-generic distclean-am
409         @echo "This command is intended for maintainers to use;"
410         @echo "it deletes files that may require special tools to rebuild."
411
412 maintainer-clean: maintainer-clean-am
413         -rm -f config.status
414
415 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
416 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
417 mostlyclean-compile distclean-compile clean-compile \
418 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
419 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
420 distclean-tags clean-tags maintainer-clean-tags distdir \
421 mostlyclean-depend distclean-depend clean-depend \
422 maintainer-clean-depend info-am info dvi-am dvi check check-am \
423 installcheck-am installcheck install-exec-am install-exec \
424 install-data-am install-data install-am install uninstall-am uninstall \
425 all-redirect all-am all installdirs mostlyclean-generic \
426 distclean-generic clean-generic maintainer-clean-generic clean \
427 mostlyclean distclean maintainer-clean
428
429
430 # Tell versions [3.59,3.63) of GNU make to not export all variables.
431 # Otherwise a system limit (for SysV at least) may be exceeded.
432 .NOEXPORT: