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