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

Comparing gvpe/Makefile.in (file contents):
Revision 1.12 by pcg, Thu Mar 29 17:35:20 2007 UTC vs.
Revision 1.21 by root, Thu Jun 30 11:43:38 2016 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@
146oldincludedir = @oldincludedir@ 147oldincludedir = @oldincludedir@
147pdfdir = @pdfdir@ 148pdfdir = @pdfdir@
148prefix = @prefix@ 149prefix = @prefix@
149program_transform_name = @program_transform_name@ 150program_transform_name = @program_transform_name@
150psdir = @psdir@ 151psdir = @psdir@
152runstatedir = @runstatedir@
151sbindir = @sbindir@ 153sbindir = @sbindir@
152sharedstatedir = @sharedstatedir@ 154sharedstatedir = @sharedstatedir@
153sysconfdir = @sysconfdir@ 155sysconfdir = @sysconfdir@
154target = @target@ 156target = @target@
155target_alias = @target_alias@ 157target_alias = @target_alias@
159 161
160AUTOMAKE_OPTIONS = gnu 162AUTOMAKE_OPTIONS = gnu
161 163
162SUBDIRS = m4 lib src doc po 164SUBDIRS = m4 lib src doc po
163 165
164ACLOCAL_AMFLAGS = -I m4 166ACLOCAL_AMFLAGS = -I m4
165 167
166EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO 168EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
169 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
170 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
171 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
172
167 173
168CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ 174CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
169 config.sub install-sh missing mkinstalldirs \ 175 config.sub install-sh missing mkinstalldirs \
170 stamp-h.in m4/Makefile.am po/Makefile.in.in \ 176 stamp-h.in m4/Makefile.am po/Makefile.in.in \
171 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \ 177 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
366distcleancheck_listfiles = find . -type f -print 372distcleancheck_listfiles = find . -type f -print
367 373
368distdir: $(DISTFILES) 374distdir: $(DISTFILES)
369 $(am__remove_distdir) 375 $(am__remove_distdir)
370 mkdir $(distdir) 376 mkdir $(distdir)
371 $(mkinstalldirs) $(distdir)/po 377 $(mkinstalldirs) $(distdir)/libev $(distdir)/po
372 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 378 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
373 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 379 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
374 list='$(DISTFILES)'; for file in $$list; do \ 380 list='$(DISTFILES)'; for file in $$list; do \
375 case $$file in \ 381 case $$file in \
376 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 382 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
406 distdir=../$(distdir)/$$subdir \ 412 distdir=../$(distdir)/$$subdir \
407 distdir) \ 413 distdir) \
408 || exit 1; \ 414 || exit 1; \
409 fi; \ 415 fi; \
410 done 416 done
411 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 417 -find "$(distdir)" -type d ! -perm -755 \
418 -exec chmod u+rwx,go+rx {} \; -o \
412 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 419 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
413 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 420 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
414 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 421 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
415 || chmod -R a+r $(distdir) 422 || chmod -R a+r $(distdir)
416dist-gzip: distdir 423dist-gzip: distdir
425# it guarantees that the distribution is self-contained by making another 432# it guarantees that the distribution is self-contained by making another
426# tarfile. 433# tarfile.
427distcheck: dist 434distcheck: dist
428 $(am__remove_distdir) 435 $(am__remove_distdir)
429 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 436 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
430 chmod -R a-w $(distdir); chmod a+w $(distdir) 437 chmod -R a-w $(distdir); chmod u+w $(distdir)
431 mkdir $(distdir)/_build 438 mkdir $(distdir)/_build
432 mkdir $(distdir)/_inst 439 mkdir $(distdir)/_inst
433 chmod a-w $(distdir) 440 chmod a-w $(distdir)
434 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 441 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
435 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 442 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines