ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.in
Revision: 1.23
Committed: Thu Oct 25 07:31:58 2018 UTC (5 years, 6 months ago) by root
Branch: MAIN
Changes since 1.22: +2 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.20 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 pcg 1.1 # @configure_input@
3    
4 root 1.20 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5     # Free Software Foundation, Inc.
6 pcg 1.1 # 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 root 1.20
17     srcdir = @srcdir@
18     top_srcdir = @top_srcdir@
19 pcg 1.1 VPATH = @srcdir@
20     pkgdatadir = $(datadir)/@PACKAGE@
21 root 1.20 pkglibdir = $(libdir)/@PACKAGE@
22 root 1.18 pkgincludedir = $(includedir)/@PACKAGE@
23 root 1.20 top_builddir = .
24    
25 pcg 1.1 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 root 1.20 INSTALL = @INSTALL@
27 pcg 1.1 install_sh_DATA = $(install_sh) -c -m 644
28     install_sh_PROGRAM = $(install_sh) -c
29     install_sh_SCRIPT = $(install_sh) -c
30     INSTALL_HEADER = $(INSTALL_DATA)
31     transform = $(program_transform_name)
32     NORMAL_INSTALL = :
33     PRE_INSTALL = :
34     POST_INSTALL = :
35     NORMAL_UNINSTALL = :
36     PRE_UNINSTALL = :
37     POST_UNINSTALL = :
38     host_triplet = @host@
39     ACLOCAL = @ACLOCAL@
40     ALLOCA = @ALLOCA@
41 root 1.20 AMDEP_FALSE = @AMDEP_FALSE@
42     AMDEP_TRUE = @AMDEP_TRUE@
43 pcg 1.1 AMTAR = @AMTAR@
44 root 1.23 AM_CPPFLAGS = @AM_CPPFLAGS@
45 pcg 1.1 AUTOCONF = @AUTOCONF@
46     AUTOHEADER = @AUTOHEADER@
47     AUTOMAKE = @AUTOMAKE@
48     AWK = @AWK@
49     CC = @CC@
50     CCDEPMODE = @CCDEPMODE@
51     CFLAGS = @CFLAGS@
52     CPP = @CPP@
53     CPPFLAGS = @CPPFLAGS@
54     CXX = @CXX@
55     CXXCPP = @CXXCPP@
56     CXXDEPMODE = @CXXDEPMODE@
57     CXXFLAGS = @CXXFLAGS@
58     CYGPATH_W = @CYGPATH_W@
59     DEFS = @DEFS@
60     DEPDIR = @DEPDIR@
61     ECHO_C = @ECHO_C@
62     ECHO_N = @ECHO_N@
63     ECHO_T = @ECHO_T@
64     EGREP = @EGREP@
65     EXEEXT = @EXEEXT@
66     GMSGFMT = @GMSGFMT@
67 pcg 1.12 GREP = @GREP@
68 pcg 1.1 HAVE_TUNTAP = @HAVE_TUNTAP@
69     IFSUBTYPE = @IFSUBTYPE@
70     IFTYPE = @IFTYPE@
71     INSTALL_DATA = @INSTALL_DATA@
72     INSTALL_PROGRAM = @INSTALL_PROGRAM@
73     INSTALL_SCRIPT = @INSTALL_SCRIPT@
74     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75     INTLLIBS = @INTLLIBS@
76     LDFLAGS = @LDFLAGS@
77 pcg 1.8 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
78 root 1.22 LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
79     LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
80 pcg 1.1 LIBICONV = @LIBICONV@
81     LIBINTL = @LIBINTL@
82     LIBOBJS = @LIBOBJS@
83 pcg 1.9 LIBS = @LIBS@
84 pcg 1.1 LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
85     LN_S = @LN_S@
86     LTLIBICONV = @LTLIBICONV@
87     LTLIBINTL = @LTLIBINTL@
88     LTLIBOBJS = @LTLIBOBJS@
89     MAINT = @MAINT@
90 root 1.20 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
91     MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
92 pcg 1.1 MAKEINFO = @MAKEINFO@
93     MKINSTALLDIRS = @MKINSTALLDIRS@
94     MSGFMT = @MSGFMT@
95     MSGMERGE = @MSGMERGE@
96     OBJEXT = @OBJEXT@
97     PACKAGE = @PACKAGE@
98     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
99     PACKAGE_NAME = @PACKAGE_NAME@
100     PACKAGE_STRING = @PACKAGE_STRING@
101     PACKAGE_TARNAME = @PACKAGE_TARNAME@
102 root 1.17 PACKAGE_URL = @PACKAGE_URL@
103 pcg 1.1 PACKAGE_VERSION = @PACKAGE_VERSION@
104     PATH_SEPARATOR = @PATH_SEPARATOR@
105 root 1.22 PKG_CONFIG = @PKG_CONFIG@
106     PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
107     PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
108 pcg 1.1 POSUB = @POSUB@
109     RANLIB = @RANLIB@
110 root 1.20 ROHC_FALSE = @ROHC_FALSE@
111     ROHC_TRUE = @ROHC_TRUE@
112 pcg 1.1 SET_MAKE = @SET_MAKE@
113     SHELL = @SHELL@
114     STRIP = @STRIP@
115     USE_NLS = @USE_NLS@
116     VERSION = @VERSION@
117     XGETTEXT = @XGETTEXT@
118     ac_ct_CC = @ac_ct_CC@
119     ac_ct_CXX = @ac_ct_CXX@
120 root 1.20 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
121     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
122     am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
123     am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
124 pcg 1.1 am__include = @am__include@
125     am__leading_dot = @am__leading_dot@
126     am__quote = @am__quote@
127     bindir = @bindir@
128     build = @build@
129     build_alias = @build_alias@
130     build_cpu = @build_cpu@
131     build_os = @build_os@
132     build_vendor = @build_vendor@
133     datadir = @datadir@
134 pcg 1.12 datarootdir = @datarootdir@
135     docdir = @docdir@
136     dvidir = @dvidir@
137 pcg 1.1 exec_prefix = @exec_prefix@
138     host = @host@
139     host_alias = @host_alias@
140     host_cpu = @host_cpu@
141     host_os = @host_os@
142     host_vendor = @host_vendor@
143 pcg 1.12 htmldir = @htmldir@
144 pcg 1.1 includedir = @includedir@
145     infodir = @infodir@
146     install_sh = @install_sh@
147     libdir = @libdir@
148     libexecdir = @libexecdir@
149 pcg 1.12 localedir = @localedir@
150 pcg 1.1 localstatedir = @localstatedir@
151     mandir = @mandir@
152     oldincludedir = @oldincludedir@
153 pcg 1.12 pdfdir = @pdfdir@
154 pcg 1.1 prefix = @prefix@
155     program_transform_name = @program_transform_name@
156 pcg 1.12 psdir = @psdir@
157 root 1.21 runstatedir = @runstatedir@
158 pcg 1.1 sbindir = @sbindir@
159     sharedstatedir = @sharedstatedir@
160     sysconfdir = @sysconfdir@
161     target = @target@
162     target_alias = @target_alias@
163     target_cpu = @target_cpu@
164     target_os = @target_os@
165     target_vendor = @target_vendor@
166 root 1.20
167 pcg 1.9 AUTOMAKE_OPTIONS = gnu
168 root 1.20
169 pcg 1.9 SUBDIRS = m4 lib src doc po
170 root 1.20
171 root 1.19 ACLOCAL_AMFLAGS = -I m4
172 root 1.20
173 pcg 1.13 EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
174 pcg 1.16 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
175 pcg 1.13 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
176 pcg 1.14 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
177 pcg 1.13
178 root 1.20
179 pcg 1.9 CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
180     config.sub install-sh missing mkinstalldirs \
181 pcg 1.10 stamp-h.in m4/Makefile.am po/Makefile.in.in \
182 pcg 1.9 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
183     src/.libs intl depcomp
184 pcg 1.1
185 root 1.20 subdir = .
186     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
187     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
188     CONFIG_HEADER = config.h
189     CONFIG_CLEAN_FILES =
190     DIST_SOURCES =
191    
192     RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
193     ps-recursive install-info-recursive uninstall-info-recursive \
194     all-recursive install-data-recursive install-exec-recursive \
195     installdirs-recursive install-recursive uninstall-recursive \
196     check-recursive installcheck-recursive
197     DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
198     ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS \
199 root 1.23 TODO aclocal.m4 compile config.guess config.h.in config.rpath \
200 root 1.20 config.sub configure configure.ac depcomp install-sh missing \
201     mkinstalldirs
202     DIST_SUBDIRS = $(SUBDIRS)
203 pcg 1.9 all: config.h
204     $(MAKE) $(AM_MAKEFLAGS) all-recursive
205 pcg 1.1
206 pcg 1.9 .SUFFIXES:
207 pcg 1.12
208 root 1.20 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
209     configure.lineno
210     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
211     cd $(top_srcdir) && \
212     $(AUTOMAKE) --gnu Makefile
213     Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
214     cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
215    
216     $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
217 pcg 1.9 $(SHELL) ./config.status --recheck
218 root 1.20 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
219     cd $(srcdir) && $(AUTOCONF)
220 pcg 1.11
221 root 1.22 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac m4/aclocal-include.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/intdiv0.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/progtest.m4 m4/stdint_h.m4 m4/tuntap.m4 m4/uintmax_t.m4 m4/ulonglong.m4
222 root 1.20 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
223 pcg 1.9
224     config.h: stamp-h1
225 root 1.20 @if test ! -f $@; then \
226     rm -f stamp-h1; \
227     $(MAKE) stamp-h1; \
228     else :; fi
229 pcg 1.9
230     stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
231     @rm -f stamp-h1
232     cd $(top_builddir) && $(SHELL) ./config.status config.h
233 root 1.20
234     $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4)
235     cd $(top_srcdir) && $(AUTOHEADER)
236     touch $(srcdir)/config.h.in
237 pcg 1.1
238 pcg 1.9 distclean-hdr:
239     -rm -f config.h stamp-h1
240 root 1.20 uninstall-info-am:
241 pcg 1.1
242 pcg 1.6 # This directory's subdirectories are mostly independent; you can cd
243     # into them and run `make' without going through this Makefile.
244     # To change the values of `make' variables: instead of editing Makefiles,
245     # (1) if the variable is set in `config.status', edit `config.status'
246     # (which will cause the Makefiles to be regenerated when you run `make');
247     # (2) otherwise, pass the desired values on the `make' command line.
248     $(RECURSIVE_TARGETS):
249 root 1.20 @set fnord $$MAKEFLAGS; amf=$$2; \
250 pcg 1.6 dot_seen=no; \
251     target=`echo $@ | sed s/-recursive//`; \
252     list='$(SUBDIRS)'; for subdir in $$list; do \
253     echo "Making $$target in $$subdir"; \
254     if test "$$subdir" = "."; then \
255     dot_seen=yes; \
256     local_target="$$target-am"; \
257     else \
258     local_target="$$target"; \
259     fi; \
260 root 1.20 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
261     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
262 pcg 1.6 done; \
263     if test "$$dot_seen" = "no"; then \
264     $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
265     fi; test -z "$$fail"
266    
267 root 1.20 mostlyclean-recursive clean-recursive distclean-recursive \
268     maintainer-clean-recursive:
269     @set fnord $$MAKEFLAGS; amf=$$2; \
270 pcg 1.6 dot_seen=no; \
271     case "$@" in \
272     distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
273     *) list='$(SUBDIRS)' ;; \
274     esac; \
275     rev=''; for subdir in $$list; do \
276     if test "$$subdir" = "."; then :; else \
277     rev="$$subdir $$rev"; \
278     fi; \
279     done; \
280     rev="$$rev ."; \
281     target=`echo $@ | sed s/-recursive//`; \
282     for subdir in $$rev; do \
283     echo "Making $$target in $$subdir"; \
284     if test "$$subdir" = "."; then \
285     local_target="$$target-am"; \
286     else \
287     local_target="$$target"; \
288     fi; \
289 root 1.20 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
290     || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
291 pcg 1.6 done && test -z "$$fail"
292     tags-recursive:
293     list='$(SUBDIRS)'; for subdir in $$list; do \
294 root 1.20 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
295 pcg 1.6 done
296     ctags-recursive:
297     list='$(SUBDIRS)'; for subdir in $$list; do \
298 root 1.20 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
299 pcg 1.6 done
300    
301 root 1.20 ETAGS = etags
302     ETAGSFLAGS =
303    
304     CTAGS = ctags
305     CTAGSFLAGS =
306    
307     tags: TAGS
308    
309 pcg 1.1 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
310     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
311     unique=`for i in $$list; do \
312     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313     done | \
314 root 1.20 $(AWK) ' { files[$$0] = 1; } \
315     END { for (i in files) print i; }'`; \
316 pcg 1.1 mkid -fID $$unique
317    
318 pcg 1.9 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
319 pcg 1.1 $(TAGS_FILES) $(LISP)
320 root 1.20 tags=; \
321 pcg 1.1 here=`pwd`; \
322 root 1.20 if (etags --etags-include --version) >/dev/null 2>&1; then \
323 pcg 1.6 include_option=--etags-include; \
324     else \
325     include_option=--include; \
326     fi; \
327     list='$(SUBDIRS)'; for subdir in $$list; do \
328     if test "$$subdir" = .; then :; else \
329 root 1.20 test -f $$subdir/TAGS && \
330     tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
331 pcg 1.6 fi; \
332     done; \
333 pcg 1.9 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
334 pcg 1.1 unique=`for i in $$list; do \
335     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336     done | \
337 root 1.20 $(AWK) ' { files[$$0] = 1; } \
338     END { for (i in files) print i; }'`; \
339     test -z "$(ETAGS_ARGS)$$tags$$unique" \
340     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341     $$tags $$unique
342    
343 pcg 1.1 ctags: CTAGS
344 pcg 1.9 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
345 pcg 1.1 $(TAGS_FILES) $(LISP)
346 root 1.20 tags=; \
347     here=`pwd`; \
348 pcg 1.9 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
349 pcg 1.1 unique=`for i in $$list; do \
350     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351     done | \
352 root 1.20 $(AWK) ' { files[$$0] = 1; } \
353     END { for (i in files) print i; }'`; \
354     test -z "$(CTAGS_ARGS)$$tags$$unique" \
355 pcg 1.1 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356 root 1.20 $$tags $$unique
357 pcg 1.1
358     GTAGS:
359     here=`$(am__cd) $(top_builddir) && pwd` \
360 root 1.20 && cd $(top_srcdir) \
361     && gtags -i $(GTAGS_ARGS) $$here
362 pcg 1.1
363     distclean-tags:
364     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365 root 1.20 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
366    
367     top_distdir = .
368     distdir = $(PACKAGE)-$(VERSION)
369    
370     am__remove_distdir = \
371     { test ! -d $(distdir) \
372     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
373     && rm -fr $(distdir); }; }
374    
375     GZIP_ENV = --best
376     distuninstallcheck_listfiles = find . -type f -print
377     distcleancheck_listfiles = find . -type f -print
378 pcg 1.1
379     distdir: $(DISTFILES)
380 pcg 1.9 $(am__remove_distdir)
381 root 1.20 mkdir $(distdir)
382     $(mkinstalldirs) $(distdir)/libev $(distdir)/po
383     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
384     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
385     list='$(DISTFILES)'; for file in $$list; do \
386     case $$file in \
387     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
388     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
389     esac; \
390 pcg 1.1 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
391 root 1.20 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
392     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
393     dir="/$$dir"; \
394     $(mkinstalldirs) "$(distdir)$$dir"; \
395     else \
396     dir=''; \
397     fi; \
398 pcg 1.1 if test -d $$d/$$file; then \
399     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
400 root 1.20 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
401 pcg 1.1 fi; \
402 root 1.20 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
403 pcg 1.1 else \
404 root 1.20 test -f $(distdir)/$$file \
405     || cp -p $$d/$$file $(distdir)/$$file \
406 pcg 1.1 || exit 1; \
407     fi; \
408     done
409 root 1.20 list='$(SUBDIRS)'; for subdir in $$list; do \
410 pcg 1.6 if test "$$subdir" = .; then :; else \
411 root 1.20 test -d $(distdir)/$$subdir \
412     || mkdir $(distdir)/$$subdir \
413     || exit 1; \
414     (cd $$subdir && \
415 pcg 1.6 $(MAKE) $(AM_MAKEFLAGS) \
416 root 1.20 top_distdir="$(top_distdir)" \
417     distdir=../$(distdir)/$$subdir \
418 pcg 1.6 distdir) \
419     || exit 1; \
420     fi; \
421     done
422 root 1.20 -find "$(distdir)" -type d ! -perm -755 \
423 root 1.17 -exec chmod u+rwx,go+rx {} \; -o \
424 pcg 1.9 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
425     ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
426 root 1.20 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
427     || chmod -R a+r $(distdir)
428 pcg 1.9 dist-gzip: distdir
429 root 1.20 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
430 pcg 1.9 $(am__remove_distdir)
431    
432     dist dist-all: distdir
433 root 1.20 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
434 pcg 1.9 $(am__remove_distdir)
435    
436     # This target untars the dist file and tries a VPATH configuration. Then
437     # it guarantees that the distribution is self-contained by making another
438     # tarfile.
439     distcheck: dist
440 root 1.20 $(am__remove_distdir)
441     GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
442 root 1.18 chmod -R a-w $(distdir); chmod u+w $(distdir)
443 pcg 1.9 mkdir $(distdir)/_build
444     mkdir $(distdir)/_inst
445     chmod a-w $(distdir)
446     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
447     && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
448 root 1.20 && cd $(distdir)/_build \
449 pcg 1.9 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
450     $(DISTCHECK_CONFIGURE_FLAGS) \
451     && $(MAKE) $(AM_MAKEFLAGS) \
452     && $(MAKE) $(AM_MAKEFLAGS) dvi \
453     && $(MAKE) $(AM_MAKEFLAGS) check \
454     && $(MAKE) $(AM_MAKEFLAGS) install \
455     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
456     && $(MAKE) $(AM_MAKEFLAGS) uninstall \
457     && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
458     distuninstallcheck \
459     && chmod -R a-w "$$dc_install_base" \
460     && ({ \
461 root 1.20 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
462 pcg 1.9 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
463     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
464     && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
465     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
466     } || { rm -rf "$$dc_destdir"; exit 1; }) \
467     && rm -rf "$$dc_destdir" \
468 root 1.20 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
469     && rm -f $(distdir).tar.gz \
470     && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
471 pcg 1.9 $(am__remove_distdir)
472 root 1.20 @echo "$(distdir).tar.gz is ready for distribution" | \
473     sed 'h;s/./=/g;p;x;p;x'
474 pcg 1.9 distuninstallcheck:
475 root 1.20 @cd $(distuninstallcheck_dir) \
476     && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
477 pcg 1.9 || { echo "ERROR: files left after uninstall:" ; \
478     if test -n "$(DESTDIR)"; then \
479     echo " (check DESTDIR support)"; \
480     fi ; \
481     $(distuninstallcheck_listfiles) ; \
482     exit 1; } >&2
483     distcleancheck: distclean
484     @if test '$(srcdir)' = . ; then \
485     echo "ERROR: distcleancheck can only run from a VPATH build" ; \
486     exit 1 ; \
487     fi
488     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
489     || { echo "ERROR: files left in build directory after distclean:" ; \
490     $(distcleancheck_listfiles) ; \
491     exit 1; } >&2
492 pcg 1.1 check-am: all-am
493 pcg 1.6 check: check-recursive
494 pcg 1.9 all-am: Makefile config.h
495 pcg 1.6 installdirs: installdirs-recursive
496     installdirs-am:
497 root 1.20
498 pcg 1.6 install: install-recursive
499     install-exec: install-exec-recursive
500     install-data: install-data-recursive
501     uninstall: uninstall-recursive
502 pcg 1.1
503     install-am: all-am
504     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
505    
506 pcg 1.6 installcheck: installcheck-recursive
507 pcg 1.1 install-strip:
508 root 1.20 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
509     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
510     `test -z '$(STRIP)' || \
511     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
512 pcg 1.1 mostlyclean-generic:
513    
514     clean-generic:
515    
516     distclean-generic:
517 root 1.20 -rm -f $(CONFIG_CLEAN_FILES)
518 pcg 1.1
519     maintainer-clean-generic:
520     @echo "This command is intended for maintainers to use"
521     @echo "it deletes files that may require special tools to rebuild."
522 pcg 1.6 clean: clean-recursive
523 pcg 1.1
524 pcg 1.9 clean-am: clean-generic mostlyclean-am
525 pcg 1.1
526 pcg 1.6 distclean: distclean-recursive
527 pcg 1.9 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
528 pcg 1.1 -rm -f Makefile
529 pcg 1.9 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
530 pcg 1.1
531 pcg 1.6 dvi: dvi-recursive
532 pcg 1.1
533     dvi-am:
534    
535 pcg 1.6 info: info-recursive
536 pcg 1.1
537     info-am:
538    
539     install-data-am:
540    
541 pcg 1.9 install-exec-am:
542 pcg 1.1
543 pcg 1.6 install-info: install-info-recursive
544 pcg 1.1
545     install-man:
546    
547     installcheck-am:
548    
549 pcg 1.6 maintainer-clean: maintainer-clean-recursive
550 pcg 1.9 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
551     -rm -rf $(top_srcdir)/autom4te.cache
552 pcg 1.1 -rm -f Makefile
553     maintainer-clean-am: distclean-am maintainer-clean-generic
554    
555 pcg 1.6 mostlyclean: mostlyclean-recursive
556 pcg 1.1
557 pcg 1.9 mostlyclean-am: mostlyclean-generic
558 pcg 1.1
559 pcg 1.6 pdf: pdf-recursive
560 pcg 1.1
561     pdf-am:
562    
563 pcg 1.6 ps: ps-recursive
564 pcg 1.1
565     ps-am:
566    
567 root 1.20 uninstall-am: uninstall-info-am
568 pcg 1.1
569 root 1.20 uninstall-info: uninstall-info-recursive
570 pcg 1.6
571 root 1.20 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
572     clean-generic clean-recursive ctags ctags-recursive dist \
573     dist-all dist-gzip distcheck distclean distclean-generic \
574     distclean-hdr distclean-recursive distclean-tags distcleancheck \
575     distdir distuninstallcheck dvi dvi-am dvi-recursive info \
576     info-am info-recursive install install-am install-data \
577     install-data-am install-data-recursive install-exec \
578     install-exec-am install-exec-recursive install-info \
579     install-info-am install-info-recursive install-man \
580     install-recursive install-strip installcheck installcheck-am \
581     installdirs installdirs-am installdirs-recursive \
582     maintainer-clean maintainer-clean-generic \
583     maintainer-clean-recursive mostlyclean mostlyclean-generic \
584     mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
585     ps-recursive tags tags-recursive uninstall uninstall-am \
586     uninstall-info-am uninstall-info-recursive uninstall-recursive
587 pcg 1.1
588     # Tell versions [3.59,3.63) of GNU make to not export all variables.
589     # Otherwise a system limit (for SysV at least) may be exceeded.
590     .NOEXPORT: