/[pkg-freebob]/libfreebob/trunk/Makefile.in
ViewVC logotype

Contents of /libfreebob/trunk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 372 - (show annotations) (download)
Fri Jun 16 02:16:59 2006 UTC (6 years, 11 months ago) by marciotex-guest
File size: 21945 byte(s)
new upstream completed (again)
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
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.
9
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.
14
15 @SET_MAKE@
16
17 # Makefile.am - Makefile template
18 # Copyright (C) 2005 by Daniel Wagner.
19 #
20 # This file is part of FreeBoB.
21 #
22 # FreeBoB is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU General Public License as published by
24 # the Free Software Foundation; either version 2 of the License, or
25 # (at your option) any later version.
26 # FreeBoB is distributed in the hope that it will be useful,
27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 # GNU General Public License for more details.
30 # You should have received a copy of the GNU General Public License
31 # along with FreeBoB; if not, write to the Free Software
32 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
33
34 srcdir = @srcdir@
35 top_srcdir = @top_srcdir@
36 VPATH = @srcdir@
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40 top_builddir = .
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 INSTALL = @INSTALL@
43 install_sh_DATA = $(install_sh) -c -m 644
44 install_sh_PROGRAM = $(install_sh) -c
45 install_sh_SCRIPT = $(install_sh) -c
46 INSTALL_HEADER = $(INSTALL_DATA)
47 transform = $(program_transform_name)
48 NORMAL_INSTALL = :
49 PRE_INSTALL = :
50 POST_INSTALL = :
51 NORMAL_UNINSTALL = :
52 PRE_UNINSTALL = :
53 POST_UNINSTALL = :
54 build_triplet = @build@
55 host_triplet = @host@
56 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
57 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
58 $(srcdir)/libfreebob.pc.in $(top_srcdir)/configure AUTHORS \
59 COPYING ChangeLog INSTALL NEWS TODO compile config.guess \
60 config.sub depcomp install-sh ltmain.sh missing
61 subdir = .
62 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65 $(ACLOCAL_M4)
66 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67 configure.lineno configure.status.lineno
68 mkinstalldirs = $(install_sh) -d
69 CONFIG_HEADER = config.h
70 CONFIG_CLEAN_FILES = libfreebob.pc
71 SOURCES =
72 DIST_SOURCES =
73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74 html-recursive info-recursive install-data-recursive \
75 install-exec-recursive install-info-recursive \
76 install-recursive installcheck-recursive installdirs-recursive \
77 pdf-recursive ps-recursive uninstall-info-recursive \
78 uninstall-recursive
79 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80 am__vpath_adj = case $$p in \
81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82 *) f=$$p;; \
83 esac;
84 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
85 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
86 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
87 DATA = $(pkgconfig_DATA)
88 ETAGS = etags
89 CTAGS = ctags
90 DIST_SUBDIRS = $(SUBDIRS)
91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 distdir = $(PACKAGE)-$(VERSION)
93 top_distdir = $(distdir)
94 am__remove_distdir = \
95 { test ! -d $(distdir) \
96 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
97 && rm -fr $(distdir); }; }
98 DIST_ARCHIVES = $(distdir).tar.gz
99 GZIP_ENV = --best
100 distuninstallcheck_listfiles = find . -type f -print
101 distcleancheck_listfiles = find . -type f -print
102 ACLOCAL = @ACLOCAL@
103 ALSA_CFLAGS = @ALSA_CFLAGS@
104 ALSA_LIBS = @ALSA_LIBS@
105 AMDEP_FALSE = @AMDEP_FALSE@
106 AMDEP_TRUE = @AMDEP_TRUE@
107 AMTAR = @AMTAR@
108 AR = @AR@
109 AUTOCONF = @AUTOCONF@
110 AUTOHEADER = @AUTOHEADER@
111 AUTOMAKE = @AUTOMAKE@
112 AWK = @AWK@
113 CC = @CC@
114 CCAS = @CCAS@
115 CCASFLAGS = @CCASFLAGS@
116 CCDEPMODE = @CCDEPMODE@
117 CFLAGS = @CFLAGS@
118 CPP = @CPP@
119 CPPFLAGS = @CPPFLAGS@
120 CXX = @CXX@
121 CXXCPP = @CXXCPP@
122 CXXDEPMODE = @CXXDEPMODE@
123 CXXFLAGS = @CXXFLAGS@
124 CYGPATH_W = @CYGPATH_W@
125 DEFS = @DEFS@
126 DEPDIR = @DEPDIR@
127 ECHO = @ECHO@
128 ECHO_C = @ECHO_C@
129 ECHO_N = @ECHO_N@
130 ECHO_T = @ECHO_T@
131 EGREP = @EGREP@
132 EXEEXT = @EXEEXT@
133 F77 = @F77@
134 FFLAGS = @FFLAGS@
135 FREEBOB_MAJOR_VERSION = @FREEBOB_MAJOR_VERSION@
136 FREEBOB_MICRO_VERSION = @FREEBOB_MICRO_VERSION@
137 FREEBOB_MINOR_VERSION = @FREEBOB_MINOR_VERSION@
138 GREP = @GREP@
139 INSTALL_DATA = @INSTALL_DATA@
140 INSTALL_PROGRAM = @INSTALL_PROGRAM@
141 INSTALL_SCRIPT = @INSTALL_SCRIPT@
142 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
143 LDFLAGS = @LDFLAGS@
144 LIBAVC1394_CFLAGS = @LIBAVC1394_CFLAGS@
145 LIBAVC1394_LIBS = @LIBAVC1394_LIBS@
146 LIBIEC61883_CFLAGS = @LIBIEC61883_CFLAGS@
147 LIBIEC61883_LIBS = @LIBIEC61883_LIBS@
148 LIBOBJS = @LIBOBJS@
149 LIBRAW1394_CFLAGS = @LIBRAW1394_CFLAGS@
150 LIBRAW1394_LIBS = @LIBRAW1394_LIBS@
151 LIBS = @LIBS@
152 LIBSIGC_CFLAGS = @LIBSIGC_CFLAGS@
153 LIBSIGC_LIBS = @LIBSIGC_LIBS@
154 LIBTOOL = @LIBTOOL@
155 LIBXML_CFLAGS = @LIBXML_CFLAGS@
156 LIBXML_LIBS = @LIBXML_LIBS@
157 LN_S = @LN_S@
158 LTLIBOBJS = @LTLIBOBJS@
159 LT_VERSION = @LT_VERSION@
160 MAINT = @MAINT@
161 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
162 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
163 MAKEINFO = @MAKEINFO@
164 NM = @NM@
165 OBJEXT = @OBJEXT@
166 PACKAGE = @PACKAGE@
167 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
168 PACKAGE_NAME = @PACKAGE_NAME@
169 PACKAGE_STRING = @PACKAGE_STRING@
170 PACKAGE_TARNAME = @PACKAGE_TARNAME@
171 PACKAGE_VERSION = @PACKAGE_VERSION@
172 PATH_SEPARATOR = @PATH_SEPARATOR@
173 PKG_CONFIG = @PKG_CONFIG@
174 RANLIB = @RANLIB@
175 SED = @SED@
176 SET_MAKE = @SET_MAKE@
177 SHELL = @SHELL@
178 SORT = @SORT@
179 STRIP = @STRIP@
180 VERSION = @VERSION@
181 ac_ct_CC = @ac_ct_CC@
182 ac_ct_CXX = @ac_ct_CXX@
183 ac_ct_F77 = @ac_ct_F77@
184 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
185 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
186 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
187 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
188 am__include = @am__include@
189 am__leading_dot = @am__leading_dot@
190 am__quote = @am__quote@
191 am__tar = @am__tar@
192 am__untar = @am__untar@
193 bindir = @bindir@
194 build = @build@
195 build_alias = @build_alias@
196 build_cpu = @build_cpu@
197 build_os = @build_os@
198 build_vendor = @build_vendor@
199 datadir = @datadir@
200 datarootdir = @datarootdir@
201 docdir = @docdir@
202 dvidir = @dvidir@
203 exec_prefix = @exec_prefix@
204 host = @host@
205 host_alias = @host_alias@
206 host_cpu = @host_cpu@
207 host_os = @host_os@
208 host_vendor = @host_vendor@
209 htmldir = @htmldir@
210 includedir = @includedir@
211 infodir = @infodir@
212 install_sh = @install_sh@
213 libdir = @libdir@
214 libexecdir = @libexecdir@
215 localedir = @localedir@
216 localstatedir = @localstatedir@
217 mandir = @mandir@
218 mkdir_p = @mkdir_p@
219 oldincludedir = @oldincludedir@
220 pdfdir = @pdfdir@
221 prefix = @prefix@
222 program_transform_name = @program_transform_name@
223 psdir = @psdir@
224 sbindir = @sbindir@
225 sharedstatedir = @sharedstatedir@
226 sysconfdir = @sysconfdir@
227 target_alias = @target_alias@
228 SUBDIRS = libfreebob src tests
229 pkgconfigdir = $(libdir)/pkgconfig
230 pkgconfig_DATA = libfreebob.pc
231 all: config.h
232 $(MAKE) $(AM_MAKEFLAGS) all-recursive
233
234 .SUFFIXES:
235 am--refresh:
236 @:
237 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
238 @for dep in $?; do \
239 case '$(am__configure_deps)' in \
240 *$$dep*) \
241 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
242 cd $(srcdir) && $(AUTOMAKE) --gnu \
243 && exit 0; \
244 exit 1;; \
245 esac; \
246 done; \
247 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
248 cd $(top_srcdir) && \
249 $(AUTOMAKE) --gnu Makefile
250 .PRECIOUS: Makefile
251
252 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
253 $(SHELL) ./config.status --recheck
254
255 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
256 cd $(srcdir) && $(AUTOCONF)
257 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
258 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
259
260 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
261 @rm -f stamp-h1
262 cd $(top_builddir) && $(SHELL) ./config.status config.h
263
264 distclean-hdr:
265 -rm -f config.h stamp-h1
266 libfreebob.pc: $(top_builddir)/config.status $(srcdir)/libfreebob.pc.in
267 cd $(top_builddir) && $(SHELL) ./config.status $@
268
269 mostlyclean-libtool:
270 -rm -f *.lo
271
272 clean-libtool:
273 -rm -rf .libs _libs
274
275 distclean-libtool:
276 -rm -f libtool
277 uninstall-info-am:
278 install-pkgconfigDATA: $(pkgconfig_DATA)
279 @$(NORMAL_INSTALL)
280 test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
281 @list='$(pkgconfig_DATA)'; for p in $$list; do \
282 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
283 f=$(am__strip_dir) \
284 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
285 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
286 done
287
288 uninstall-pkgconfigDATA:
289 @$(NORMAL_UNINSTALL)
290 @list='$(pkgconfig_DATA)'; for p in $$list; do \
291 f=$(am__strip_dir) \
292 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
293 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
294 done
295
296 # This directory's subdirectories are mostly independent; you can cd
297 # into them and run `make' without going through this Makefile.
298 # To change the values of `make' variables: instead of editing Makefiles,
299 # (1) if the variable is set in `config.status', edit `config.status'
300 # (which will cause the Makefiles to be regenerated when you run `make');
301 # (2) otherwise, pass the desired values on the `make' command line.
302 $(RECURSIVE_TARGETS):
303 @failcom='exit 1'; \
304 for f in x $$MAKEFLAGS; do \
305 case $$f in \
306 *=* | --[!k]*);; \
307 *k*) failcom='fail=yes';; \
308 esac; \
309 done; \
310 dot_seen=no; \
311 target=`echo $@ | sed s/-recursive//`; \
312 list='$(SUBDIRS)'; for subdir in $$list; do \
313 echo "Making $$target in $$subdir"; \
314 if test "$$subdir" = "."; then \
315 dot_seen=yes; \
316 local_target="$$target-am"; \
317 else \
318 local_target="$$target"; \
319 fi; \
320 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
321 || eval $$failcom; \
322 done; \
323 if test "$$dot_seen" = "no"; then \
324 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
325 fi; test -z "$$fail"
326
327 mostlyclean-recursive clean-recursive distclean-recursive \
328 maintainer-clean-recursive:
329 @failcom='exit 1'; \
330 for f in x $$MAKEFLAGS; do \
331 case $$f in \
332 *=* | --[!k]*);; \
333 *k*) failcom='fail=yes';; \
334 esac; \
335 done; \
336 dot_seen=no; \
337 case "$@" in \
338 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
339 *) list='$(SUBDIRS)' ;; \
340 esac; \
341 rev=''; for subdir in $$list; do \
342 if test "$$subdir" = "."; then :; else \
343 rev="$$subdir $$rev"; \
344 fi; \
345 done; \
346 rev="$$rev ."; \
347 target=`echo $@ | sed s/-recursive//`; \
348 for subdir in $$rev; do \
349 echo "Making $$target in $$subdir"; \
350 if test "$$subdir" = "."; then \
351 local_target="$$target-am"; \
352 else \
353 local_target="$$target"; \
354 fi; \
355 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356 || eval $$failcom; \
357 done && test -z "$$fail"
358 tags-recursive:
359 list='$(SUBDIRS)'; for subdir in $$list; do \
360 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
361 done
362 ctags-recursive:
363 list='$(SUBDIRS)'; for subdir in $$list; do \
364 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
365 done
366
367 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
368 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
369 unique=`for i in $$list; do \
370 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371 done | \
372 $(AWK) ' { files[$$0] = 1; } \
373 END { for (i in files) print i; }'`; \
374 mkid -fID $$unique
375 tags: TAGS
376
377 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
378 $(TAGS_FILES) $(LISP)
379 tags=; \
380 here=`pwd`; \
381 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
382 include_option=--etags-include; \
383 empty_fix=.; \
384 else \
385 include_option=--include; \
386 empty_fix=; \
387 fi; \
388 list='$(SUBDIRS)'; for subdir in $$list; do \
389 if test "$$subdir" = .; then :; else \
390 test ! -f $$subdir/TAGS || \
391 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
392 fi; \
393 done; \
394 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
395 unique=`for i in $$list; do \
396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397 done | \
398 $(AWK) ' { files[$$0] = 1; } \
399 END { for (i in files) print i; }'`; \
400 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
401 test -n "$$unique" || unique=$$empty_fix; \
402 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
403 $$tags $$unique; \
404 fi
405 ctags: CTAGS
406 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
407 $(TAGS_FILES) $(LISP)
408 tags=; \
409 here=`pwd`; \
410 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
411 unique=`for i in $$list; do \
412 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
413 done | \
414 $(AWK) ' { files[$$0] = 1; } \
415 END { for (i in files) print i; }'`; \
416 test -z "$(CTAGS_ARGS)$$tags$$unique" \
417 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
418 $$tags $$unique
419
420 GTAGS:
421 here=`$(am__cd) $(top_builddir) && pwd` \
422 && cd $(top_srcdir) \
423 && gtags -i $(GTAGS_ARGS) $$here
424
425 distclean-tags:
426 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
427
428 distdir: $(DISTFILES)
429 $(am__remove_distdir)
430 mkdir $(distdir)
431 $(mkdir_p) $(distdir)/.
432 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
433 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
434 list='$(DISTFILES)'; for file in $$list; do \
435 case $$file in \
436 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
437 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
438 esac; \
439 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
440 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
441 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
442 dir="/$$dir"; \
443 $(mkdir_p) "$(distdir)$$dir"; \
444 else \
445 dir=''; \
446 fi; \
447 if test -d $$d/$$file; then \
448 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
449 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
450 fi; \
451 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
452 else \
453 test -f $(distdir)/$$file \
454 || cp -p $$d/$$file $(distdir)/$$file \
455 || exit 1; \
456 fi; \
457 done
458 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
459 if test "$$subdir" = .; then :; else \
460 test -d "$(distdir)/$$subdir" \
461 || $(mkdir_p) "$(distdir)/$$subdir" \
462 || exit 1; \
463 distdir=`$(am__cd) $(distdir) && pwd`; \
464 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
465 (cd $$subdir && \
466 $(MAKE) $(AM_MAKEFLAGS) \
467 top_distdir="$$top_distdir" \
468 distdir="$$distdir/$$subdir" \
469 distdir) \
470 || exit 1; \
471 fi; \
472 done
473 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
474 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
475 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
476 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
477 || chmod -R a+r $(distdir)
478 dist-gzip: distdir
479 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
480 $(am__remove_distdir)
481
482 dist-bzip2: distdir
483 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
484 $(am__remove_distdir)
485
486 dist-tarZ: distdir
487 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
488 $(am__remove_distdir)
489
490 dist-shar: distdir
491 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
492 $(am__remove_distdir)
493
494 dist-zip: distdir
495 -rm -f $(distdir).zip
496 zip -rq $(distdir).zip $(distdir)
497 $(am__remove_distdir)
498
499 dist dist-all: distdir
500 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
501 $(am__remove_distdir)
502
503 # This target untars the dist file and tries a VPATH configuration. Then
504 # it guarantees that the distribution is self-contained by making another
505 # tarfile.
506 distcheck: dist
507 case '$(DIST_ARCHIVES)' in \
508 *.tar.gz*) \
509 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
510 *.tar.bz2*) \
511 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
512 *.tar.Z*) \
513 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
514 *.shar.gz*) \
515 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
516 *.zip*) \
517 unzip $(distdir).zip ;;\
518 esac
519 chmod -R a-w $(distdir); chmod a+w $(distdir)
520 mkdir $(distdir)/_build
521 mkdir $(distdir)/_inst
522 chmod a-w $(distdir)
523 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
524 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
525 && cd $(distdir)/_build \
526 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
527 $(DISTCHECK_CONFIGURE_FLAGS) \
528 && $(MAKE) $(AM_MAKEFLAGS) \
529 && $(MAKE) $(AM_MAKEFLAGS) dvi \
530 && $(MAKE) $(AM_MAKEFLAGS) check \
531 && $(MAKE) $(AM_MAKEFLAGS) install \
532 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
533 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
534 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
535 distuninstallcheck \
536 && chmod -R a-w "$$dc_install_base" \
537 && ({ \
538 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
539 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
540 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
541 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
542 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
543 } || { rm -rf "$$dc_destdir"; exit 1; }) \
544 && rm -rf "$$dc_destdir" \
545 && $(MAKE) $(AM_MAKEFLAGS) dist \
546 && rm -rf $(DIST_ARCHIVES) \
547 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
548 $(am__remove_distdir)
549 @(echo "$(distdir) archives ready for distribution: "; \
550 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
551 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
552 distuninstallcheck:
553 @cd $(distuninstallcheck_dir) \
554 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
555 || { echo "ERROR: files left after uninstall:" ; \
556 if test -n "$(DESTDIR)"; then \
557 echo " (check DESTDIR support)"; \
558 fi ; \
559 $(distuninstallcheck_listfiles) ; \
560 exit 1; } >&2
561 distcleancheck: distclean
562 @if test '$(srcdir)' = . ; then \
563 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
564 exit 1 ; \
565 fi
566 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
567 || { echo "ERROR: files left in build directory after distclean:" ; \
568 $(distcleancheck_listfiles) ; \
569 exit 1; } >&2
570 check-am: all-am
571 check: check-recursive
572 all-am: Makefile $(DATA) config.h
573 installdirs: installdirs-recursive
574 installdirs-am:
575 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
576 test -z "$$dir" || $(mkdir_p) "$$dir"; \
577 done
578 install: install-recursive
579 install-exec: install-exec-recursive
580 install-data: install-data-recursive
581 uninstall: uninstall-recursive
582
583 install-am: all-am
584 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585
586 installcheck: installcheck-recursive
587 install-strip:
588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590 `test -z '$(STRIP)' || \
591 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
592 mostlyclean-generic:
593
594 clean-generic:
595
596 distclean-generic:
597 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
598
599 maintainer-clean-generic:
600 @echo "This command is intended for maintainers to use"
601 @echo "it deletes files that may require special tools to rebuild."
602 clean: clean-recursive
603
604 clean-am: clean-generic clean-libtool mostlyclean-am
605
606 distclean: distclean-recursive
607 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
608 -rm -f Makefile
609 distclean-am: clean-am distclean-generic distclean-hdr \
610 distclean-libtool distclean-tags
611
612 dvi: dvi-recursive
613
614 dvi-am:
615
616 html: html-recursive
617
618 info: info-recursive
619
620 info-am:
621
622 install-data-am: install-pkgconfigDATA
623
624 install-exec-am:
625
626 install-info: install-info-recursive
627
628 install-man:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-recursive
633 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
634 -rm -rf $(top_srcdir)/autom4te.cache
635 -rm -f Makefile
636 maintainer-clean-am: distclean-am maintainer-clean-generic
637
638 mostlyclean: mostlyclean-recursive
639
640 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
641
642 pdf: pdf-recursive
643
644 pdf-am:
645
646 ps: ps-recursive
647
648 ps-am:
649
650 uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
651
652 uninstall-info: uninstall-info-recursive
653
654 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
655 check-am clean clean-generic clean-libtool clean-recursive \
656 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
657 dist-shar dist-tarZ dist-zip distcheck distclean \
658 distclean-generic distclean-hdr distclean-libtool \
659 distclean-recursive distclean-tags distcleancheck distdir \
660 distuninstallcheck dvi dvi-am html html-am info info-am \
661 install install-am install-data install-data-am install-exec \
662 install-exec-am install-info install-info-am install-man \
663 install-pkgconfigDATA install-strip installcheck \
664 installcheck-am installdirs installdirs-am maintainer-clean \
665 maintainer-clean-generic maintainer-clean-recursive \
666 mostlyclean mostlyclean-generic mostlyclean-libtool \
667 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
668 uninstall uninstall-am uninstall-info-am \
669 uninstall-pkgconfigDATA
670
671
672 $(srcdir)/configure: configure.ac aclocal.m4
673 cd $(srcdir) && autoconf
674
675 # autoheader might not change config.h.in, so touch a stamp file.
676 $(srcdir)/config.h.in: stamp-h.in
677 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
678 cd $(srcdir) && autoheader
679 echo timestamp > $(srcdir)/stamp-h.in
680
681 config.h: stamp-h
682 stamp-h: config.h.in config.status
683 ./config.status
684
685 Makefile: Makefile.am config.status
686 ./config.status
687
688 config.status: configure
689 ./config.status --recheck
690 # Tell versions [3.59,3.63) of GNU make to not export all variables.
691 # Otherwise a system limit (for SysV at least) may be exceeded.
692 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.5