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

Comparing gvpe/Makefile.in (file contents):
Revision 1.10 by pcg, Thu Mar 17 23:59:37 2005 UTC vs.
Revision 1.14 by pcg, Sat Nov 10 05:15:54 2007 UTC

61ECHO_N = @ECHO_N@ 61ECHO_N = @ECHO_N@
62ECHO_T = @ECHO_T@ 62ECHO_T = @ECHO_T@
63EGREP = @EGREP@ 63EGREP = @EGREP@
64EXEEXT = @EXEEXT@ 64EXEEXT = @EXEEXT@
65GMSGFMT = @GMSGFMT@ 65GMSGFMT = @GMSGFMT@
66GREP = @GREP@
66HAVE_TUNTAP = @HAVE_TUNTAP@ 67HAVE_TUNTAP = @HAVE_TUNTAP@
67IFSUBTYPE = @IFSUBTYPE@ 68IFSUBTYPE = @IFSUBTYPE@
68IFTYPE = @IFTYPE@ 69IFTYPE = @IFTYPE@
69INCLUDES = @INCLUDES@ 70INCLUDES = @INCLUDES@
70INSTALL_DATA = @INSTALL_DATA@ 71INSTALL_DATA = @INSTALL_DATA@
108USE_NLS = @USE_NLS@ 109USE_NLS = @USE_NLS@
109VERSION = @VERSION@ 110VERSION = @VERSION@
110XGETTEXT = @XGETTEXT@ 111XGETTEXT = @XGETTEXT@
111ac_ct_CC = @ac_ct_CC@ 112ac_ct_CC = @ac_ct_CC@
112ac_ct_CXX = @ac_ct_CXX@ 113ac_ct_CXX = @ac_ct_CXX@
113ac_ct_RANLIB = @ac_ct_RANLIB@
114ac_ct_STRIP = @ac_ct_STRIP@
115am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 114am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
116am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 115am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
117am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 116am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
118am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 117am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
119am__include = @am__include@ 118am__include = @am__include@
124build_alias = @build_alias@ 123build_alias = @build_alias@
125build_cpu = @build_cpu@ 124build_cpu = @build_cpu@
126build_os = @build_os@ 125build_os = @build_os@
127build_vendor = @build_vendor@ 126build_vendor = @build_vendor@
128datadir = @datadir@ 127datadir = @datadir@
128datarootdir = @datarootdir@
129docdir = @docdir@
130dvidir = @dvidir@
129exec_prefix = @exec_prefix@ 131exec_prefix = @exec_prefix@
130host = @host@ 132host = @host@
131host_alias = @host_alias@ 133host_alias = @host_alias@
132host_cpu = @host_cpu@ 134host_cpu = @host_cpu@
133host_os = @host_os@ 135host_os = @host_os@
134host_vendor = @host_vendor@ 136host_vendor = @host_vendor@
137htmldir = @htmldir@
135includedir = @includedir@ 138includedir = @includedir@
136infodir = @infodir@ 139infodir = @infodir@
137install_sh = @install_sh@ 140install_sh = @install_sh@
138libdir = @libdir@ 141libdir = @libdir@
139libexecdir = @libexecdir@ 142libexecdir = @libexecdir@
143localedir = @localedir@
140localstatedir = @localstatedir@ 144localstatedir = @localstatedir@
141mandir = @mandir@ 145mandir = @mandir@
142oldincludedir = @oldincludedir@ 146oldincludedir = @oldincludedir@
147pdfdir = @pdfdir@
143prefix = @prefix@ 148prefix = @prefix@
144program_transform_name = @program_transform_name@ 149program_transform_name = @program_transform_name@
150psdir = @psdir@
145sbindir = @sbindir@ 151sbindir = @sbindir@
146sharedstatedir = @sharedstatedir@ 152sharedstatedir = @sharedstatedir@
147sysconfdir = @sysconfdir@ 153sysconfdir = @sysconfdir@
148target = @target@ 154target = @target@
149target_alias = @target_alias@ 155target_alias = @target_alias@
155 161
156SUBDIRS = m4 lib src doc po 162SUBDIRS = m4 lib src doc po
157 163
158ACLOCAL_AMFLAGS = -I m4 164ACLOCAL_AMFLAGS = -I m4
159 165
160EXTRA_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 libev/ev_win32.c libev/ev_wrap.h
170
161 171
162CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ 172CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
163 config.sub install-sh missing mkinstalldirs \ 173 config.sub install-sh missing mkinstalldirs \
164 stamp-h.in m4/Makefile.am po/Makefile.in.in \ 174 stamp-h.in m4/Makefile.am po/Makefile.in.in \
165 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 \
360distcleancheck_listfiles = find . -type f -print 370distcleancheck_listfiles = find . -type f -print
361 371
362distdir: $(DISTFILES) 372distdir: $(DISTFILES)
363 $(am__remove_distdir) 373 $(am__remove_distdir)
364 mkdir $(distdir) 374 mkdir $(distdir)
365 $(mkinstalldirs) $(distdir)/po 375 $(mkinstalldirs) $(distdir)/libev $(distdir)/po
366 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 376 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
367 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 377 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
368 list='$(DISTFILES)'; for file in $$list; do \ 378 list='$(DISTFILES)'; for file in $$list; do \
369 case $$file in \ 379 case $$file in \
370 $(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