ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/m4/Makefile.in
Revision: 1.8
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.7: +157 -68 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.8 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 pcg 1.1 # @configure_input@
3    
4 root 1.8 # 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.8 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.8 pkgincludedir = $(includedir)/@PACKAGE@
37 pcg 1.1 pkglibdir = $(libdir)/@PACKAGE@
38 root 1.8 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.8 build_triplet = @build@
52 pcg 1.1 host_triplet = @host@
53 root 1.8 target_triplet = @target@
54     subdir = m4
55     DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
56     ChangeLog
57     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58     am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
59     $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
60     $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
61     $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/progtest.m4 \
62     $(top_srcdir)/m4/tuntap.m4 $(top_srcdir)/libev/libev.m4 \
63     $(top_srcdir)/configure.ac
64     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65     $(ACLOCAL_M4)
66     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
67     CONFIG_HEADER = $(top_builddir)/config.h
68     CONFIG_CLEAN_FILES =
69     CONFIG_CLEAN_VPATH_FILES =
70     SOURCES =
71     DIST_SOURCES =
72     am__can_run_installinfo = \
73     case $$AM_UPDATE_INFO_DIR in \
74     n|no|NO) false;; \
75     *) (install-info --version) >/dev/null 2>&1;; \
76     esac
77     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 pcg 1.1 ACLOCAL = @ACLOCAL@
79     ALLOCA = @ALLOCA@
80     AMTAR = @AMTAR@
81     AUTOCONF = @AUTOCONF@
82     AUTOHEADER = @AUTOHEADER@
83     AUTOMAKE = @AUTOMAKE@
84     AWK = @AWK@
85     CC = @CC@
86     CCDEPMODE = @CCDEPMODE@
87     CFLAGS = @CFLAGS@
88     CPP = @CPP@
89     CPPFLAGS = @CPPFLAGS@
90     CXX = @CXX@
91     CXXCPP = @CXXCPP@
92     CXXDEPMODE = @CXXDEPMODE@
93     CXXFLAGS = @CXXFLAGS@
94     CYGPATH_W = @CYGPATH_W@
95     DEFS = @DEFS@
96     DEPDIR = @DEPDIR@
97     ECHO_C = @ECHO_C@
98     ECHO_N = @ECHO_N@
99     ECHO_T = @ECHO_T@
100     EGREP = @EGREP@
101     EXEEXT = @EXEEXT@
102     GMSGFMT = @GMSGFMT@
103 pcg 1.6 GREP = @GREP@
104 pcg 1.1 HAVE_TUNTAP = @HAVE_TUNTAP@
105     IFSUBTYPE = @IFSUBTYPE@
106     IFTYPE = @IFTYPE@
107     INCLUDES = @INCLUDES@
108 root 1.8 INSTALL = @INSTALL@
109 pcg 1.1 INSTALL_DATA = @INSTALL_DATA@
110     INSTALL_PROGRAM = @INSTALL_PROGRAM@
111     INSTALL_SCRIPT = @INSTALL_SCRIPT@
112     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113     INTLLIBS = @INTLLIBS@
114     LDFLAGS = @LDFLAGS@
115 pcg 1.4 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
116 pcg 1.1 LIBICONV = @LIBICONV@
117     LIBINTL = @LIBINTL@
118     LIBOBJS = @LIBOBJS@
119     LIBS = @LIBS@
120     LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
121     LN_S = @LN_S@
122     LTLIBICONV = @LTLIBICONV@
123     LTLIBINTL = @LTLIBINTL@
124     LTLIBOBJS = @LTLIBOBJS@
125     MAINT = @MAINT@
126     MAKEINFO = @MAKEINFO@
127 root 1.8 MKDIR_P = @MKDIR_P@
128 pcg 1.1 MKINSTALLDIRS = @MKINSTALLDIRS@
129     MSGFMT = @MSGFMT@
130     MSGMERGE = @MSGMERGE@
131     OBJEXT = @OBJEXT@
132     PACKAGE = @PACKAGE@
133     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134     PACKAGE_NAME = @PACKAGE_NAME@
135     PACKAGE_STRING = @PACKAGE_STRING@
136     PACKAGE_TARNAME = @PACKAGE_TARNAME@
137 root 1.7 PACKAGE_URL = @PACKAGE_URL@
138 pcg 1.1 PACKAGE_VERSION = @PACKAGE_VERSION@
139     PATH_SEPARATOR = @PATH_SEPARATOR@
140     POSUB = @POSUB@
141     RANLIB = @RANLIB@
142     SET_MAKE = @SET_MAKE@
143     SHELL = @SHELL@
144     STRIP = @STRIP@
145     USE_NLS = @USE_NLS@
146     VERSION = @VERSION@
147     XGETTEXT = @XGETTEXT@
148 root 1.8 abs_builddir = @abs_builddir@
149     abs_srcdir = @abs_srcdir@
150     abs_top_builddir = @abs_top_builddir@
151     abs_top_srcdir = @abs_top_srcdir@
152 pcg 1.1 ac_ct_CC = @ac_ct_CC@
153     ac_ct_CXX = @ac_ct_CXX@
154     am__include = @am__include@
155     am__leading_dot = @am__leading_dot@
156     am__quote = @am__quote@
157 root 1.8 am__tar = @am__tar@
158     am__untar = @am__untar@
159 pcg 1.1 bindir = @bindir@
160     build = @build@
161     build_alias = @build_alias@
162     build_cpu = @build_cpu@
163     build_os = @build_os@
164     build_vendor = @build_vendor@
165 root 1.8 builddir = @builddir@
166 pcg 1.1 datadir = @datadir@
167 pcg 1.6 datarootdir = @datarootdir@
168     docdir = @docdir@
169     dvidir = @dvidir@
170 pcg 1.1 exec_prefix = @exec_prefix@
171     host = @host@
172     host_alias = @host_alias@
173     host_cpu = @host_cpu@
174     host_os = @host_os@
175     host_vendor = @host_vendor@
176 pcg 1.6 htmldir = @htmldir@
177 pcg 1.1 includedir = @includedir@
178     infodir = @infodir@
179     install_sh = @install_sh@
180     libdir = @libdir@
181     libexecdir = @libexecdir@
182 pcg 1.6 localedir = @localedir@
183 pcg 1.1 localstatedir = @localstatedir@
184     mandir = @mandir@
185 root 1.8 mkdir_p = @mkdir_p@
186 pcg 1.1 oldincludedir = @oldincludedir@
187 pcg 1.6 pdfdir = @pdfdir@
188 pcg 1.1 prefix = @prefix@
189     program_transform_name = @program_transform_name@
190 pcg 1.6 psdir = @psdir@
191 pcg 1.1 sbindir = @sbindir@
192     sharedstatedir = @sharedstatedir@
193 root 1.8 srcdir = @srcdir@
194 pcg 1.1 sysconfdir = @sysconfdir@
195     target = @target@
196     target_alias = @target_alias@
197     target_cpu = @target_cpu@
198     target_os = @target_os@
199     target_vendor = @target_vendor@
200 root 1.8 top_build_prefix = @top_build_prefix@
201     top_builddir = @top_builddir@
202     top_srcdir = @top_srcdir@
203 pcg 1.1 EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \
204     gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \
205     inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
206     lib-prefix.m4 openssl.m4 progtest.m4 stdint_h.m4 tuntap.m4 uintmax_t.m4 \
207     ulonglong.m4
208    
209     all: all-am
210    
211     .SUFFIXES:
212 root 1.8 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
213     @for dep in $?; do \
214     case '$(am__configure_deps)' in \
215     *$$dep*) \
216     ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
217     && { if test -f $@; then exit 0; else break; fi; }; \
218     exit 1;; \
219     esac; \
220     done; \
221     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
222     $(am__cd) $(top_srcdir) && \
223     $(AUTOMAKE) --gnu m4/Makefile
224     .PRECIOUS: Makefile
225     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
226     @case '$?' in \
227     *config.status*) \
228     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
229     *) \
230     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
231     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
232     esac;
233    
234     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236    
237     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
238     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
239     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
240     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241     $(am__aclocal_m4_deps):
242 pcg 1.1 tags: TAGS
243     TAGS:
244    
245     ctags: CTAGS
246     CTAGS:
247    
248    
249     distdir: $(DISTFILES)
250 root 1.8 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
251     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
252     list='$(DISTFILES)'; \
253     dist_files=`for file in $$list; do echo $$file; done | \
254     sed -e "s|^$$srcdirstrip/||;t" \
255     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
256     case $$dist_files in \
257     */*) $(MKDIR_P) `echo "$$dist_files" | \
258     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
259     sort -u` ;; \
260     esac; \
261     for file in $$dist_files; do \
262 pcg 1.1 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
263     if test -d $$d/$$file; then \
264 root 1.8 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
265     if test -d "$(distdir)/$$file"; then \
266     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
267     fi; \
268 pcg 1.1 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
269 root 1.8 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
270     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
271 pcg 1.1 fi; \
272 root 1.8 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
273 pcg 1.1 else \
274 root 1.8 test -f "$(distdir)/$$file" \
275     || cp -p $$d/$$file "$(distdir)/$$file" \
276 pcg 1.1 || exit 1; \
277     fi; \
278     done
279     check-am: all-am
280     check: check-am
281     all-am: Makefile
282     installdirs:
283     install: install-am
284     install-exec: install-exec-am
285     install-data: install-data-am
286     uninstall: uninstall-am
287    
288     install-am: all-am
289     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
290    
291     installcheck: installcheck-am
292     install-strip:
293 root 1.8 if test -z '$(STRIP)'; then \
294     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
295     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
296     install; \
297     else \
298     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
299     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
300     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
301     fi
302 pcg 1.1 mostlyclean-generic:
303    
304     clean-generic:
305    
306     distclean-generic:
307 root 1.8 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
308     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
309 pcg 1.1
310     maintainer-clean-generic:
311     @echo "This command is intended for maintainers to use"
312     @echo "it deletes files that may require special tools to rebuild."
313     clean: clean-am
314    
315     clean-am: clean-generic mostlyclean-am
316    
317     distclean: distclean-am
318     -rm -f Makefile
319     distclean-am: clean-am distclean-generic
320    
321     dvi: dvi-am
322    
323     dvi-am:
324    
325 root 1.8 html: html-am
326    
327     html-am:
328    
329 pcg 1.1 info: info-am
330    
331     info-am:
332    
333     install-data-am:
334    
335 root 1.8 install-dvi: install-dvi-am
336    
337     install-dvi-am:
338    
339 pcg 1.1 install-exec-am:
340    
341 root 1.8 install-html: install-html-am
342    
343     install-html-am:
344    
345 pcg 1.1 install-info: install-info-am
346    
347 root 1.8 install-info-am:
348    
349 pcg 1.1 install-man:
350    
351 root 1.8 install-pdf: install-pdf-am
352    
353     install-pdf-am:
354    
355     install-ps: install-ps-am
356    
357     install-ps-am:
358    
359 pcg 1.1 installcheck-am:
360    
361     maintainer-clean: maintainer-clean-am
362     -rm -f Makefile
363     maintainer-clean-am: distclean-am maintainer-clean-generic
364    
365     mostlyclean: mostlyclean-am
366    
367     mostlyclean-am: mostlyclean-generic
368    
369     pdf: pdf-am
370    
371     pdf-am:
372    
373     ps: ps-am
374    
375     ps-am:
376    
377 root 1.8 uninstall-am:
378    
379     .MAKE: install-am install-strip
380 pcg 1.1
381     .PHONY: all all-am check check-am clean clean-generic distclean \
382 root 1.8 distclean-generic distdir dvi dvi-am html html-am info info-am \
383     install install-am install-data install-data-am install-dvi \
384     install-dvi-am install-exec install-exec-am install-html \
385     install-html-am install-info install-info-am install-man \
386     install-pdf install-pdf-am install-ps install-ps-am \
387 pcg 1.1 install-strip installcheck installcheck-am installdirs \
388     maintainer-clean maintainer-clean-generic mostlyclean \
389 root 1.8 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
390 pcg 1.1
391    
392     Makefile.am: Makefile.am.in
393     rm -f $@ $@t
394     sed -n '1,/^##m4-files-begin/p' $< > $@t
395     ( echo EXTRA_DIST = README Makefile.am.in; \
396     find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \
397     |fmt | (tr '\012' @; echo) \
398     |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
399     >> $@t
400     sed -n '/^##m4-files-end/,$$p' $< >> $@t
401     chmod a-w $@t
402     mv $@t $@
403 root 1.8
404 pcg 1.1 # Tell versions [3.59,3.63) of GNU make to not export all variables.
405     # Otherwise a system limit (for SysV at least) may be exceeded.
406     .NOEXPORT: