ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.in
(Generate patch)

Comparing gvpe/Makefile.in (file contents):
Revision 1.9 by pcg, Fri Jun 11 15:56:02 2004 UTC vs.
Revision 1.23 by root, Thu Oct 25 07:31:58 2018 UTC

39ACLOCAL = @ACLOCAL@ 39ACLOCAL = @ACLOCAL@
40ALLOCA = @ALLOCA@ 40ALLOCA = @ALLOCA@
41AMDEP_FALSE = @AMDEP_FALSE@ 41AMDEP_FALSE = @AMDEP_FALSE@
42AMDEP_TRUE = @AMDEP_TRUE@ 42AMDEP_TRUE = @AMDEP_TRUE@
43AMTAR = @AMTAR@ 43AMTAR = @AMTAR@
44AM_CPPFLAGS = @AM_CPPFLAGS@
44AUTOCONF = @AUTOCONF@ 45AUTOCONF = @AUTOCONF@
45AUTOHEADER = @AUTOHEADER@ 46AUTOHEADER = @AUTOHEADER@
46AUTOMAKE = @AUTOMAKE@ 47AUTOMAKE = @AUTOMAKE@
47AWK = @AWK@ 48AWK = @AWK@
48CC = @CC@ 49CC = @CC@
61ECHO_N = @ECHO_N@ 62ECHO_N = @ECHO_N@
62ECHO_T = @ECHO_T@ 63ECHO_T = @ECHO_T@
63EGREP = @EGREP@ 64EGREP = @EGREP@
64EXEEXT = @EXEEXT@ 65EXEEXT = @EXEEXT@
65GMSGFMT = @GMSGFMT@ 66GMSGFMT = @GMSGFMT@
67GREP = @GREP@
66HAVE_TUNTAP = @HAVE_TUNTAP@ 68HAVE_TUNTAP = @HAVE_TUNTAP@
67IFSUBTYPE = @IFSUBTYPE@ 69IFSUBTYPE = @IFSUBTYPE@
68IFTYPE = @IFTYPE@ 70IFTYPE = @IFTYPE@
69INCLUDES = @INCLUDES@
70INSTALL_DATA = @INSTALL_DATA@ 71INSTALL_DATA = @INSTALL_DATA@
71INSTALL_PROGRAM = @INSTALL_PROGRAM@ 72INSTALL_PROGRAM = @INSTALL_PROGRAM@
72INSTALL_SCRIPT = @INSTALL_SCRIPT@ 73INSTALL_SCRIPT = @INSTALL_SCRIPT@
73INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
74INTLLIBS = @INTLLIBS@ 75INTLLIBS = @INTLLIBS@
75LDFLAGS = @LDFLAGS@ 76LDFLAGS = @LDFLAGS@
76LDFLAGS_DAEMON = @LDFLAGS_DAEMON@ 77LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
78LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
79LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
77LIBICONV = @LIBICONV@ 80LIBICONV = @LIBICONV@
78LIBINTL = @LIBINTL@ 81LIBINTL = @LIBINTL@
79LIBOBJS = @LIBOBJS@ 82LIBOBJS = @LIBOBJS@
80LIBS = @LIBS@ 83LIBS = @LIBS@
81LINUX_IF_TUN_H = @LINUX_IF_TUN_H@ 84LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
94PACKAGE = @PACKAGE@ 97PACKAGE = @PACKAGE@
95PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 98PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96PACKAGE_NAME = @PACKAGE_NAME@ 99PACKAGE_NAME = @PACKAGE_NAME@
97PACKAGE_STRING = @PACKAGE_STRING@ 100PACKAGE_STRING = @PACKAGE_STRING@
98PACKAGE_TARNAME = @PACKAGE_TARNAME@ 101PACKAGE_TARNAME = @PACKAGE_TARNAME@
102PACKAGE_URL = @PACKAGE_URL@
99PACKAGE_VERSION = @PACKAGE_VERSION@ 103PACKAGE_VERSION = @PACKAGE_VERSION@
100PATH_SEPARATOR = @PATH_SEPARATOR@ 104PATH_SEPARATOR = @PATH_SEPARATOR@
105PKG_CONFIG = @PKG_CONFIG@
106PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
107PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
101POSUB = @POSUB@ 108POSUB = @POSUB@
102RANLIB = @RANLIB@ 109RANLIB = @RANLIB@
103ROHC_FALSE = @ROHC_FALSE@ 110ROHC_FALSE = @ROHC_FALSE@
104ROHC_TRUE = @ROHC_TRUE@ 111ROHC_TRUE = @ROHC_TRUE@
105SET_MAKE = @SET_MAKE@ 112SET_MAKE = @SET_MAKE@
108USE_NLS = @USE_NLS@ 115USE_NLS = @USE_NLS@
109VERSION = @VERSION@ 116VERSION = @VERSION@
110XGETTEXT = @XGETTEXT@ 117XGETTEXT = @XGETTEXT@
111ac_ct_CC = @ac_ct_CC@ 118ac_ct_CC = @ac_ct_CC@
112ac_ct_CXX = @ac_ct_CXX@ 119ac_ct_CXX = @ac_ct_CXX@
113ac_ct_RANLIB = @ac_ct_RANLIB@
114ac_ct_STRIP = @ac_ct_STRIP@
115am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 120am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
116am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 121am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 122am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
118am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 123am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
119am__include = @am__include@ 124am__include = @am__include@
124build_alias = @build_alias@ 129build_alias = @build_alias@
125build_cpu = @build_cpu@ 130build_cpu = @build_cpu@
126build_os = @build_os@ 131build_os = @build_os@
127build_vendor = @build_vendor@ 132build_vendor = @build_vendor@
128datadir = @datadir@ 133datadir = @datadir@
134datarootdir = @datarootdir@
135docdir = @docdir@
136dvidir = @dvidir@
129exec_prefix = @exec_prefix@ 137exec_prefix = @exec_prefix@
130host = @host@ 138host = @host@
131host_alias = @host_alias@ 139host_alias = @host_alias@
132host_cpu = @host_cpu@ 140host_cpu = @host_cpu@
133host_os = @host_os@ 141host_os = @host_os@
134host_vendor = @host_vendor@ 142host_vendor = @host_vendor@
143htmldir = @htmldir@
135includedir = @includedir@ 144includedir = @includedir@
136infodir = @infodir@ 145infodir = @infodir@
137install_sh = @install_sh@ 146install_sh = @install_sh@
138libdir = @libdir@ 147libdir = @libdir@
139libexecdir = @libexecdir@ 148libexecdir = @libexecdir@
149localedir = @localedir@
140localstatedir = @localstatedir@ 150localstatedir = @localstatedir@
141mandir = @mandir@ 151mandir = @mandir@
142oldincludedir = @oldincludedir@ 152oldincludedir = @oldincludedir@
153pdfdir = @pdfdir@
143prefix = @prefix@ 154prefix = @prefix@
144program_transform_name = @program_transform_name@ 155program_transform_name = @program_transform_name@
156psdir = @psdir@
157runstatedir = @runstatedir@
145sbindir = @sbindir@ 158sbindir = @sbindir@
146sharedstatedir = @sharedstatedir@ 159sharedstatedir = @sharedstatedir@
147sysconfdir = @sysconfdir@ 160sysconfdir = @sysconfdir@
148target = @target@ 161target = @target@
149target_alias = @target_alias@ 162target_alias = @target_alias@
153 166
154AUTOMAKE_OPTIONS = gnu 167AUTOMAKE_OPTIONS = gnu
155 168
156SUBDIRS = m4 lib src doc po 169SUBDIRS = m4 lib src doc po
157 170
158ACLOCAL_AMFLAGS = -I m4 171ACLOCAL_AMFLAGS = -I m4
159 172
160EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO 173EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
174 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
175 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
176 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
177
161 178
162CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ 179CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
163 config.sub install-sh missing mkinstalldirs \ 180 config.sub install-sh missing mkinstalldirs \
164 stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in.in \ 181 stamp-h.in m4/Makefile.am po/Makefile.in.in \
165 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \ 182 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
166 src/.libs intl depcomp 183 src/.libs intl depcomp
167 184
168subdir = . 185subdir = .
169ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 186ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
177 all-recursive install-data-recursive install-exec-recursive \ 194 all-recursive install-data-recursive install-exec-recursive \
178 installdirs-recursive install-recursive uninstall-recursive \ 195 installdirs-recursive install-recursive uninstall-recursive \
179 check-recursive installcheck-recursive 196 check-recursive installcheck-recursive
180DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \ 197DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
181 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS \ 198 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS \
182 TODO aclocal.m4 config.guess config.h.in config.rpath \ 199 TODO aclocal.m4 compile config.guess config.h.in config.rpath \
183 config.sub configure configure.ac depcomp install-sh missing \ 200 config.sub configure configure.ac depcomp install-sh missing \
184 mkinstalldirs 201 mkinstalldirs
185DIST_SUBDIRS = $(SUBDIRS) 202DIST_SUBDIRS = $(SUBDIRS)
186all: config.h 203all: config.h
187 $(MAKE) $(AM_MAKEFLAGS) all-recursive 204 $(MAKE) $(AM_MAKEFLAGS) all-recursive
199$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 216$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
200 $(SHELL) ./config.status --recheck 217 $(SHELL) ./config.status --recheck
201$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 218$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
202 cd $(srcdir) && $(AUTOCONF) 219 cd $(srcdir) && $(AUTOCONF)
203 220
204$(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/openssl.m4 m4/progtest.m4 m4/stdint_h.m4 m4/tuntap.m4 m4/uintmax_t.m4 m4/ulonglong.m4 221$(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
205 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 222 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
206 223
207config.h: stamp-h1 224config.h: stamp-h1
208 @if test ! -f $@; then \ 225 @if test ! -f $@; then \
209 rm -f stamp-h1; \ 226 rm -f stamp-h1; \
360distcleancheck_listfiles = find . -type f -print 377distcleancheck_listfiles = find . -type f -print
361 378
362distdir: $(DISTFILES) 379distdir: $(DISTFILES)
363 $(am__remove_distdir) 380 $(am__remove_distdir)
364 mkdir $(distdir) 381 mkdir $(distdir)
365 $(mkinstalldirs) $(distdir)/po 382 $(mkinstalldirs) $(distdir)/libev $(distdir)/po
366 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 383 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
367 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 384 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
368 list='$(DISTFILES)'; for file in $$list; do \ 385 list='$(DISTFILES)'; for file in $$list; do \
369 case $$file in \ 386 case $$file in \
370 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 387 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
400 distdir=../$(distdir)/$$subdir \ 417 distdir=../$(distdir)/$$subdir \
401 distdir) \ 418 distdir) \
402 || exit 1; \ 419 || exit 1; \
403 fi; \ 420 fi; \
404 done 421 done
405 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 422 -find "$(distdir)" -type d ! -perm -755 \
423 -exec chmod u+rwx,go+rx {} \; -o \
406 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 424 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
407 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 425 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
408 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 426 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
409 || chmod -R a+r $(distdir) 427 || chmod -R a+r $(distdir)
410dist-gzip: distdir 428dist-gzip: distdir
419# it guarantees that the distribution is self-contained by making another 437# it guarantees that the distribution is self-contained by making another
420# tarfile. 438# tarfile.
421distcheck: dist 439distcheck: dist
422 $(am__remove_distdir) 440 $(am__remove_distdir)
423 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 441 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
424 chmod -R a-w $(distdir); chmod a+w $(distdir) 442 chmod -R a-w $(distdir); chmod u+w $(distdir)
425 mkdir $(distdir)/_build 443 mkdir $(distdir)/_build
426 mkdir $(distdir)/_inst 444 mkdir $(distdir)/_inst
427 chmod a-w $(distdir) 445 chmod a-w $(distdir)
428 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 446 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
429 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 447 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines