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.21 by root, Thu Jun 30 11:43:38 2016 UTC

147oldincludedir = @oldincludedir@ 147oldincludedir = @oldincludedir@
148pdfdir = @pdfdir@ 148pdfdir = @pdfdir@
149prefix = @prefix@ 149prefix = @prefix@
150program_transform_name = @program_transform_name@ 150program_transform_name = @program_transform_name@
151psdir = @psdir@ 151psdir = @psdir@
152runstatedir = @runstatedir@
152sbindir = @sbindir@ 153sbindir = @sbindir@
153sharedstatedir = @sharedstatedir@ 154sharedstatedir = @sharedstatedir@
154sysconfdir = @sysconfdir@ 155sysconfdir = @sysconfdir@
155target = @target@ 156target = @target@
156target_alias = @target_alias@ 157target_alias = @target_alias@
160 161
161AUTOMAKE_OPTIONS = gnu 162AUTOMAKE_OPTIONS = gnu
162 163
163SUBDIRS = m4 lib src doc po 164SUBDIRS = m4 lib src doc po
164 165
165ACLOCAL_AMFLAGS = -I m4 166ACLOCAL_AMFLAGS = -I m4
166 167
167EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \ 168EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
168 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \ 169 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_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 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
431# it guarantees that the distribution is self-contained by making another 432# it guarantees that the distribution is self-contained by making another
432# tarfile. 433# tarfile.
433distcheck: dist 434distcheck: dist
434 $(am__remove_distdir) 435 $(am__remove_distdir)
435 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 436 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
436 chmod -R a-w $(distdir); chmod a+w $(distdir) 437 chmod -R a-w $(distdir); chmod u+w $(distdir)
437 mkdir $(distdir)/_build 438 mkdir $(distdir)/_build
438 mkdir $(distdir)/_inst 439 mkdir $(distdir)/_inst
439 chmod a-w $(distdir) 440 chmod a-w $(distdir)
440 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 441 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
441 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 442 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines