Release tarball for barry-0.6
[barry.git] / src / Makefile.in
blobbcfab0526b92191780b422afa8eda588a2af7fa8
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@
18 SOURCES = $(libbarry_la_SOURCES)
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 top_builddir = ..
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = @INSTALL@
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 subdir = src
43 DIST_COMMON = $(include_barry_HEADERS) $(srcdir)/Makefile.am \
44 $(srcdir)/Makefile.in
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
47 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49 mkinstalldirs = $(install_sh) -d
50 CONFIG_HEADER = $(top_builddir)/config.h
51 CONFIG_CLEAN_FILES =
52 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53 am__vpath_adj = case $$p in \
54 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55 *) f=$$p;; \
56 esac;
57 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58 am__installdirs = "$(DESTDIR)$(libdir)" \
59 "$(DESTDIR)$(include_barrydir)"
60 libLTLIBRARIES_INSTALL = $(INSTALL)
61 LTLIBRARIES = $(lib_LTLIBRARIES)
62 am__DEPENDENCIES_1 =
63 libbarry_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
64 am_libbarry_la_OBJECTS = time.lo base64.lo parser.lo data.lo \
65 usbwrap.lo probe.lo common.lo error.lo ldif.lo socket.lo \
66 protocol.lo record.lo packet.lo controller.lo version.lo
67 libbarry_la_OBJECTS = $(am_libbarry_la_OBJECTS)
68 depcomp = $(SHELL) $(top_srcdir)/depcomp
69 am__depfiles_maybe = depfiles
70 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
72 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
73 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74 $(AM_CXXFLAGS) $(CXXFLAGS)
75 CXXLD = $(CXX)
76 CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
77 $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
78 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
81 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
82 $(AM_CFLAGS) $(CFLAGS)
83 CCLD = $(CC)
84 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
85 $(AM_LDFLAGS) $(LDFLAGS) -o $@
86 SOURCES = $(libbarry_la_SOURCES)
87 DIST_SOURCES = $(libbarry_la_SOURCES)
88 include_barryHEADERS_INSTALL = $(INSTALL_HEADER)
89 HEADERS = $(include_barry_HEADERS)
90 ETAGS = etags
91 CTAGS = ctags
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 ACLOCAL = @ACLOCAL@
94 AMDEP_FALSE = @AMDEP_FALSE@
95 AMDEP_TRUE = @AMDEP_TRUE@
96 AMTAR = @AMTAR@
97 AR = @AR@
98 AUTOCONF = @AUTOCONF@
99 AUTOHEADER = @AUTOHEADER@
100 AUTOMAKE = @AUTOMAKE@
101 AWK = @AWK@
102 BOOST_INC_PATH = @BOOST_INC_PATH@
103 BOOST_LIB_PATH = @BOOST_LIB_PATH@
104 CC = @CC@
105 CCDEPMODE = @CCDEPMODE@
106 CFLAGS = @CFLAGS@
107 CPP = @CPP@
108 CPPFLAGS = @CPPFLAGS@
109 CXX = @CXX@
110 CXXCPP = @CXXCPP@
111 CXXDEPMODE = @CXXDEPMODE@
112 CXXFLAGS = @CXXFLAGS@
113 CYGPATH_W = @CYGPATH_W@
114 DEFS = @DEFS@
115 DEPDIR = @DEPDIR@
116 ECHO = @ECHO@
117 ECHO_C = @ECHO_C@
118 ECHO_N = @ECHO_N@
119 ECHO_T = @ECHO_T@
120 EGREP = @EGREP@
121 EXEEXT = @EXEEXT@
122 F77 = @F77@
123 FFLAGS = @FFLAGS@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
127 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
128 LDFLAGS = @LDFLAGS@
129 LIBOBJS = @LIBOBJS@
130 LIBS = @LIBS@
131 LIBTOOL = @LIBTOOL@
132 LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
133 LIBUSB_LIBS = @LIBUSB_LIBS@
134 LN_S = @LN_S@
135 LTLIBOBJS = @LTLIBOBJS@
136 MAKEINFO = @MAKEINFO@
137 OBJEXT = @OBJEXT@
138 OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
139 OPENSSL_LIBS = @OPENSSL_LIBS@
140 PACKAGE = @PACKAGE@
141 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142 PACKAGE_NAME = @PACKAGE_NAME@
143 PACKAGE_STRING = @PACKAGE_STRING@
144 PACKAGE_TARNAME = @PACKAGE_TARNAME@
145 PACKAGE_VERSION = @PACKAGE_VERSION@
146 PATH_SEPARATOR = @PATH_SEPARATOR@
147 PKG_CONFIG = @PKG_CONFIG@
148 RANLIB = @RANLIB@
149 SET_MAKE = @SET_MAKE@
150 SHELL = @SHELL@
151 STRIP = @STRIP@
152 VERSION = @VERSION@
153 WITH_BOOST_FALSE = @WITH_BOOST_FALSE@
154 WITH_BOOST_TRUE = @WITH_BOOST_TRUE@
155 ac_ct_AR = @ac_ct_AR@
156 ac_ct_CC = @ac_ct_CC@
157 ac_ct_CXX = @ac_ct_CXX@
158 ac_ct_F77 = @ac_ct_F77@
159 ac_ct_RANLIB = @ac_ct_RANLIB@
160 ac_ct_STRIP = @ac_ct_STRIP@
161 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
162 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
163 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
164 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
165 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
166 am__include = @am__include@
167 am__leading_dot = @am__leading_dot@
168 am__quote = @am__quote@
169 am__tar = @am__tar@
170 am__untar = @am__untar@
171 bindir = @bindir@
172 build = @build@
173 build_alias = @build_alias@
174 build_cpu = @build_cpu@
175 build_os = @build_os@
176 build_vendor = @build_vendor@
177 datadir = @datadir@
178 exec_prefix = @exec_prefix@
179 host = @host@
180 host_alias = @host_alias@
181 host_cpu = @host_cpu@
182 host_os = @host_os@
183 host_vendor = @host_vendor@
184 includedir = @includedir@
185 infodir = @infodir@
186 install_sh = @install_sh@
187 libdir = @libdir@
188 libexecdir = @libexecdir@
189 localstatedir = @localstatedir@
190 mandir = @mandir@
191 mkdir_p = @mkdir_p@
192 oldincludedir = @oldincludedir@
193 pkgconfigdir = @pkgconfigdir@
194 prefix = @prefix@
195 program_transform_name = @program_transform_name@
196 sbindir = @sbindir@
197 sharedstatedir = @sharedstatedir@
198 sysconfdir = @sysconfdir@
199 target_alias = @target_alias@
201 # The following version numbers are: current:revision:age
203 # See also: http://sources.redhat.com/autobook/autobook/autobook_91.html
205 # Current - number of the current interface of the library
206 # Revision - implementation number of most recent interface
207 # Age - number of previous additional interfaces supported by this library
209 # Libtool uses the following calculation for Linux:
211 # major = current - age
212 # suffix = major.age.revision
214 # Therefore a libtool version of 1.4.0 will translate to a filename of:
215 # libbarry.so.1.0.4
217 # Other operating systems just use current.revision, most of the time,
218 # and age is only used to subtract from current.
220 # Therefore, if you are careful never to increment the major version
221 # unless there is an incompatible break, you can get away with a
222 # two digit version number, and leave age as 0, always.
224 # Only ever increment the first 2 numbers in this version:
225 LIB_BARRY_VERSION = 0:6:0
227 # Disable the default -I. -I$(srcdir) -I$(topdir), etc, as our includes
228 # are proper anyway. :-)
229 DEFAULT_INCLUDES =
230 #INCLUDES = @PACKAGE_CXXFLAGS@ -I@LIBUSB_INC_PATH@
231 INCLUDES = $(LIBUSB_CFLAGS) $(OPENSSL_CFLAGS)
232 #AM_CXXFLAGS = -ansi -Wall -fno-strict-aliasing -g -D__DEBUG_MODE__
233 AM_CXXFLAGS = -ansi -Wall -fno-strict-aliasing -g
234 include_barrydir = ${includedir}/barry
236 #BOOSTFLAG = -D__BARRY_BOOST_MODE__ -I../../../../boost/rootdir/include/boost-1_33_1
237 #LDBOOST = ../../../../boost/rootdir/lib/libboost_serialization-gcc-mt-1_33_1.a
239 # Heavy duty C++ warnings
240 #WARNFLAGS = -ansi -pedantic -Wall -W -Wold-style-cast -Wfloat-equal -Wwrite-strings -Wno-long-long
241 #WARNFLAGS = -ansi -pedantic -Wall -W -Weffc++ -Woverloaded-virtual -Wold-style-cast -Wfloat-equal -Wwrite-strings -Wno-long-long -Werror
243 #LDFLAGS = ../../external/rootdir/libusb/lib/libusb.a $(LDBOOST) -lpthread $(LDDEBUG)
244 lib_LTLIBRARIES = libbarry.la
245 include_barry_HEADERS = barry.h \
246 builder.h \
247 common.h \
248 controller.h \
249 controllertmpl.h \
250 data.h \
251 error.h \
252 ldif.h \
253 parser.h \
254 probe.h \
255 protocol.h \
256 record.h \
257 socket.h \
258 time.h \
259 usbwrap.h \
260 version.h \
261 s11n-boost.h
263 libbarry_la_SOURCES = time.cc \
264 base64.cc base64.h \
265 parser.cc \
266 data.cc \
267 usbwrap.cc \
268 probe.cc \
269 common.cc \
270 error.cc \
271 ldif.cc \
272 socket.cc \
273 protocol.cc \
274 record.cc \
275 packet.cc packet.h \
276 controller.cc \
277 version.cc \
278 protostructs.h \
279 debug.h \
280 endian.h
282 libbarry_la_LIBADD = $(LIBUSB_LIBS) $(OPENSSL_LIBS)
283 libbarry_la_LDFLAGS = -version-info ${LIB_BARRY_VERSION}
284 all: all-am
286 .SUFFIXES:
287 .SUFFIXES: .cc .lo .o .obj
288 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
289 @for dep in $?; do \
290 case '$(am__configure_deps)' in \
291 *$$dep*) \
292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
293 && exit 0; \
294 exit 1;; \
295 esac; \
296 done; \
297 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
298 cd $(top_srcdir) && \
299 $(AUTOMAKE) --gnu src/Makefile
300 .PRECIOUS: Makefile
301 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302 @case '$?' in \
303 *config.status*) \
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
305 *) \
306 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
307 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
308 esac;
310 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(top_srcdir)/configure: $(am__configure_deps)
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
316 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
317 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
318 @$(NORMAL_INSTALL)
319 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
320 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
321 if test -f $$p; then \
322 f=$(am__strip_dir) \
323 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
324 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
325 else :; fi; \
326 done
328 uninstall-libLTLIBRARIES:
329 @$(NORMAL_UNINSTALL)
330 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
331 p=$(am__strip_dir) \
332 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
333 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
334 done
336 clean-libLTLIBRARIES:
337 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
338 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
339 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
340 test "$$dir" != "$$p" || dir=.; \
341 echo "rm -f \"$${dir}/so_locations\""; \
342 rm -f "$${dir}/so_locations"; \
343 done
344 libbarry.la: $(libbarry_la_OBJECTS) $(libbarry_la_DEPENDENCIES)
345 $(CXXLINK) -rpath $(libdir) $(libbarry_la_LDFLAGS) $(libbarry_la_OBJECTS) $(libbarry_la_LIBADD) $(LIBS)
347 mostlyclean-compile:
348 -rm -f *.$(OBJEXT)
350 distclean-compile:
351 -rm -f *.tab.c
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Plo@am__quote@
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/controller.Plo@am__quote@
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/data.Plo@am__quote@
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Plo@am__quote@
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Plo@am__quote@
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probe.Plo@am__quote@
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/record.Plo@am__quote@
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Plo@am__quote@
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Plo@am__quote@
366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usbwrap.Plo@am__quote@
367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
369 .cc.o:
370 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
371 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
372 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
376 .cc.obj:
377 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
378 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
379 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
380 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
383 .cc.lo:
384 @am__fastdepCXX_TRUE@ if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
385 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
386 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
387 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
390 mostlyclean-libtool:
391 -rm -f *.lo
393 clean-libtool:
394 -rm -rf .libs _libs
396 distclean-libtool:
397 -rm -f libtool
398 uninstall-info-am:
399 install-include_barryHEADERS: $(include_barry_HEADERS)
400 @$(NORMAL_INSTALL)
401 test -z "$(include_barrydir)" || $(mkdir_p) "$(DESTDIR)$(include_barrydir)"
402 @list='$(include_barry_HEADERS)'; for p in $$list; do \
403 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
404 f=$(am__strip_dir) \
405 echo " $(include_barryHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(include_barrydir)/$$f'"; \
406 $(include_barryHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(include_barrydir)/$$f"; \
407 done
409 uninstall-include_barryHEADERS:
410 @$(NORMAL_UNINSTALL)
411 @list='$(include_barry_HEADERS)'; for p in $$list; do \
412 f=$(am__strip_dir) \
413 echo " rm -f '$(DESTDIR)$(include_barrydir)/$$f'"; \
414 rm -f "$(DESTDIR)$(include_barrydir)/$$f"; \
415 done
417 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
418 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
419 unique=`for i in $$list; do \
420 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
421 done | \
422 $(AWK) ' { files[$$0] = 1; } \
423 END { for (i in files) print i; }'`; \
424 mkid -fID $$unique
425 tags: TAGS
427 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
428 $(TAGS_FILES) $(LISP)
429 tags=; \
430 here=`pwd`; \
431 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
432 unique=`for i in $$list; do \
433 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434 done | \
435 $(AWK) ' { files[$$0] = 1; } \
436 END { for (i in files) print i; }'`; \
437 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
438 test -n "$$unique" || unique=$$empty_fix; \
439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440 $$tags $$unique; \
442 ctags: CTAGS
443 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
444 $(TAGS_FILES) $(LISP)
445 tags=; \
446 here=`pwd`; \
447 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
448 unique=`for i in $$list; do \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 done | \
451 $(AWK) ' { files[$$0] = 1; } \
452 END { for (i in files) print i; }'`; \
453 test -z "$(CTAGS_ARGS)$$tags$$unique" \
454 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455 $$tags $$unique
457 GTAGS:
458 here=`$(am__cd) $(top_builddir) && pwd` \
459 && cd $(top_srcdir) \
460 && gtags -i $(GTAGS_ARGS) $$here
462 distclean-tags:
463 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465 distdir: $(DISTFILES)
466 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
467 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
468 list='$(DISTFILES)'; for file in $$list; do \
469 case $$file in \
470 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
471 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
472 esac; \
473 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
474 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
475 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
476 dir="/$$dir"; \
477 $(mkdir_p) "$(distdir)$$dir"; \
478 else \
479 dir=''; \
480 fi; \
481 if test -d $$d/$$file; then \
482 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
484 fi; \
485 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
486 else \
487 test -f $(distdir)/$$file \
488 || cp -p $$d/$$file $(distdir)/$$file \
489 || exit 1; \
490 fi; \
491 done
492 check-am: all-am
493 check: check-am
494 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
495 installdirs:
496 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(include_barrydir)"; do \
497 test -z "$$dir" || $(mkdir_p) "$$dir"; \
498 done
499 install: install-am
500 install-exec: install-exec-am
501 install-data: install-data-am
502 uninstall: uninstall-am
504 install-am: all-am
505 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507 installcheck: installcheck-am
508 install-strip:
509 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
510 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
511 `test -z '$(STRIP)' || \
512 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
513 mostlyclean-generic:
515 clean-generic:
517 distclean-generic:
518 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
520 maintainer-clean-generic:
521 @echo "This command is intended for maintainers to use"
522 @echo "it deletes files that may require special tools to rebuild."
523 clean: clean-am
525 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
526 mostlyclean-am
528 distclean: distclean-am
529 -rm -rf ./$(DEPDIR)
530 -rm -f Makefile
531 distclean-am: clean-am distclean-compile distclean-generic \
532 distclean-libtool distclean-tags
534 dvi: dvi-am
536 dvi-am:
538 html: html-am
540 info: info-am
542 info-am:
544 install-data-am: install-include_barryHEADERS
546 install-exec-am: install-libLTLIBRARIES
548 install-info: install-info-am
550 install-man:
552 installcheck-am:
554 maintainer-clean: maintainer-clean-am
555 -rm -rf ./$(DEPDIR)
556 -rm -f Makefile
557 maintainer-clean-am: distclean-am maintainer-clean-generic
559 mostlyclean: mostlyclean-am
561 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
562 mostlyclean-libtool
564 pdf: pdf-am
566 pdf-am:
568 ps: ps-am
570 ps-am:
572 uninstall-am: uninstall-include_barryHEADERS uninstall-info-am \
573 uninstall-libLTLIBRARIES
575 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
576 clean-libLTLIBRARIES clean-libtool ctags distclean \
577 distclean-compile distclean-generic distclean-libtool \
578 distclean-tags distdir dvi dvi-am html html-am info info-am \
579 install install-am install-data install-data-am install-exec \
580 install-exec-am install-include_barryHEADERS install-info \
581 install-info-am install-libLTLIBRARIES install-man \
582 install-strip installcheck installcheck-am installdirs \
583 maintainer-clean maintainer-clean-generic mostlyclean \
584 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
585 pdf pdf-am ps ps-am tags uninstall uninstall-am \
586 uninstall-include_barryHEADERS uninstall-info-am \
587 uninstall-libLTLIBRARIES
589 # Tell versions [3.59,3.63) of GNU make to not export all variables.
590 # Otherwise a system limit (for SysV at least) may be exceeded.
591 .NOEXPORT: