Parallel build on SMP machines, added cppunit-devel to build requirements, proper...
[libt2n] / examples-codegen / example2-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
14# you have all needed files, that a GNU package needs
15
16
17SHELL = @SHELL@
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22prefix = @prefix@
23exec_prefix = @exec_prefix@
24
25bindir = @bindir@
26sbindir = @sbindir@
27libexecdir = @libexecdir@
28datadir = @datadir@
29sysconfdir = @sysconfdir@
30sharedstatedir = @sharedstatedir@
31localstatedir = @localstatedir@
32libdir = @libdir@
33infodir = @infodir@
34mandir = @mandir@
35includedir = @includedir@
36oldincludedir = /usr/include
37
38DESTDIR =
39
40pkgdatadir = $(datadir)/@PACKAGE@
41pkglibdir = $(libdir)/@PACKAGE@
42pkgincludedir = $(includedir)/@PACKAGE@
43
44top_builddir = .
45
46ACLOCAL = @ACLOCAL@
47AUTOCONF = @AUTOCONF@
48AUTOMAKE = @AUTOMAKE@
49AUTOHEADER = @AUTOHEADER@
50
51INSTALL = @INSTALL@
52INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
53INSTALL_DATA = @INSTALL_DATA@
54INSTALL_SCRIPT = @INSTALL_SCRIPT@
55transform = @program_transform_name@
56
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63host_alias = @host_alias@
64host_triplet = @host@
65AS = @AS@
66CC = @CC@
67CXX = @CXX@
68DLLTOOL = @DLLTOOL@
69ECHO = @ECHO@
70EXEEXT = @EXEEXT@
71HAVE_LIB = @HAVE_LIB@
72LIB = @LIB@
73LIBTOOL = @LIBTOOL@
74LN_S = @LN_S@
75LTLIB = @LTLIB@
76MAKEINFO = @MAKEINFO@
77OBJDUMP = @OBJDUMP@
78OBJEXT = @OBJEXT@
79PACKAGE = @PACKAGE@
80PKG_CONFIG = @PKG_CONFIG@
81RANLIB = @RANLIB@
82STRIP = @STRIP@
83VERSION = @VERSION@
84
85AUTOMAKE_OPTIONS = foreign
86
87INCLUDES = @DEFAULT_CFLAGS@
88LDADD = @DEFAULT_LIBS@
89
90libt2n_example2_client_SOURCES = client.cpp
91
92bin_PROGRAMS = libt2n-example2-client
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_CLEAN_FILES =
96bin_PROGRAMS = libt2n-example2-client$(EXEEXT)
97PROGRAMS = $(bin_PROGRAMS)
98
99
100DEFS = @DEFS@ -I. -I$(srcdir)
101CPPFLAGS = @CPPFLAGS@
102LDFLAGS = @LDFLAGS@
103LIBS = @LIBS@
104libt2n_example2_client_OBJECTS = client.$(OBJEXT)
105libt2n_example2_client_LDADD = $(LDADD)
106libt2n_example2_client_DEPENDENCIES =
107libt2n_example2_client_LDFLAGS =
108CXXFLAGS = @CXXFLAGS@
109CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
110LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111CXXLD = $(CXX)
112CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
113DIST_COMMON = README COPYING Makefile.am Makefile.in aclocal.m4 \
114config.guess config.sub configure configure.in install-sh ltmain.sh \
115missing mkinstalldirs
116
117
118DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
120TAR = gtar
121GZIP_ENV = --best
122DEP_FILES = .deps/client.P
123SOURCES = $(libt2n_example2_client_SOURCES)
124OBJECTS = $(libt2n_example2_client_OBJECTS)
125
126all: 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
132Makefile: $(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
139config.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
144mostlyclean-binPROGRAMS:
145
146clean-binPROGRAMS:
147 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
148
149distclean-binPROGRAMS:
150
151maintainer-clean-binPROGRAMS:
152
153install-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
163uninstall-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
180mostlyclean-compile:
181 -rm -f *.o core *.core
182 -rm -f *.$(OBJEXT)
183
184clean-compile:
185
186distclean-compile:
187 -rm -f *.tab.c
188
189maintainer-clean-compile:
190
191.s.lo:
192 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
193
194.S.lo:
195 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
196
197mostlyclean-libtool:
198 -rm -f *.lo
199
200clean-libtool:
201 -rm -rf .libs _libs
202
203distclean-libtool:
204
205maintainer-clean-libtool:
206
207libt2n-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
217tags: TAGS
218
219ID: $(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
227TAGS: $(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
237mostlyclean-tags:
238
239clean-tags:
240
241distclean-tags:
242 -rm -f TAGS ID
243
244maintainer-clean-tags:
245
246distdir = $(PACKAGE)-$(VERSION)
247top_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.
252distcheck: 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"
272dist: distdir
273 -chmod -R a+r $(distdir)
274 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
275 -rm -rf $(distdir)
276dist-all: distdir
277 -chmod -R a+r $(distdir)
278 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
279 -rm -rf $(distdir)
280distdir: $(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
300DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
301
302-include $(DEP_FILES)
303
304mostlyclean-depend:
305
306clean-depend:
307
308distclean-depend:
309 -rm -rf .deps
310
311maintainer-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
350info-am:
351info: info-am
352dvi-am:
353dvi: dvi-am
354check-am: all-am
355check: check-am
356installcheck-am:
357installcheck: installcheck-am
358install-exec-am: install-binPROGRAMS
359install-exec: install-exec-am
360
361install-data-am:
362install-data: install-data-am
363
364install-am: all-am
365 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
366install: install-am
367uninstall-am: uninstall-binPROGRAMS
368uninstall: uninstall-am
369all-am: Makefile $(PROGRAMS)
370all-redirect: all-am
371install-strip:
372 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
373installdirs:
374 $(mkinstalldirs) $(DESTDIR)$(bindir)
375
376
377mostlyclean-generic:
378
379clean-generic:
380
381distclean-generic:
382 -rm -f Makefile $(CONFIG_CLEAN_FILES)
383 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
384
385maintainer-clean-generic:
386mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
387 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
388 mostlyclean-generic
389
390mostlyclean: mostlyclean-am
391
392clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \
393 clean-depend clean-generic mostlyclean-am
394
395clean: clean-am
396
397distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \
398 distclean-tags distclean-depend distclean-generic \
399 clean-am
400 -rm -f libtool
401
402distclean: distclean-am
403 -rm -f config.status
404
405maintainer-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
412maintainer-clean: maintainer-clean-am
413 -rm -f config.status
414
415.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
416maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
417mostlyclean-compile distclean-compile clean-compile \
418maintainer-clean-compile mostlyclean-libtool distclean-libtool \
419clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
420distclean-tags clean-tags maintainer-clean-tags distdir \
421mostlyclean-depend distclean-depend clean-depend \
422maintainer-clean-depend info-am info dvi-am dvi check check-am \
423installcheck-am installcheck install-exec-am install-exec \
424install-data-am install-data install-am install uninstall-am uninstall \
425all-redirect all-am all installdirs mostlyclean-generic \
426distclean-generic clean-generic maintainer-clean-generic clean \
427mostlyclean 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: