Release tarball for barry-0.4
[barry.git] / examples / Makefile.in
blob6ff3681fb9960ab04e13e79f2ee461bb535a2202
1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 SOURCES = $(addcontact_SOURCES)
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = ..
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 noinst_PROGRAMS = addcontact$(EXEEXT)
42 subdir = examples
43 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48 mkinstalldirs = $(install_sh) -d
49 CONFIG_HEADER = $(top_builddir)/config.h
50 CONFIG_CLEAN_FILES =
51 PROGRAMS = $(noinst_PROGRAMS)
52 am_addcontact_OBJECTS = addcontact.$(OBJEXT)
53 addcontact_OBJECTS = $(am_addcontact_OBJECTS)
54 addcontact_DEPENDENCIES = ../src/libbarry.la
55 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
56 depcomp = $(SHELL) $(top_srcdir)/depcomp
57 am__depfiles_maybe = depfiles
58 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
59 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
60 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
61 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
62 $(AM_CXXFLAGS) $(CXXFLAGS)
63 CXXLD = $(CXX)
64 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
65 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
66 SOURCES = $(addcontact_SOURCES)
67 DIST_SOURCES = $(addcontact_SOURCES)
68 ETAGS = etags
69 CTAGS = ctags
70 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71 ACLOCAL = @ACLOCAL@
72 AMDEP_FALSE = @AMDEP_FALSE@
73 AMDEP_TRUE = @AMDEP_TRUE@
74 AMTAR = @AMTAR@
75 AR = @AR@
76 AUTOCONF = @AUTOCONF@
77 AUTOHEADER = @AUTOHEADER@
78 AUTOMAKE = @AUTOMAKE@
79 AWK = @AWK@
80 BOOST_INC_PATH = @BOOST_INC_PATH@
81 BOOST_LIB_PATH = @BOOST_LIB_PATH@
82 CC = @CC@
83 CCDEPMODE = @CCDEPMODE@
84 CFLAGS = @CFLAGS@
85 CPP = @CPP@
86 CPPFLAGS = @CPPFLAGS@
87 CXX = @CXX@
88 CXXCPP = @CXXCPP@
89 CXXDEPMODE = @CXXDEPMODE@
90 CXXFLAGS = @CXXFLAGS@
91 CYGPATH_W = @CYGPATH_W@
92 DEFS = @DEFS@
93 DEPDIR = @DEPDIR@
94 ECHO = @ECHO@
95 ECHO_C = @ECHO_C@
96 ECHO_N = @ECHO_N@
97 ECHO_T = @ECHO_T@
98 EGREP = @EGREP@
99 EXEEXT = @EXEEXT@
100 F77 = @F77@
101 FFLAGS = @FFLAGS@
102 INSTALL_DATA = @INSTALL_DATA@
103 INSTALL_PROGRAM = @INSTALL_PROGRAM@
104 INSTALL_SCRIPT = @INSTALL_SCRIPT@
105 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106 LDFLAGS = @LDFLAGS@
107 LIBOBJS = @LIBOBJS@
108 LIBS = @LIBS@
109 LIBTOOL = @LIBTOOL@
110 LIBUSB_INC_PATH = @LIBUSB_INC_PATH@
111 LIBUSB_LIB_PATH = @LIBUSB_LIB_PATH@
112 LN_S = @LN_S@
113 LTLIBOBJS = @LTLIBOBJS@
114 MAKEINFO = @MAKEINFO@
115 OBJEXT = @OBJEXT@
116 PACKAGE = @PACKAGE@
117 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
118 PACKAGE_NAME = @PACKAGE_NAME@
119 PACKAGE_STRING = @PACKAGE_STRING@
120 PACKAGE_TARNAME = @PACKAGE_TARNAME@
121 PACKAGE_VERSION = @PACKAGE_VERSION@
122 PATH_SEPARATOR = @PATH_SEPARATOR@
123 RANLIB = @RANLIB@
124 SET_MAKE = @SET_MAKE@
125 SHELL = @SHELL@
126 STRIP = @STRIP@
127 VERSION = @VERSION@
128 WITH_BOOST_FALSE = @WITH_BOOST_FALSE@
129 WITH_BOOST_TRUE = @WITH_BOOST_TRUE@
130 ac_ct_AR = @ac_ct_AR@
131 ac_ct_CC = @ac_ct_CC@
132 ac_ct_CXX = @ac_ct_CXX@
133 ac_ct_F77 = @ac_ct_F77@
134 ac_ct_RANLIB = @ac_ct_RANLIB@
135 ac_ct_STRIP = @ac_ct_STRIP@
136 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
137 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
138 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
139 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
140 am__include = @am__include@
141 am__leading_dot = @am__leading_dot@
142 am__quote = @am__quote@
143 am__tar = @am__tar@
144 am__untar = @am__untar@
145 bindir = @bindir@
146 build = @build@
147 build_alias = @build_alias@
148 build_cpu = @build_cpu@
149 build_os = @build_os@
150 build_vendor = @build_vendor@
151 datadir = @datadir@
152 exec_prefix = @exec_prefix@
153 host = @host@
154 host_alias = @host_alias@
155 host_cpu = @host_cpu@
156 host_os = @host_os@
157 host_vendor = @host_vendor@
158 includedir = @includedir@
159 infodir = @infodir@
160 install_sh = @install_sh@
161 libdir = @libdir@
162 libexecdir = @libexecdir@
163 localstatedir = @localstatedir@
164 mandir = @mandir@
165 mkdir_p = @mkdir_p@
166 oldincludedir = @oldincludedir@
167 prefix = @prefix@
168 program_transform_name = @program_transform_name@
169 sbindir = @sbindir@
170 sharedstatedir = @sharedstatedir@
171 sysconfdir = @sysconfdir@
172 target_alias = @target_alias@
174 #DEFAULT_INCLUDES =
175 INCLUDES = -I@LIBUSB_INC_PATH@
176 AM_CXXFLAGS = -ansi -Wall -g
177 addcontact_SOURCES = addcontact.cc
178 addcontact_LDADD = ../src/libbarry.la
179 all: all-am
181 .SUFFIXES:
182 .SUFFIXES: .cc .lo .o .obj
183 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
184 @for dep in $?; do \
185 case '$(am__configure_deps)' in \
186 *$$dep*) \
187 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
188 && exit 0; \
189 exit 1;; \
190 esac; \
191 done; \
192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
193 cd $(top_srcdir) && \
194 $(AUTOMAKE) --gnu examples/Makefile
195 .PRECIOUS: Makefile
196 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
197 @case '$?' in \
198 *config.status*) \
199 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
200 *) \
201 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
202 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
203 esac;
205 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
206 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208 $(top_srcdir)/configure: $(am__configure_deps)
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
213 clean-noinstPROGRAMS:
214 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
215 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
216 echo " rm -f $$p $$f"; \
217 rm -f $$p $$f ; \
218 done
219 addcontact$(EXEEXT): $(addcontact_OBJECTS) $(addcontact_DEPENDENCIES)
220 @rm -f addcontact$(EXEEXT)
221 $(CXXLINK) $(addcontact_LDFLAGS) $(addcontact_OBJECTS) $(addcontact_LDADD) $(LIBS)
223 mostlyclean-compile:
224 -rm -f *.$(OBJEXT)
226 distclean-compile:
227 -rm -f *.tab.c
229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addcontact.Po@am__quote@
231 .cc.o:
232 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
233 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
234 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
235 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
238 .cc.obj:
239 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
240 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
241 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
242 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
243 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
245 .cc.lo:
246 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
247 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
248 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
249 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
250 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
252 mostlyclean-libtool:
253 -rm -f *.lo
255 clean-libtool:
256 -rm -rf .libs _libs
258 distclean-libtool:
259 -rm -f libtool
260 uninstall-info-am:
262 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
263 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
264 unique=`for i in $$list; do \
265 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
266 done | \
267 $(AWK) ' { files[$$0] = 1; } \
268 END { for (i in files) print i; }'`; \
269 mkid -fID $$unique
270 tags: TAGS
272 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
273 $(TAGS_FILES) $(LISP)
274 tags=; \
275 here=`pwd`; \
276 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277 unique=`for i in $$list; do \
278 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279 done | \
280 $(AWK) ' { files[$$0] = 1; } \
281 END { for (i in files) print i; }'`; \
282 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
283 test -n "$$unique" || unique=$$empty_fix; \
284 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
285 $$tags $$unique; \
287 ctags: CTAGS
288 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
289 $(TAGS_FILES) $(LISP)
290 tags=; \
291 here=`pwd`; \
292 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
293 unique=`for i in $$list; do \
294 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295 done | \
296 $(AWK) ' { files[$$0] = 1; } \
297 END { for (i in files) print i; }'`; \
298 test -z "$(CTAGS_ARGS)$$tags$$unique" \
299 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
300 $$tags $$unique
302 GTAGS:
303 here=`$(am__cd) $(top_builddir) && pwd` \
304 && cd $(top_srcdir) \
305 && gtags -i $(GTAGS_ARGS) $$here
307 distclean-tags:
308 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
310 distdir: $(DISTFILES)
311 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
312 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
313 list='$(DISTFILES)'; for file in $$list; do \
314 case $$file in \
315 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
316 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
317 esac; \
318 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
319 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
320 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
321 dir="/$$dir"; \
322 $(mkdir_p) "$(distdir)$$dir"; \
323 else \
324 dir=''; \
325 fi; \
326 if test -d $$d/$$file; then \
327 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
328 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
329 fi; \
330 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
331 else \
332 test -f $(distdir)/$$file \
333 || cp -p $$d/$$file $(distdir)/$$file \
334 || exit 1; \
335 fi; \
336 done
337 check-am: all-am
338 check: check-am
339 all-am: Makefile $(PROGRAMS)
340 installdirs:
341 install: install-am
342 install-exec: install-exec-am
343 install-data: install-data-am
344 uninstall: uninstall-am
346 install-am: all-am
347 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
349 installcheck: installcheck-am
350 install-strip:
351 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
352 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
353 `test -z '$(STRIP)' || \
354 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
355 mostlyclean-generic:
357 clean-generic:
359 distclean-generic:
360 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
362 maintainer-clean-generic:
363 @echo "This command is intended for maintainers to use"
364 @echo "it deletes files that may require special tools to rebuild."
365 clean: clean-am
367 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
368 mostlyclean-am
370 distclean: distclean-am
371 -rm -rf ./$(DEPDIR)
372 -rm -f Makefile
373 distclean-am: clean-am distclean-compile distclean-generic \
374 distclean-libtool distclean-tags
376 dvi: dvi-am
378 dvi-am:
380 html: html-am
382 info: info-am
384 info-am:
386 install-data-am:
388 install-exec-am:
390 install-info: install-info-am
392 install-man:
394 installcheck-am:
396 maintainer-clean: maintainer-clean-am
397 -rm -rf ./$(DEPDIR)
398 -rm -f Makefile
399 maintainer-clean-am: distclean-am maintainer-clean-generic
401 mostlyclean: mostlyclean-am
403 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
404 mostlyclean-libtool
406 pdf: pdf-am
408 pdf-am:
410 ps: ps-am
412 ps-am:
414 uninstall-am: uninstall-info-am
416 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
417 clean-libtool clean-noinstPROGRAMS ctags distclean \
418 distclean-compile distclean-generic distclean-libtool \
419 distclean-tags distdir dvi dvi-am html html-am info info-am \
420 install install-am install-data install-data-am install-exec \
421 install-exec-am install-info install-info-am install-man \
422 install-strip installcheck installcheck-am installdirs \
423 maintainer-clean maintainer-clean-generic mostlyclean \
424 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
425 pdf pdf-am ps ps-am tags uninstall uninstall-am \
426 uninstall-info-am
428 # Tell versions [3.59,3.63) of GNU make to not export all variables.
429 # Otherwise a system limit (for SysV at least) may be exceeded.
430 .NOEXPORT: