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

Comparing gvpe/Makefile.in (file contents):
Revision 1.17 by root, Tue Feb 15 13:31:21 2011 UTC vs.
Revision 1.20 by root, Wed Jun 18 20:40:51 2014 UTC

160 160
161AUTOMAKE_OPTIONS = gnu 161AUTOMAKE_OPTIONS = gnu
162 162
163SUBDIRS = m4 lib src doc po 163SUBDIRS = m4 lib src doc po
164 164
165ACLOCAL_AMFLAGS = -I m4 165ACLOCAL_AMFLAGS = -I m4
166 166
167EXTRA_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 \ 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 \ 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 170 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
431# it guarantees that the distribution is self-contained by making another 431# it guarantees that the distribution is self-contained by making another
432# tarfile. 432# tarfile.
433distcheck: dist 433distcheck: dist
434 $(am__remove_distdir) 434 $(am__remove_distdir)
435 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 435 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
436 chmod -R a-w $(distdir); chmod a+w $(distdir) 436 chmod -R a-w $(distdir); chmod u+w $(distdir)
437 mkdir $(distdir)/_build 437 mkdir $(distdir)/_build
438 mkdir $(distdir)/_inst 438 mkdir $(distdir)/_inst
439 chmod a-w $(distdir) 439 chmod a-w $(distdir)
440 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 440 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
441 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 441 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines