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

Comparing gvpe/Makefile.in (file contents):
Revision 1.10 by pcg, Thu Mar 17 23:59:37 2005 UTC vs.
Revision 1.20 by root, Wed Jun 18 20:40:51 2014 UTC

61ECHO_N = @ECHO_N@ 61ECHO_N = @ECHO_N@
62ECHO_T = @ECHO_T@ 62ECHO_T = @ECHO_T@
63EGREP = @EGREP@ 63EGREP = @EGREP@
64EXEEXT = @EXEEXT@ 64EXEEXT = @EXEEXT@
65GMSGFMT = @GMSGFMT@ 65GMSGFMT = @GMSGFMT@
66GREP = @GREP@
66HAVE_TUNTAP = @HAVE_TUNTAP@ 67HAVE_TUNTAP = @HAVE_TUNTAP@
67IFSUBTYPE = @IFSUBTYPE@ 68IFSUBTYPE = @IFSUBTYPE@
68IFTYPE = @IFTYPE@ 69IFTYPE = @IFTYPE@
69INCLUDES = @INCLUDES@ 70INCLUDES = @INCLUDES@
70INSTALL_DATA = @INSTALL_DATA@ 71INSTALL_DATA = @INSTALL_DATA@
94PACKAGE = @PACKAGE@ 95PACKAGE = @PACKAGE@
95PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 96PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
96PACKAGE_NAME = @PACKAGE_NAME@ 97PACKAGE_NAME = @PACKAGE_NAME@
97PACKAGE_STRING = @PACKAGE_STRING@ 98PACKAGE_STRING = @PACKAGE_STRING@
98PACKAGE_TARNAME = @PACKAGE_TARNAME@ 99PACKAGE_TARNAME = @PACKAGE_TARNAME@
100PACKAGE_URL = @PACKAGE_URL@
99PACKAGE_VERSION = @PACKAGE_VERSION@ 101PACKAGE_VERSION = @PACKAGE_VERSION@
100PATH_SEPARATOR = @PATH_SEPARATOR@ 102PATH_SEPARATOR = @PATH_SEPARATOR@
101POSUB = @POSUB@ 103POSUB = @POSUB@
102RANLIB = @RANLIB@ 104RANLIB = @RANLIB@
103ROHC_FALSE = @ROHC_FALSE@ 105ROHC_FALSE = @ROHC_FALSE@
108USE_NLS = @USE_NLS@ 110USE_NLS = @USE_NLS@
109VERSION = @VERSION@ 111VERSION = @VERSION@
110XGETTEXT = @XGETTEXT@ 112XGETTEXT = @XGETTEXT@
111ac_ct_CC = @ac_ct_CC@ 113ac_ct_CC = @ac_ct_CC@
112ac_ct_CXX = @ac_ct_CXX@ 114ac_ct_CXX = @ac_ct_CXX@
113ac_ct_RANLIB = @ac_ct_RANLIB@
114ac_ct_STRIP = @ac_ct_STRIP@
115am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 115am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
116am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 116am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 117am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
118am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 118am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
119am__include = @am__include@ 119am__include = @am__include@
124build_alias = @build_alias@ 124build_alias = @build_alias@
125build_cpu = @build_cpu@ 125build_cpu = @build_cpu@
126build_os = @build_os@ 126build_os = @build_os@
127build_vendor = @build_vendor@ 127build_vendor = @build_vendor@
128datadir = @datadir@ 128datadir = @datadir@
129datarootdir = @datarootdir@
130docdir = @docdir@
131dvidir = @dvidir@
129exec_prefix = @exec_prefix@ 132exec_prefix = @exec_prefix@
130host = @host@ 133host = @host@
131host_alias = @host_alias@ 134host_alias = @host_alias@
132host_cpu = @host_cpu@ 135host_cpu = @host_cpu@
133host_os = @host_os@ 136host_os = @host_os@
134host_vendor = @host_vendor@ 137host_vendor = @host_vendor@
138htmldir = @htmldir@
135includedir = @includedir@ 139includedir = @includedir@
136infodir = @infodir@ 140infodir = @infodir@
137install_sh = @install_sh@ 141install_sh = @install_sh@
138libdir = @libdir@ 142libdir = @libdir@
139libexecdir = @libexecdir@ 143libexecdir = @libexecdir@
144localedir = @localedir@
140localstatedir = @localstatedir@ 145localstatedir = @localstatedir@
141mandir = @mandir@ 146mandir = @mandir@
142oldincludedir = @oldincludedir@ 147oldincludedir = @oldincludedir@
148pdfdir = @pdfdir@
143prefix = @prefix@ 149prefix = @prefix@
144program_transform_name = @program_transform_name@ 150program_transform_name = @program_transform_name@
151psdir = @psdir@
145sbindir = @sbindir@ 152sbindir = @sbindir@
146sharedstatedir = @sharedstatedir@ 153sharedstatedir = @sharedstatedir@
147sysconfdir = @sysconfdir@ 154sysconfdir = @sysconfdir@
148target = @target@ 155target = @target@
149target_alias = @target_alias@ 156target_alias = @target_alias@
153 160
154AUTOMAKE_OPTIONS = gnu 161AUTOMAKE_OPTIONS = gnu
155 162
156SUBDIRS = m4 lib src doc po 163SUBDIRS = m4 lib src doc po
157 164
158ACLOCAL_AMFLAGS = -I m4 165ACLOCAL_AMFLAGS = -I m4
159 166
160EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO 167EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
168 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
169 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
170 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
171
161 172
162CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ 173CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
163 config.sub install-sh missing mkinstalldirs \ 174 config.sub install-sh missing mkinstalldirs \
164 stamp-h.in m4/Makefile.am po/Makefile.in.in \ 175 stamp-h.in m4/Makefile.am po/Makefile.in.in \
165 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \ 176 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
360distcleancheck_listfiles = find . -type f -print 371distcleancheck_listfiles = find . -type f -print
361 372
362distdir: $(DISTFILES) 373distdir: $(DISTFILES)
363 $(am__remove_distdir) 374 $(am__remove_distdir)
364 mkdir $(distdir) 375 mkdir $(distdir)
365 $(mkinstalldirs) $(distdir)/po 376 $(mkinstalldirs) $(distdir)/libev $(distdir)/po
366 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 377 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
367 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 378 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
368 list='$(DISTFILES)'; for file in $$list; do \ 379 list='$(DISTFILES)'; for file in $$list; do \
369 case $$file in \ 380 case $$file in \
370 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 381 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
400 distdir=../$(distdir)/$$subdir \ 411 distdir=../$(distdir)/$$subdir \
401 distdir) \ 412 distdir) \
402 || exit 1; \ 413 || exit 1; \
403 fi; \ 414 fi; \
404 done 415 done
405 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 416 -find "$(distdir)" -type d ! -perm -755 \
417 -exec chmod u+rwx,go+rx {} \; -o \
406 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 418 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
407 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 419 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
408 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 420 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
409 || chmod -R a+r $(distdir) 421 || chmod -R a+r $(distdir)
410dist-gzip: distdir 422dist-gzip: distdir
419# it guarantees that the distribution is self-contained by making another 431# it guarantees that the distribution is self-contained by making another
420# tarfile. 432# tarfile.
421distcheck: dist 433distcheck: dist
422 $(am__remove_distdir) 434 $(am__remove_distdir)
423 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 435 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
424 chmod -R a-w $(distdir); chmod a+w $(distdir) 436 chmod -R a-w $(distdir); chmod u+w $(distdir)
425 mkdir $(distdir)/_build 437 mkdir $(distdir)/_build
426 mkdir $(distdir)/_inst 438 mkdir $(distdir)/_inst
427 chmod a-w $(distdir) 439 chmod a-w $(distdir)
428 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 440 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
429 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 441 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines