217be93f231b0b54b8c6fdf3e5023fe6b0d78284
[framework/connectivity/libgphoto2.git] / packaging / Makefile
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # packaging/Makefile.  Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16
17
18 pkgdatadir = $(datadir)/libgphoto2
19 pkgincludedir = $(includedir)/libgphoto2
20 pkglibdir = $(libdir)/libgphoto2
21 pkglibexecdir = $(libexecdir)/libgphoto2
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = armv7l-unknown-linux-gnueabi
35 host_triplet = armv7l-unknown-linux-gnueabi
36 subdir = packaging
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-byteorder.m4 \
40         $(top_srcdir)/m4m/gp-camlibs.m4 \
41         $(top_srcdir)/m4m/gp-check-doxygen.m4 \
42         $(top_srcdir)/m4m/gp-check-library.m4 \
43         $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
44         $(top_srcdir)/m4m/gp-config-msg.m4 \
45         $(top_srcdir)/m4m/gp-documentation.m4 \
46         $(top_srcdir)/m4m/gp-gettext-hack.m4 \
47         $(top_srcdir)/m4m/gp-packaging.m4 \
48         $(top_srcdir)/m4m/gp-pkg-config.m4 \
49         $(top_srcdir)/m4m/gp-references.m4 \
50         $(top_srcdir)/m4m/gp-stdint.m4 $(top_srcdir)/m4m/gp-udev.m4 \
51         $(top_srcdir)/auto-m4/gettext.m4 \
52         $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
53         $(top_srcdir)/auto-m4/lib-link.m4 \
54         $(top_srcdir)/auto-m4/lib-prefix.m4 \
55         $(top_srcdir)/auto-m4/libtool.m4 \
56         $(top_srcdir)/auto-m4/ltoptions.m4 \
57         $(top_srcdir)/auto-m4/ltsugar.m4 \
58         $(top_srcdir)/auto-m4/ltversion.m4 \
59         $(top_srcdir)/auto-m4/lt~obsolete.m4 \
60         $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
61         $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 mkinstalldirs = $(SHELL) $(top_srcdir)/auto-aux/mkinstalldirs
65 CONFIG_HEADER = $(top_builddir)/config.h
66 CONFIG_CLEAN_FILES =
67 CONFIG_CLEAN_VPATH_FILES =
68 SOURCES =
69 DIST_SOURCES =
70 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71         html-recursive info-recursive install-data-recursive \
72         install-dvi-recursive install-exec-recursive \
73         install-html-recursive install-info-recursive \
74         install-pdf-recursive install-ps-recursive install-recursive \
75         installcheck-recursive installdirs-recursive pdf-recursive \
76         ps-recursive uninstall-recursive
77 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
78   distclean-recursive maintainer-clean-recursive
79 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
80         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
81         distdir
82 ETAGS = etags
83 CTAGS = ctags
84 DIST_SUBDIRS = $(SUBDIRS)
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 am__relativize = \
87   dir0=`pwd`; \
88   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
89   sed_rest='s,^[^/]*/*,,'; \
90   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
91   sed_butlast='s,/*[^/]*$$,,'; \
92   while test -n "$$dir1"; do \
93     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
94     if test "$$first" != "."; then \
95       if test "$$first" = ".."; then \
96         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
97         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
98       else \
99         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
100         if test "$$first2" = "$$first"; then \
101           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
102         else \
103           dir2="../$$dir2"; \
104         fi; \
105         dir0="$$dir0"/"$$first"; \
106       fi; \
107     fi; \
108     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109   done; \
110   reldir="$$dir2"
111 ACLOCAL = ${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run aclocal-1.11
112 ALL_CURRENT_CAMLIBS = agfa_cl20 aox ax203 barbie canon casio_qv clicksmart310 digigr8 digita dimera3500 directory enigma13 gsmart300 hp215 iclick jamcam jd11 jl2005a kodak_dc120 kodak_dc210 kodak_dc240 kodak_ez200 largan lg_gsm mars panasonic_coolshot panasonic_l859 panasonic_dc1000 panasonic_dc1580 pccam300 pccam600 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ptp2 ricoh ricoh_g3 samsung sierra sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 soundvision spca50x sq905 st2205 stv0674 sx330z toshiba_pdrm11
113 ALL_DEFINED_CAMLIBS = agfa_cl20 aox ax203 barbie canon casio_qv clicksmart310 digigr8 digita dimera3500 directory enigma13 gsmart300 hp215 iclick jamcam jd11 jl2005a kodak_dc120 kodak_dc210 kodak_dc240 kodak_ez200 largan lg_gsm mars panasonic_coolshot panasonic_l859 panasonic_dc1000 panasonic_dc1580 pccam300 pccam600 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ptp2 ricoh ricoh_g3 samsung sierra sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 soundvision spca50x sq905 st2205 stv0674 sx330z toshiba_pdrm11 sipix_blink template
114 AMTAR = ${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run tar
115 AM_CFLAGS =  -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ -fPIC -Wall -Wmissing-declarations -Wmissing-prototypes
116 AM_CPPFLAGS =  -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2  -Wall -g -D_GPHOTO2_INTERNAL_CODE -D_GPHOTO2_SAMSUNG_PATCH_ -DLOCALEDIR=\"$(datadir)/locale\" -DCAMLIBS=\"$(camlibdir)\"
117 AM_CXXFLAGS =  -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__
118 AM_LDFLAGS =   -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib -Wall -g
119 AR = ar
120 AS = as
121 AUTOCONF = ${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run autoconf
122 AUTOHEADER = ${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run autoheader
123 AUTOMAKE = ${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run automake-1.11
124 AWK = gawk
125 BISON = 
126 BUILD_THESE_CAMLIBS =  agfa_cl20.la aox.la ax203.la barbie.la canon.la casio_qv.la clicksmart310.la digigr8.la digita.la dimera3500.la directory.la enigma13.la gsmart300.la hp215.la iclick.la jamcam.la jd11.la jl2005a.la kodak_dc120.la kodak_dc210.la kodak_dc240.la kodak_ez200.la largan.la lg_gsm.la mars.la panasonic_coolshot.la panasonic_l859.la panasonic_dc1000.la panasonic_dc1580.la pccam300.la pccam600.la polaroid_pdc320.la polaroid_pdc640.la polaroid_pdc700.la ptp2.la ricoh.la ricoh_g3.la samsung.la sierra.la sipix_blink2.la sipix_web2.la smal.la sonix.la sony_dscf1.la sony_dscf55.la soundvision.la spca50x.la sq905.la st2205.la stv0674.la sx330z.la toshiba_pdrm11.la
127 CAMLIB_LDFLAGS = -module -no-undefined -avoid-version -export-dynamic -export-symbols $(top_srcdir)/camlibs/camlib.sym
128 CAMLIB_LIBS = $(top_builddir)/libgphoto2/libgphoto2.la
129 CC = gcc
130 CCDEPMODE = depmode=gcc3
131 CFLAGS =  -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__ -fPIC -Wall -Wmissing-declarations -Wmissing-prototypes
132 CPP = gcc -E
133 CPPFLAGS =  -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2  -Wall -g -D_GPHOTO2_INTERNAL_CODE -D_GPHOTO2_SAMSUNG_PATCH_
134 CXX = g++
135 CXXCPP = g++ -E
136 CXXDEPMODE = depmode=gcc3
137 CXXFLAGS = -Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security  -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=vfpv3 -mfloat-abi=softfp -D__SOFTFP__
138 CYGPATH_W = echo
139 DEFS = -DHAVE_CONFIG_H
140 DEPDIR = .deps
141 DLLTOOL = dlltool
142 DOT = false
143 DOXYGEN = false
144 DOXYGEN_OUTPUT_DIR = doxygen-output
145 DSYMUTIL = 
146 DUMPBIN = 
147 ECHO_C = 
148 ECHO_N = -n
149 ECHO_T = 
150 EGREP = /bin/grep -E
151 EXEEXT = 
152 FGREP = /bin/grep -F
153 FLEX = 
154 GETTEXT_PACKAGE = libgphoto2-2
155 GMSGFMT = /usr/bin/msgfmt
156 GREP = /bin/grep
157 GTKDOC = 
158 HAVE_DOT = NO
159 HTML_APIDOC_DIR = libgphoto2-api.html
160 HTML_APIDOC_INTERNALS_DIR = libgphoto2-internals.html
161 INSTALL = /usr/bin/install -c
162 INSTALL_DATA = ${INSTALL} -m 644
163 INSTALL_PROGRAM = ${INSTALL}
164 INSTALL_SCRIPT = ${INSTALL}
165 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
166 INTLLIBS = 
167 LD = /usr/libexec/gcc/armv7l-tizen-linux-gnueabi/4.5.3/ld
168 LDFLAGS =  -Wl,--hash-style=both -Wl,--as-needed -Wl,--rpath=/usr/lib
169 LIBEXIF_CFLAGS = 
170 LIBEXIF_CONFIG_PROG = 
171 LIBEXIF_LIBS = 
172 LIBGD = 
173 LIBGPHOTO2_AGE = 4
174 LIBGPHOTO2_CURRENT = 6
175 LIBGPHOTO2_CURRENT_MIN = 2
176 LIBGPHOTO2_REVISION = 0
177 LIBGPHOTO2_VERSION_INFO = 6:0:4
178 LIBICONV = 
179 LIBINTL = 
180 LIBJPEG = 
181 LIBOBJS = 
182 LIBS = 
183 LIBTOOL = $(SHELL) $(top_builddir)/libtool
184 LIBUSB_CONFIG = /usr/bin/libusb-config
185 LIPO = 
186 LN_S = ln -s
187 LTLIBICONV = 
188 LTLIBINTL = 
189 LTLIBOBJS = 
190 MAIL_GPHOTO_DEVEL = <gphoto-devel@lists.sourceforge.net>
191 MAIL_GPHOTO_TRANSLATION = <gphoto-translation@lists.sourceforge.net>
192 MAIL_GPHOTO_USER = <gphoto-user@lists.sourceforge.net>
193 MAKEINFO = ${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/missing --run makeinfo
194 MKDIR_P = /bin/mkdir -p
195 MKINSTALLDIRS = $(top_builddir)/auto-aux/mkinstalldirs
196 MSGFMT = /usr/bin/msgfmt
197 MSGMERGE = /usr/bin/msgmerge
198 NM = /usr/bin/nm -B
199 NMEDIT = 
200 NO_UNUSED_CFLAGS = -Wno-unused
201 OBJDUMP = objdump
202 OBJEXT = o
203 OTOOL = 
204 OTOOL64 = 
205 PACKAGE = libgphoto2
206 PACKAGE_BUGREPORT = gphoto-devel@lists.sourceforge.net
207 PACKAGE_NAME = libgphoto2 photo camera library
208 PACKAGE_STRING = libgphoto2 photo camera library 2.4.11
209 PACKAGE_TARNAME = libgphoto2
210 PACKAGE_URL = 
211 PACKAGE_VERSION = 2.4.11
212 PATH_SEPARATOR = :
213 PKG_CONFIG = /usr/bin/pkg-config
214 PKG_CONFIG_LIBDIR = 
215 PKG_CONFIG_PATH = /usr/lib/pkgconfig:/usr/share/pkgconfig
216 POSUB = po
217 RANLIB = ranlib
218 REQUIREMENTS_FOR_LIBEXIF = libexif >= 0.6.13
219 RPMBUILD = rpmbuild
220 SED = sed
221 SET_MAKE = 
222 SHELL = /bin/sh
223 STRIP = strip
224 URL_DIGICAM_LIST = http://www.teaser.fr/~hfiguiere/linux/digicam.html
225 URL_GPHOTO_HOME = http://www.gphoto.org/
226 URL_GPHOTO_PROJECT = http://sourceforge.net/projects/gphoto
227 URL_JPHOTO_HOME = http://jphoto.sourceforge.net/
228 URL_USB_MASSSTORAGE = http://www.linux-usb.org/USB-guide/x498.html
229 USE_NLS = yes
230 VERSION = 2.4.11
231 XGETTEXT = /usr/bin/xgettext
232 abs_builddir = /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/packaging
233 abs_srcdir = /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/packaging
234 abs_top_builddir = /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11
235 abs_top_srcdir = /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11
236 ac_ct_CC = gcc
237 ac_ct_CXX = g++
238 ac_ct_DUMPBIN = 
239 am__include = include
240 am__leading_dot = .
241 am__quote = 
242 am__tar = ${AMTAR} chof - "$$tardir"
243 am__untar = ${AMTAR} xf -
244 apidocdir = ${prefix}/share/doc/libgphoto2/html/api
245 bindir = /usr/bin
246 build = armv7l-unknown-linux-gnueabi
247 build_alias = armv7l-unknown-linux-gnueabi
248 build_cpu = armv7l
249 build_os = linux-gnueabi
250 build_vendor = unknown
251 builddir = .
252 camlibdir = ${libdir}/libgphoto2/2.4.11
253 camlibdocdir = ${docdir}/camlibs
254 datadir = /usr/share
255 datarootdir = ${prefix}/share
256 docdir = ${prefix}/share/doc/libgphoto2
257 dvidir = ${docdir}
258 effective_target = armv7l-tizen-linux-gnueabi
259 exec_prefix = /usr
260 host = armv7l-unknown-linux-gnueabi
261 host_alias = armv7l-unknown-linux-gnueabi
262 host_cpu = armv7l
263 host_os = linux-gnueabi
264 host_vendor = unknown
265 hotplugdocdir = ${prefix}/share/doc/libgphoto2/linux-hotplug
266 hotplugusermapdir = ${prefix}/share/doc/libgphoto2/linux-hotplug
267 htmldir = ${prefix}/share/doc/libgphoto2/html
268 includedir = /usr/include
269 infodir = /usr/share/info
270 install_sh = ${SHELL} /home/abuild/rpmbuild/BUILD/libgphoto2-2.4.11/auto-aux/install-sh
271 libdir = /usr/lib
272 libexecdir = /usr/libexec
273 localedir = $(datadir)/locale
274 localstatedir = /var
275 lt_ECHO = echo
276 mandir = /usr/share/man
277 mkdir_p = /bin/mkdir -p
278 oldincludedir = /usr/include
279 pdfdir = ${docdir}
280 pkgconfigdir = ${libdir}/pkgconfig
281 prefix = /usr
282 program_transform_name = s&^&&
283 psdir = ${docdir}
284 sbindir = /usr/sbin
285 sharedstatedir = /var/lib
286 srcdir = .
287 subdirs =  libgphoto2_port
288 sysconfdir = /etc
289 target_alias = armv7l-tizen-linux-gnueabi
290 top_build_prefix = ../
291 top_builddir = ..
292 top_srcdir = ..
293 udevscriptdir = ${libdir}/udev
294 utilsdir = ${libdir}/${PACKAGE_TARNAME}
295 SUBDIRS = generic
296 all: all-recursive
297
298 .SUFFIXES:
299 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
300         @for dep in $?; do \
301           case '$(am__configure_deps)' in \
302             *$$dep*) \
303               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
304                 && { if test -f $@; then exit 0; else break; fi; }; \
305               exit 1;; \
306           esac; \
307         done; \
308         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu packaging/Makefile'; \
309         $(am__cd) $(top_srcdir) && \
310           $(AUTOMAKE) --gnu packaging/Makefile
311 .PRECIOUS: Makefile
312 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313         @case '$?' in \
314           *config.status*) \
315             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316           *) \
317             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319         esac;
320
321 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
324 $(top_srcdir)/configure:  $(am__configure_deps)
325         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
327         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328 $(am__aclocal_m4_deps):
329
330 mostlyclean-libtool:
331         -rm -f *.lo
332
333 clean-libtool:
334         -rm -rf .libs _libs
335
336 # This directory's subdirectories are mostly independent; you can cd
337 # into them and run `make' without going through this Makefile.
338 # To change the values of `make' variables: instead of editing Makefiles,
339 # (1) if the variable is set in `config.status', edit `config.status'
340 #     (which will cause the Makefiles to be regenerated when you run `make');
341 # (2) otherwise, pass the desired values on the `make' command line.
342 $(RECURSIVE_TARGETS):
343         @fail= failcom='exit 1'; \
344         for f in x $$MAKEFLAGS; do \
345           case $$f in \
346             *=* | --[!k]*);; \
347             *k*) failcom='fail=yes';; \
348           esac; \
349         done; \
350         dot_seen=no; \
351         target=`echo $@ | sed s/-recursive//`; \
352         list='$(SUBDIRS)'; for subdir in $$list; do \
353           echo "Making $$target in $$subdir"; \
354           if test "$$subdir" = "."; then \
355             dot_seen=yes; \
356             local_target="$$target-am"; \
357           else \
358             local_target="$$target"; \
359           fi; \
360           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361           || eval $$failcom; \
362         done; \
363         if test "$$dot_seen" = "no"; then \
364           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
365         fi; test -z "$$fail"
366
367 $(RECURSIVE_CLEAN_TARGETS):
368         @fail= failcom='exit 1'; \
369         for f in x $$MAKEFLAGS; do \
370           case $$f in \
371             *=* | --[!k]*);; \
372             *k*) failcom='fail=yes';; \
373           esac; \
374         done; \
375         dot_seen=no; \
376         case "$@" in \
377           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
378           *) list='$(SUBDIRS)' ;; \
379         esac; \
380         rev=''; for subdir in $$list; do \
381           if test "$$subdir" = "."; then :; else \
382             rev="$$subdir $$rev"; \
383           fi; \
384         done; \
385         rev="$$rev ."; \
386         target=`echo $@ | sed s/-recursive//`; \
387         for subdir in $$rev; do \
388           echo "Making $$target in $$subdir"; \
389           if test "$$subdir" = "."; then \
390             local_target="$$target-am"; \
391           else \
392             local_target="$$target"; \
393           fi; \
394           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
395           || eval $$failcom; \
396         done && test -z "$$fail"
397 tags-recursive:
398         list='$(SUBDIRS)'; for subdir in $$list; do \
399           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
400         done
401 ctags-recursive:
402         list='$(SUBDIRS)'; for subdir in $$list; do \
403           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
404         done
405
406 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
407         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
408         unique=`for i in $$list; do \
409             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410           done | \
411           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
412               END { if (nonempty) { for (i in files) print i; }; }'`; \
413         mkid -fID $$unique
414 tags: TAGS
415
416 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
417                 $(TAGS_FILES) $(LISP)
418         set x; \
419         here=`pwd`; \
420         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
421           include_option=--etags-include; \
422           empty_fix=.; \
423         else \
424           include_option=--include; \
425           empty_fix=; \
426         fi; \
427         list='$(SUBDIRS)'; for subdir in $$list; do \
428           if test "$$subdir" = .; then :; else \
429             test ! -f $$subdir/TAGS || \
430               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
431           fi; \
432         done; \
433         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
434         unique=`for i in $$list; do \
435             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436           done | \
437           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438               END { if (nonempty) { for (i in files) print i; }; }'`; \
439         shift; \
440         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441           test -n "$$unique" || unique=$$empty_fix; \
442           if test $$# -gt 0; then \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               "$$@" $$unique; \
445           else \
446             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447               $$unique; \
448           fi; \
449         fi
450 ctags: CTAGS
451 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
452                 $(TAGS_FILES) $(LISP)
453         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
454         unique=`for i in $$list; do \
455             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456           done | \
457           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458               END { if (nonempty) { for (i in files) print i; }; }'`; \
459         test -z "$(CTAGS_ARGS)$$unique" \
460           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461              $$unique
462
463 GTAGS:
464         here=`$(am__cd) $(top_builddir) && pwd` \
465           && $(am__cd) $(top_srcdir) \
466           && gtags -i $(GTAGS_ARGS) "$$here"
467
468 distclean-tags:
469         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
471 distdir: $(DISTFILES)
472         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
473         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474         list='$(DISTFILES)'; \
475           dist_files=`for file in $$list; do echo $$file; done | \
476           sed -e "s|^$$srcdirstrip/||;t" \
477               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
478         case $$dist_files in \
479           */*) $(MKDIR_P) `echo "$$dist_files" | \
480                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
481                            sort -u` ;; \
482         esac; \
483         for file in $$dist_files; do \
484           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
485           if test -d $$d/$$file; then \
486             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
487             if test -d "$(distdir)/$$file"; then \
488               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489             fi; \
490             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
491               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
492               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
493             fi; \
494             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
495           else \
496             test -f "$(distdir)/$$file" \
497             || cp -p $$d/$$file "$(distdir)/$$file" \
498             || exit 1; \
499           fi; \
500         done
501         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
502           if test "$$subdir" = .; then :; else \
503             test -d "$(distdir)/$$subdir" \
504             || $(MKDIR_P) "$(distdir)/$$subdir" \
505             || exit 1; \
506           fi; \
507         done
508         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
509           if test "$$subdir" = .; then :; else \
510             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
511             $(am__relativize); \
512             new_distdir=$$reldir; \
513             dir1=$$subdir; dir2="$(top_distdir)"; \
514             $(am__relativize); \
515             new_top_distdir=$$reldir; \
516             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
517             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
518             ($(am__cd) $$subdir && \
519               $(MAKE) $(AM_MAKEFLAGS) \
520                 top_distdir="$$new_top_distdir" \
521                 distdir="$$new_distdir" \
522                 am__remove_distdir=: \
523                 am__skip_length_check=: \
524                 am__skip_mode_fix=: \
525                 distdir) \
526               || exit 1; \
527           fi; \
528         done
529 check-am: all-am
530 check: check-recursive
531 all-am: Makefile
532 installdirs: installdirs-recursive
533 installdirs-am:
534 install: install-recursive
535 install-exec: install-exec-recursive
536 install-data: install-data-recursive
537 uninstall: uninstall-recursive
538
539 install-am: all-am
540         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
541
542 installcheck: installcheck-recursive
543 install-strip:
544         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
545           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
546           `test -z '$(STRIP)' || \
547             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
548 mostlyclean-generic:
549
550 clean-generic:
551
552 distclean-generic:
553         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
554         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
555
556 maintainer-clean-generic:
557         @echo "This command is intended for maintainers to use"
558         @echo "it deletes files that may require special tools to rebuild."
559 clean: clean-recursive
560
561 clean-am: clean-generic clean-libtool mostlyclean-am
562
563 distclean: distclean-recursive
564         -rm -f Makefile
565 distclean-am: clean-am distclean-generic distclean-tags
566
567 dvi: dvi-recursive
568
569 dvi-am:
570
571 html: html-recursive
572
573 html-am:
574
575 info: info-recursive
576
577 info-am:
578
579 install-data-am:
580
581 install-dvi: install-dvi-recursive
582
583 install-dvi-am:
584
585 install-exec-am:
586
587 install-html: install-html-recursive
588
589 install-html-am:
590
591 install-info: install-info-recursive
592
593 install-info-am:
594
595 install-man:
596
597 install-pdf: install-pdf-recursive
598
599 install-pdf-am:
600
601 install-ps: install-ps-recursive
602
603 install-ps-am:
604
605 installcheck-am:
606
607 maintainer-clean: maintainer-clean-recursive
608         -rm -f Makefile
609 maintainer-clean-am: distclean-am maintainer-clean-generic
610
611 mostlyclean: mostlyclean-recursive
612
613 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
614
615 pdf: pdf-recursive
616
617 pdf-am:
618
619 ps: ps-recursive
620
621 ps-am:
622
623 uninstall-am:
624
625 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
626         install-am install-strip tags-recursive
627
628 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
629         all all-am check check-am clean clean-generic clean-libtool \
630         ctags ctags-recursive distclean distclean-generic \
631         distclean-libtool distclean-tags distdir dvi dvi-am html \
632         html-am info info-am install install-am install-data \
633         install-data-am install-dvi install-dvi-am install-exec \
634         install-exec-am install-html install-html-am install-info \
635         install-info-am install-man install-pdf install-pdf-am \
636         install-ps install-ps-am install-strip installcheck \
637         installcheck-am installdirs installdirs-am maintainer-clean \
638         maintainer-clean-generic mostlyclean mostlyclean-generic \
639         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
640         uninstall uninstall-am
641
642
643 # Tell versions [3.59,3.63) of GNU make to not export all variables.
644 # Otherwise a system limit (for SysV at least) may be exceeded.
645 .NOEXPORT: