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

Comparing gvpe/Makefile.in (file contents):
Revision 1.15 by pcg, Wed Aug 27 22:14:02 2008 UTC vs.
Revision 1.20 by root, Wed Jun 18 20:40:51 2014 UTC

95PACKAGE = @PACKAGE@ 95PACKAGE = @PACKAGE@
96PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 96PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97PACKAGE_NAME = @PACKAGE_NAME@ 97PACKAGE_NAME = @PACKAGE_NAME@
98PACKAGE_STRING = @PACKAGE_STRING@ 98PACKAGE_STRING = @PACKAGE_STRING@
99PACKAGE_TARNAME = @PACKAGE_TARNAME@ 99PACKAGE_TARNAME = @PACKAGE_TARNAME@
100PACKAGE_URL = @PACKAGE_URL@
100PACKAGE_VERSION = @PACKAGE_VERSION@ 101PACKAGE_VERSION = @PACKAGE_VERSION@
101PATH_SEPARATOR = @PATH_SEPARATOR@ 102PATH_SEPARATOR = @PATH_SEPARATOR@
102POSUB = @POSUB@ 103POSUB = @POSUB@
103RANLIB = @RANLIB@ 104RANLIB = @RANLIB@
104ROHC_FALSE = @ROHC_FALSE@ 105ROHC_FALSE = @ROHC_FALSE@
159 160
160AUTOMAKE_OPTIONS = gnu 161AUTOMAKE_OPTIONS = gnu
161 162
162SUBDIRS = m4 lib src doc po 163SUBDIRS = m4 lib src doc po
163 164
164ACLOCAL_AMFLAGS = -I m4 165ACLOCAL_AMFLAGS = -I m4
165 166
166EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \ 167EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
167 libev/ev.c libev/ev.h libev/libev.m4 \ 168 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
168 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \ 169 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
169 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h 170 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
170 171
171 172
172CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ 173CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
410 distdir=../$(distdir)/$$subdir \ 411 distdir=../$(distdir)/$$subdir \
411 distdir) \ 412 distdir) \
412 || exit 1; \ 413 || exit 1; \
413 fi; \ 414 fi; \
414 done 415 done
415 -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 \
416 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 418 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
417 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 419 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
418 ! -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 {} {} \; \
419 || chmod -R a+r $(distdir) 421 || chmod -R a+r $(distdir)
420dist-gzip: distdir 422dist-gzip: distdir
429# it guarantees that the distribution is self-contained by making another 431# it guarantees that the distribution is self-contained by making another
430# tarfile. 432# tarfile.
431distcheck: dist 433distcheck: dist
432 $(am__remove_distdir) 434 $(am__remove_distdir)
433 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 435 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
434 chmod -R a-w $(distdir); chmod a+w $(distdir) 436 chmod -R a-w $(distdir); chmod u+w $(distdir)
435 mkdir $(distdir)/_build 437 mkdir $(distdir)/_build
436 mkdir $(distdir)/_inst 438 mkdir $(distdir)/_inst
437 chmod a-w $(distdir) 439 chmod a-w $(distdir)
438 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 440 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
439 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 441 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines