ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.in
Revision: 1.18
Committed: Wed Jul 10 01:51:40 2013 UTC (10 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_25
Changes since 1.17: +378 -184 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.18 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 pcg 1.1 # @configure_input@
3    
4 root 1.18 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5     # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6     # Foundation, Inc.
7 pcg 1.1 # 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     @SET_MAKE@
17     VPATH = @srcdir@
18 root 1.18 am__make_dryrun = \
19     { \
20     am__dry=no; \
21     case $$MAKEFLAGS in \
22     *\\[\ \ ]*) \
23     echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24     | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25     *) \
26     for am__flg in $$MAKEFLAGS; do \
27     case $$am__flg in \
28     *=*|--*) ;; \
29     *n*) am__dry=yes; break;; \
30     esac; \
31     done;; \
32     esac; \
33     test $$am__dry = yes; \
34     }
35 pcg 1.1 pkgdatadir = $(datadir)/@PACKAGE@
36 root 1.18 pkgincludedir = $(includedir)/@PACKAGE@
37 pcg 1.1 pkglibdir = $(libdir)/@PACKAGE@
38 root 1.18 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 pcg 1.1 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40     install_sh_DATA = $(install_sh) -c -m 644
41     install_sh_PROGRAM = $(install_sh) -c
42     install_sh_SCRIPT = $(install_sh) -c
43     INSTALL_HEADER = $(INSTALL_DATA)
44     transform = $(program_transform_name)
45     NORMAL_INSTALL = :
46     PRE_INSTALL = :
47     POST_INSTALL = :
48     NORMAL_UNINSTALL = :
49     PRE_UNINSTALL = :
50     POST_UNINSTALL = :
51 root 1.18 build_triplet = @build@
52 pcg 1.1 host_triplet = @host@
53 root 1.18 target_triplet = @target@
54     subdir = .
55     DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
56     $(srcdir)/Makefile.in $(srcdir)/config.h.in \
57     $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
58     INSTALL NEWS TODO config.guess config.rpath config.sub depcomp \
59     install-sh missing mkinstalldirs
60     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61     am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
62     $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
63     $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
64     $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/progtest.m4 \
65     $(top_srcdir)/m4/tuntap.m4 $(top_srcdir)/libev/libev.m4 \
66     $(top_srcdir)/configure.ac
67     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68     $(ACLOCAL_M4)
69     am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70     configure.lineno config.status.lineno
71     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
72     CONFIG_HEADER = config.h
73     CONFIG_CLEAN_FILES =
74     CONFIG_CLEAN_VPATH_FILES =
75     SOURCES =
76     DIST_SOURCES =
77     RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78     html-recursive info-recursive install-data-recursive \
79     install-dvi-recursive install-exec-recursive \
80     install-html-recursive install-info-recursive \
81     install-pdf-recursive install-ps-recursive install-recursive \
82     installcheck-recursive installdirs-recursive pdf-recursive \
83     ps-recursive uninstall-recursive
84     am__can_run_installinfo = \
85     case $$AM_UPDATE_INFO_DIR in \
86     n|no|NO) false;; \
87     *) (install-info --version) >/dev/null 2>&1;; \
88     esac
89     RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90     distclean-recursive maintainer-clean-recursive
91     AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92     $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
93     distdir dist dist-all distcheck
94     ETAGS = etags
95     CTAGS = ctags
96     DIST_SUBDIRS = $(SUBDIRS)
97     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98     distdir = $(PACKAGE)-$(VERSION)
99     top_distdir = $(distdir)
100     am__remove_distdir = \
101     if test -d "$(distdir)"; then \
102     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
103     && rm -rf "$(distdir)" \
104     || { sleep 5 && rm -rf "$(distdir)"; }; \
105     else :; fi
106     am__relativize = \
107     dir0=`pwd`; \
108     sed_first='s,^\([^/]*\)/.*$$,\1,'; \
109     sed_rest='s,^[^/]*/*,,'; \
110     sed_last='s,^.*/\([^/]*\)$$,\1,'; \
111     sed_butlast='s,/*[^/]*$$,,'; \
112     while test -n "$$dir1"; do \
113     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
114     if test "$$first" != "."; then \
115     if test "$$first" = ".."; then \
116     dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
117     dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
118     else \
119     first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
120     if test "$$first2" = "$$first"; then \
121     dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
122     else \
123     dir2="../$$dir2"; \
124     fi; \
125     dir0="$$dir0"/"$$first"; \
126     fi; \
127     fi; \
128     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
129     done; \
130     reldir="$$dir2"
131     DIST_ARCHIVES = $(distdir).tar.gz
132     GZIP_ENV = --best
133     distuninstallcheck_listfiles = find . -type f -print
134     am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
135     | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
136     distcleancheck_listfiles = find . -type f -print
137 pcg 1.1 ACLOCAL = @ACLOCAL@
138     ALLOCA = @ALLOCA@
139     AMTAR = @AMTAR@
140     AUTOCONF = @AUTOCONF@
141     AUTOHEADER = @AUTOHEADER@
142     AUTOMAKE = @AUTOMAKE@
143     AWK = @AWK@
144     CC = @CC@
145     CCDEPMODE = @CCDEPMODE@
146     CFLAGS = @CFLAGS@
147     CPP = @CPP@
148     CPPFLAGS = @CPPFLAGS@
149     CXX = @CXX@
150     CXXCPP = @CXXCPP@
151     CXXDEPMODE = @CXXDEPMODE@
152     CXXFLAGS = @CXXFLAGS@
153     CYGPATH_W = @CYGPATH_W@
154     DEFS = @DEFS@
155     DEPDIR = @DEPDIR@
156     ECHO_C = @ECHO_C@
157     ECHO_N = @ECHO_N@
158     ECHO_T = @ECHO_T@
159     EGREP = @EGREP@
160     EXEEXT = @EXEEXT@
161     GMSGFMT = @GMSGFMT@
162 pcg 1.12 GREP = @GREP@
163 pcg 1.1 HAVE_TUNTAP = @HAVE_TUNTAP@
164     IFSUBTYPE = @IFSUBTYPE@
165     IFTYPE = @IFTYPE@
166 pcg 1.9 INCLUDES = @INCLUDES@
167 root 1.18 INSTALL = @INSTALL@
168 pcg 1.1 INSTALL_DATA = @INSTALL_DATA@
169     INSTALL_PROGRAM = @INSTALL_PROGRAM@
170     INSTALL_SCRIPT = @INSTALL_SCRIPT@
171     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172     INTLLIBS = @INTLLIBS@
173     LDFLAGS = @LDFLAGS@
174 pcg 1.8 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
175 pcg 1.1 LIBICONV = @LIBICONV@
176     LIBINTL = @LIBINTL@
177     LIBOBJS = @LIBOBJS@
178 pcg 1.9 LIBS = @LIBS@
179 pcg 1.1 LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
180     LN_S = @LN_S@
181     LTLIBICONV = @LTLIBICONV@
182     LTLIBINTL = @LTLIBINTL@
183     LTLIBOBJS = @LTLIBOBJS@
184     MAINT = @MAINT@
185     MAKEINFO = @MAKEINFO@
186 root 1.18 MKDIR_P = @MKDIR_P@
187 pcg 1.1 MKINSTALLDIRS = @MKINSTALLDIRS@
188     MSGFMT = @MSGFMT@
189     MSGMERGE = @MSGMERGE@
190     OBJEXT = @OBJEXT@
191     PACKAGE = @PACKAGE@
192     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193     PACKAGE_NAME = @PACKAGE_NAME@
194     PACKAGE_STRING = @PACKAGE_STRING@
195     PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 root 1.17 PACKAGE_URL = @PACKAGE_URL@
197 pcg 1.1 PACKAGE_VERSION = @PACKAGE_VERSION@
198     PATH_SEPARATOR = @PATH_SEPARATOR@
199     POSUB = @POSUB@
200     RANLIB = @RANLIB@
201     SET_MAKE = @SET_MAKE@
202     SHELL = @SHELL@
203     STRIP = @STRIP@
204     USE_NLS = @USE_NLS@
205     VERSION = @VERSION@
206     XGETTEXT = @XGETTEXT@
207 root 1.18 abs_builddir = @abs_builddir@
208     abs_srcdir = @abs_srcdir@
209     abs_top_builddir = @abs_top_builddir@
210     abs_top_srcdir = @abs_top_srcdir@
211 pcg 1.1 ac_ct_CC = @ac_ct_CC@
212     ac_ct_CXX = @ac_ct_CXX@
213     am__include = @am__include@
214     am__leading_dot = @am__leading_dot@
215     am__quote = @am__quote@
216 root 1.18 am__tar = @am__tar@
217     am__untar = @am__untar@
218 pcg 1.1 bindir = @bindir@
219     build = @build@
220     build_alias = @build_alias@
221     build_cpu = @build_cpu@
222     build_os = @build_os@
223     build_vendor = @build_vendor@
224 root 1.18 builddir = @builddir@
225 pcg 1.1 datadir = @datadir@
226 pcg 1.12 datarootdir = @datarootdir@
227     docdir = @docdir@
228     dvidir = @dvidir@
229 pcg 1.1 exec_prefix = @exec_prefix@
230     host = @host@
231     host_alias = @host_alias@
232     host_cpu = @host_cpu@
233     host_os = @host_os@
234     host_vendor = @host_vendor@
235 pcg 1.12 htmldir = @htmldir@
236 pcg 1.1 includedir = @includedir@
237     infodir = @infodir@
238     install_sh = @install_sh@
239     libdir = @libdir@
240     libexecdir = @libexecdir@
241 pcg 1.12 localedir = @localedir@
242 pcg 1.1 localstatedir = @localstatedir@
243     mandir = @mandir@
244 root 1.18 mkdir_p = @mkdir_p@
245 pcg 1.1 oldincludedir = @oldincludedir@
246 pcg 1.12 pdfdir = @pdfdir@
247 pcg 1.1 prefix = @prefix@
248     program_transform_name = @program_transform_name@
249 pcg 1.12 psdir = @psdir@
250 pcg 1.1 sbindir = @sbindir@
251     sharedstatedir = @sharedstatedir@
252 root 1.18 srcdir = @srcdir@
253 pcg 1.1 sysconfdir = @sysconfdir@
254     target = @target@
255     target_alias = @target_alias@
256     target_cpu = @target_cpu@
257     target_os = @target_os@
258     target_vendor = @target_vendor@
259 root 1.18 top_build_prefix = @top_build_prefix@
260     top_builddir = @top_builddir@
261     top_srcdir = @top_srcdir@
262 pcg 1.9 AUTOMAKE_OPTIONS = gnu
263     SUBDIRS = m4 lib src doc po
264     ACLOCAL_AMFLAGS = -I m4
265 pcg 1.13 EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
266 pcg 1.16 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
267 pcg 1.13 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
268 pcg 1.14 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
269 pcg 1.13
270 pcg 1.9 CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
271     config.sub install-sh missing mkinstalldirs \
272 pcg 1.10 stamp-h.in m4/Makefile.am po/Makefile.in.in \
273 pcg 1.9 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
274     src/.libs intl depcomp
275 pcg 1.1
276 pcg 1.9 all: config.h
277     $(MAKE) $(AM_MAKEFLAGS) all-recursive
278 pcg 1.1
279 pcg 1.9 .SUFFIXES:
280 root 1.18 am--refresh: Makefile
281     @:
282     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
283     @for dep in $?; do \
284     case '$(am__configure_deps)' in \
285     *$$dep*) \
286     echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
287     $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
288     && exit 0; \
289     exit 1;; \
290     esac; \
291     done; \
292     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
293     $(am__cd) $(top_srcdir) && \
294     $(AUTOMAKE) --gnu Makefile
295     .PRECIOUS: Makefile
296     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
297     @case '$?' in \
298     *config.status*) \
299     echo ' $(SHELL) ./config.status'; \
300     $(SHELL) ./config.status;; \
301     *) \
302     echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
303     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
304     esac;
305 pcg 1.12
306 root 1.18 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
307 pcg 1.9 $(SHELL) ./config.status --recheck
308 pcg 1.11
309 root 1.18 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
310     $(am__cd) $(srcdir) && $(AUTOCONF)
311     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
312     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
313     $(am__aclocal_m4_deps):
314 pcg 1.9
315     config.h: stamp-h1
316 root 1.18 @if test ! -f $@; then rm -f stamp-h1; else :; fi
317     @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
318 pcg 1.9
319     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
320     @rm -f stamp-h1
321     cd $(top_builddir) && $(SHELL) ./config.status config.h
322 root 1.18 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
323     ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
324     rm -f stamp-h1
325     touch $@
326 pcg 1.1
327 pcg 1.9 distclean-hdr:
328     -rm -f config.h stamp-h1
329 pcg 1.1
330 pcg 1.6 # This directory's subdirectories are mostly independent; you can cd
331     # into them and run `make' without going through this Makefile.
332     # To change the values of `make' variables: instead of editing Makefiles,
333     # (1) if the variable is set in `config.status', edit `config.status'
334     # (which will cause the Makefiles to be regenerated when you run `make');
335     # (2) otherwise, pass the desired values on the `make' command line.
336     $(RECURSIVE_TARGETS):
337 root 1.18 @fail= failcom='exit 1'; \
338     for f in x $$MAKEFLAGS; do \
339     case $$f in \
340     *=* | --[!k]*);; \
341     *k*) failcom='fail=yes';; \
342     esac; \
343     done; \
344 pcg 1.6 dot_seen=no; \
345     target=`echo $@ | sed s/-recursive//`; \
346     list='$(SUBDIRS)'; for subdir in $$list; do \
347     echo "Making $$target in $$subdir"; \
348     if test "$$subdir" = "."; then \
349     dot_seen=yes; \
350     local_target="$$target-am"; \
351     else \
352     local_target="$$target"; \
353     fi; \
354 root 1.18 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
355     || eval $$failcom; \
356 pcg 1.6 done; \
357     if test "$$dot_seen" = "no"; then \
358     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
359     fi; test -z "$$fail"
360    
361 root 1.18 $(RECURSIVE_CLEAN_TARGETS):
362     @fail= failcom='exit 1'; \
363     for f in x $$MAKEFLAGS; do \
364     case $$f in \
365     *=* | --[!k]*);; \
366     *k*) failcom='fail=yes';; \
367     esac; \
368     done; \
369 pcg 1.6 dot_seen=no; \
370     case "$@" in \
371     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
372     *) list='$(SUBDIRS)' ;; \
373     esac; \
374     rev=''; for subdir in $$list; do \
375     if test "$$subdir" = "."; then :; else \
376     rev="$$subdir $$rev"; \
377     fi; \
378     done; \
379     rev="$$rev ."; \
380     target=`echo $@ | sed s/-recursive//`; \
381     for subdir in $$rev; do \
382     echo "Making $$target in $$subdir"; \
383     if test "$$subdir" = "."; then \
384     local_target="$$target-am"; \
385     else \
386     local_target="$$target"; \
387     fi; \
388 root 1.18 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389     || eval $$failcom; \
390 pcg 1.6 done && test -z "$$fail"
391     tags-recursive:
392     list='$(SUBDIRS)'; for subdir in $$list; do \
393 root 1.18 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
394 pcg 1.6 done
395     ctags-recursive:
396     list='$(SUBDIRS)'; for subdir in $$list; do \
397 root 1.18 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
398 pcg 1.6 done
399    
400 pcg 1.1 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
402     unique=`for i in $$list; do \
403     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404     done | \
405 root 1.18 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406     END { if (nonempty) { for (i in files) print i; }; }'`; \
407 pcg 1.1 mkid -fID $$unique
408 root 1.18 tags: TAGS
409 pcg 1.1
410 pcg 1.9 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
411 pcg 1.1 $(TAGS_FILES) $(LISP)
412 root 1.18 set x; \
413 pcg 1.1 here=`pwd`; \
414 root 1.18 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
415 pcg 1.6 include_option=--etags-include; \
416 root 1.18 empty_fix=.; \
417 pcg 1.6 else \
418     include_option=--include; \
419 root 1.18 empty_fix=; \
420 pcg 1.6 fi; \
421     list='$(SUBDIRS)'; for subdir in $$list; do \
422     if test "$$subdir" = .; then :; else \
423 root 1.18 test ! -f $$subdir/TAGS || \
424     set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
425 pcg 1.6 fi; \
426     done; \
427 pcg 1.9 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
428 pcg 1.1 unique=`for i in $$list; do \
429     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430     done | \
431 root 1.18 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432     END { if (nonempty) { for (i in files) print i; }; }'`; \
433     shift; \
434     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
435     test -n "$$unique" || unique=$$empty_fix; \
436     if test $$# -gt 0; then \
437     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438     "$$@" $$unique; \
439     else \
440     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441     $$unique; \
442     fi; \
443     fi
444 pcg 1.1 ctags: CTAGS
445 pcg 1.9 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
446 pcg 1.1 $(TAGS_FILES) $(LISP)
447 pcg 1.9 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
448 pcg 1.1 unique=`for i in $$list; do \
449     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450     done | \
451 root 1.18 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452     END { if (nonempty) { for (i in files) print i; }; }'`; \
453     test -z "$(CTAGS_ARGS)$$unique" \
454 pcg 1.1 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455 root 1.18 $$unique
456 pcg 1.1
457     GTAGS:
458     here=`$(am__cd) $(top_builddir) && pwd` \
459 root 1.18 && $(am__cd) $(top_srcdir) \
460     && gtags -i $(GTAGS_ARGS) "$$here"
461 pcg 1.1
462     distclean-tags:
463     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464    
465     distdir: $(DISTFILES)
466 pcg 1.9 $(am__remove_distdir)
467 root 1.18 test -d "$(distdir)" || mkdir "$(distdir)"
468     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470     list='$(DISTFILES)'; \
471     dist_files=`for file in $$list; do echo $$file; done | \
472     sed -e "s|^$$srcdirstrip/||;t" \
473     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474     case $$dist_files in \
475     */*) $(MKDIR_P) `echo "$$dist_files" | \
476     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477     sort -u` ;; \
478     esac; \
479     for file in $$dist_files; do \
480 pcg 1.1 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481     if test -d $$d/$$file; then \
482 root 1.18 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483     if test -d "$(distdir)/$$file"; then \
484     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485     fi; \
486 pcg 1.1 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487 root 1.18 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489 pcg 1.1 fi; \
490 root 1.18 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
491 pcg 1.1 else \
492 root 1.18 test -f "$(distdir)/$$file" \
493     || cp -p $$d/$$file "$(distdir)/$$file" \
494 pcg 1.1 || exit 1; \
495     fi; \
496     done
497 root 1.18 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498 pcg 1.6 if test "$$subdir" = .; then :; else \
499 root 1.18 $(am__make_dryrun) \
500     || test -d "$(distdir)/$$subdir" \
501     || $(MKDIR_P) "$(distdir)/$$subdir" \
502     || exit 1; \
503     dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
504     $(am__relativize); \
505     new_distdir=$$reldir; \
506     dir1=$$subdir; dir2="$(top_distdir)"; \
507     $(am__relativize); \
508     new_top_distdir=$$reldir; \
509     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
510     echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
511     ($(am__cd) $$subdir && \
512 pcg 1.6 $(MAKE) $(AM_MAKEFLAGS) \
513 root 1.18 top_distdir="$$new_top_distdir" \
514     distdir="$$new_distdir" \
515     am__remove_distdir=: \
516     am__skip_length_check=: \
517     am__skip_mode_fix=: \
518 pcg 1.6 distdir) \
519     || exit 1; \
520     fi; \
521     done
522 root 1.18 -test -n "$(am__skip_mode_fix)" \
523     || find "$(distdir)" -type d ! -perm -755 \
524 root 1.17 -exec chmod u+rwx,go+rx {} \; -o \
525 pcg 1.9 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
526     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
527 root 1.18 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
528     || chmod -R a+r "$(distdir)"
529 pcg 1.9 dist-gzip: distdir
530 root 1.18 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
531     $(am__remove_distdir)
532    
533     dist-bzip2: distdir
534     tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
535     $(am__remove_distdir)
536    
537     dist-lzip: distdir
538     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
539     $(am__remove_distdir)
540    
541     dist-lzma: distdir
542     tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
543     $(am__remove_distdir)
544    
545     dist-xz: distdir
546     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
547     $(am__remove_distdir)
548    
549     dist-tarZ: distdir
550     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
551     $(am__remove_distdir)
552    
553     dist-shar: distdir
554     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
555     $(am__remove_distdir)
556    
557     dist-zip: distdir
558     -rm -f $(distdir).zip
559     zip -rq $(distdir).zip $(distdir)
560 pcg 1.9 $(am__remove_distdir)
561    
562     dist dist-all: distdir
563 root 1.18 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
564 pcg 1.9 $(am__remove_distdir)
565    
566     # This target untars the dist file and tries a VPATH configuration. Then
567     # it guarantees that the distribution is self-contained by making another
568     # tarfile.
569     distcheck: dist
570 root 1.18 case '$(DIST_ARCHIVES)' in \
571     *.tar.gz*) \
572     GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
573     *.tar.bz2*) \
574     bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
575     *.tar.lzma*) \
576     lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
577     *.tar.lz*) \
578     lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
579     *.tar.xz*) \
580     xz -dc $(distdir).tar.xz | $(am__untar) ;;\
581     *.tar.Z*) \
582     uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
583     *.shar.gz*) \
584     GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
585     *.zip*) \
586     unzip $(distdir).zip ;;\
587     esac
588     chmod -R a-w $(distdir); chmod u+w $(distdir)
589 pcg 1.9 mkdir $(distdir)/_build
590     mkdir $(distdir)/_inst
591     chmod a-w $(distdir)
592 root 1.18 test -d $(distdir)/_build || exit 0; \
593 pcg 1.9 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
594     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
595 root 1.18 && am__cwd=`pwd` \
596     && $(am__cd) $(distdir)/_build \
597 pcg 1.9 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
598 root 1.18 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
599 pcg 1.9 $(DISTCHECK_CONFIGURE_FLAGS) \
600     && $(MAKE) $(AM_MAKEFLAGS) \
601     && $(MAKE) $(AM_MAKEFLAGS) dvi \
602     && $(MAKE) $(AM_MAKEFLAGS) check \
603     && $(MAKE) $(AM_MAKEFLAGS) install \
604     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
605     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
606     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
607     distuninstallcheck \
608     && chmod -R a-w "$$dc_install_base" \
609     && ({ \
610 root 1.18 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
611 pcg 1.9 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
612     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
613     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
614     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
615     } || { rm -rf "$$dc_destdir"; exit 1; }) \
616     && rm -rf "$$dc_destdir" \
617 root 1.18 && $(MAKE) $(AM_MAKEFLAGS) dist \
618     && rm -rf $(DIST_ARCHIVES) \
619     && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
620     && cd "$$am__cwd" \
621     || exit 1
622 pcg 1.9 $(am__remove_distdir)
623 root 1.18 @(echo "$(distdir) archives ready for distribution: "; \
624     list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
625     sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
626 pcg 1.9 distuninstallcheck:
627 root 1.18 @test -n '$(distuninstallcheck_dir)' || { \
628     echo 'ERROR: trying to run $@ with an empty' \
629     '$$(distuninstallcheck_dir)' >&2; \
630     exit 1; \
631     }; \
632     $(am__cd) '$(distuninstallcheck_dir)' || { \
633     echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
634     exit 1; \
635     }; \
636     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
637 pcg 1.9 || { echo "ERROR: files left after uninstall:" ; \
638     if test -n "$(DESTDIR)"; then \
639     echo " (check DESTDIR support)"; \
640     fi ; \
641     $(distuninstallcheck_listfiles) ; \
642     exit 1; } >&2
643     distcleancheck: distclean
644     @if test '$(srcdir)' = . ; then \
645     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
646     exit 1 ; \
647     fi
648     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
649     || { echo "ERROR: files left in build directory after distclean:" ; \
650     $(distcleancheck_listfiles) ; \
651     exit 1; } >&2
652 pcg 1.1 check-am: all-am
653 pcg 1.6 check: check-recursive
654 pcg 1.9 all-am: Makefile config.h
655 pcg 1.6 installdirs: installdirs-recursive
656     installdirs-am:
657     install: install-recursive
658     install-exec: install-exec-recursive
659     install-data: install-data-recursive
660     uninstall: uninstall-recursive
661 pcg 1.1
662     install-am: all-am
663     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
664    
665 pcg 1.6 installcheck: installcheck-recursive
666 pcg 1.1 install-strip:
667 root 1.18 if test -z '$(STRIP)'; then \
668     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670     install; \
671     else \
672     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
673     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
674     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
675     fi
676 pcg 1.1 mostlyclean-generic:
677    
678     clean-generic:
679    
680     distclean-generic:
681 root 1.18 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
682     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
683 pcg 1.1
684     maintainer-clean-generic:
685     @echo "This command is intended for maintainers to use"
686     @echo "it deletes files that may require special tools to rebuild."
687 pcg 1.6 clean: clean-recursive
688 pcg 1.1
689 pcg 1.9 clean-am: clean-generic mostlyclean-am
690 pcg 1.1
691 pcg 1.6 distclean: distclean-recursive
692 pcg 1.9 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
693 pcg 1.1 -rm -f Makefile
694 pcg 1.9 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
695 pcg 1.1
696 pcg 1.6 dvi: dvi-recursive
697 pcg 1.1
698     dvi-am:
699    
700 root 1.18 html: html-recursive
701    
702     html-am:
703    
704 pcg 1.6 info: info-recursive
705 pcg 1.1
706     info-am:
707    
708     install-data-am:
709    
710 root 1.18 install-dvi: install-dvi-recursive
711    
712     install-dvi-am:
713    
714 pcg 1.9 install-exec-am:
715 pcg 1.1
716 root 1.18 install-html: install-html-recursive
717    
718     install-html-am:
719    
720 pcg 1.6 install-info: install-info-recursive
721 pcg 1.1
722 root 1.18 install-info-am:
723    
724 pcg 1.1 install-man:
725    
726 root 1.18 install-pdf: install-pdf-recursive
727    
728     install-pdf-am:
729    
730     install-ps: install-ps-recursive
731    
732     install-ps-am:
733    
734 pcg 1.1 installcheck-am:
735    
736 pcg 1.6 maintainer-clean: maintainer-clean-recursive
737 pcg 1.9 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
738     -rm -rf $(top_srcdir)/autom4te.cache
739 pcg 1.1 -rm -f Makefile
740     maintainer-clean-am: distclean-am maintainer-clean-generic
741    
742 pcg 1.6 mostlyclean: mostlyclean-recursive
743 pcg 1.1
744 pcg 1.9 mostlyclean-am: mostlyclean-generic
745 pcg 1.1
746 pcg 1.6 pdf: pdf-recursive
747 pcg 1.1
748     pdf-am:
749    
750 pcg 1.6 ps: ps-recursive
751 pcg 1.1
752     ps-am:
753    
754 root 1.18 uninstall-am:
755    
756     .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
757     ctags-recursive install-am install-strip tags-recursive
758 pcg 1.1
759 root 1.18 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
760     all all-am am--refresh check check-am clean clean-generic \
761     ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
762     dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
763     distcheck distclean distclean-generic distclean-hdr \
764     distclean-tags distcleancheck distdir distuninstallcheck dvi \
765     dvi-am html html-am info info-am install install-am \
766     install-data install-data-am install-dvi install-dvi-am \
767     install-exec install-exec-am install-html install-html-am \
768     install-info install-info-am install-man install-pdf \
769     install-pdf-am install-ps install-ps-am install-strip \
770     installcheck installcheck-am installdirs installdirs-am \
771     maintainer-clean maintainer-clean-generic mostlyclean \
772     mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
773     uninstall uninstall-am
774 pcg 1.6
775 pcg 1.1
776     # Tell versions [3.59,3.63) of GNU make to not export all variables.
777     # Otherwise a system limit (for SysV at least) may be exceeded.
778     .NOEXPORT: