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.13 by pcg, Sat Nov 10 05:14:21 2007 UTC

161 161
162SUBDIRS = m4 lib src doc po 162SUBDIRS = m4 lib src doc po
163 163
164ACLOCAL_AMFLAGS = -I m4 164ACLOCAL_AMFLAGS = -I m4
165 165
166EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO 166EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
167 libev/ev.c libev/ev.h libev/ev.m4 \
168 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
169 libev/ev_vars.h ev_win32.c libev/ev_wrap.h
170
167 171
168CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ 172CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
169 config.sub install-sh missing mkinstalldirs \ 173 config.sub install-sh missing mkinstalldirs \
170 stamp-h.in m4/Makefile.am po/Makefile.in.in \ 174 stamp-h.in m4/Makefile.am po/Makefile.in.in \
171 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \ 175 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
366distcleancheck_listfiles = find . -type f -print 370distcleancheck_listfiles = find . -type f -print
367 371
368distdir: $(DISTFILES) 372distdir: $(DISTFILES)
369 $(am__remove_distdir) 373 $(am__remove_distdir)
370 mkdir $(distdir) 374 mkdir $(distdir)
371 $(mkinstalldirs) $(distdir)/po 375 $(mkinstalldirs) $(distdir)/libev $(distdir)/po
372 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 376 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
373 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 377 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
374 list='$(DISTFILES)'; for file in $$list; do \ 378 list='$(DISTFILES)'; for file in $$list; do \
375 case $$file in \ 379 case $$file in \
376 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 380 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines