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