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

Comparing gvpe/Makefile.in (file contents):
Revision 1.9 by pcg, Fri Jun 11 15:56:02 2004 UTC vs.
Revision 1.12 by pcg, Thu Mar 29 17:35:20 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@
159 165
160EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO 166EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO
161 167
162CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \ 168CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
163 config.sub install-sh missing mkinstalldirs \ 169 config.sub install-sh missing mkinstalldirs \
164 stamp-h.in m4/Makefile.am ChangeLog po/Makefile.in.in \ 170 stamp-h.in m4/Makefile.am po/Makefile.in.in \
165 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \ 171 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
166 src/.libs intl depcomp 172 src/.libs intl depcomp
167 173
168subdir = . 174subdir = .
169ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 175ACLOCAL_M4 = $(top_srcdir)/aclocal.m4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines