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

Comparing gvpe/m4/Makefile.in (file contents):
Revision 1.5 by pcg, Wed Jan 18 13:17:55 2006 UTC vs.
Revision 1.8 by root, Wed Jul 10 01:51:40 2013 UTC

1# Makefile.in generated by automake 1.9.6 from Makefile.am. 1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 Free Software Foundation, Inc. 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 7# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 8# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 9# with or without modifications, as long as this notice is preserved.
9 10
10# This program is distributed in the hope that it will be useful, 11# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE. 14# PARTICULAR PURPOSE.
14 15
15@SET_MAKE@ 16@SET_MAKE@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@ 17VPATH = @srcdir@
18am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
19pkgdatadir = $(datadir)/@PACKAGE@ 35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@ 37pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@ 38pkglibexecdir = $(libexecdir)/@PACKAGE@
22top_builddir = ..
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24INSTALL = @INSTALL@
25install_sh_DATA = $(install_sh) -c -m 644 40install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c 41install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c 42install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA) 43INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name) 44transform = $(program_transform_name)
38target_triplet = @target@ 53target_triplet = @target@
39subdir = m4 54subdir = m4
40DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 55DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
41 ChangeLog 56 ChangeLog
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 57ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \ 58am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
59 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
60 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
61 $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/progtest.m4 \
44 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \ 62 $(top_srcdir)/m4/tuntap.m4 $(top_srcdir)/libev/libev.m4 \
45 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
46 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/openssl.m4 \
47 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/tuntap.m4 \
48 $(top_srcdir)/configure.ac 63 $(top_srcdir)/configure.ac
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4) 65 $(ACLOCAL_M4)
51mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 66mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52CONFIG_HEADER = $(top_builddir)/config.h 67CONFIG_HEADER = $(top_builddir)/config.h
53CONFIG_CLEAN_FILES = 68CONFIG_CLEAN_FILES =
69CONFIG_CLEAN_VPATH_FILES =
54SOURCES = 70SOURCES =
55DIST_SOURCES = 71DIST_SOURCES =
72am__can_run_installinfo = \
73 case $$AM_UPDATE_INFO_DIR in \
74 n|no|NO) false;; \
75 *) (install-info --version) >/dev/null 2>&1;; \
76 esac
56DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 77DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57ACLOCAL = @ACLOCAL@ 78ACLOCAL = @ACLOCAL@
58ALLOCA = @ALLOCA@ 79ALLOCA = @ALLOCA@
59AMDEP_FALSE = @AMDEP_FALSE@
60AMDEP_TRUE = @AMDEP_TRUE@
61AMTAR = @AMTAR@ 80AMTAR = @AMTAR@
62AUTOCONF = @AUTOCONF@ 81AUTOCONF = @AUTOCONF@
63AUTOHEADER = @AUTOHEADER@ 82AUTOHEADER = @AUTOHEADER@
64AUTOMAKE = @AUTOMAKE@ 83AUTOMAKE = @AUTOMAKE@
65AWK = @AWK@ 84AWK = @AWK@
79ECHO_N = @ECHO_N@ 98ECHO_N = @ECHO_N@
80ECHO_T = @ECHO_T@ 99ECHO_T = @ECHO_T@
81EGREP = @EGREP@ 100EGREP = @EGREP@
82EXEEXT = @EXEEXT@ 101EXEEXT = @EXEEXT@
83GMSGFMT = @GMSGFMT@ 102GMSGFMT = @GMSGFMT@
103GREP = @GREP@
84HAVE_TUNTAP = @HAVE_TUNTAP@ 104HAVE_TUNTAP = @HAVE_TUNTAP@
85IFSUBTYPE = @IFSUBTYPE@ 105IFSUBTYPE = @IFSUBTYPE@
86IFTYPE = @IFTYPE@ 106IFTYPE = @IFTYPE@
87INCLUDES = @INCLUDES@ 107INCLUDES = @INCLUDES@
108INSTALL = @INSTALL@
88INSTALL_DATA = @INSTALL_DATA@ 109INSTALL_DATA = @INSTALL_DATA@
89INSTALL_PROGRAM = @INSTALL_PROGRAM@ 110INSTALL_PROGRAM = @INSTALL_PROGRAM@
90INSTALL_SCRIPT = @INSTALL_SCRIPT@ 111INSTALL_SCRIPT = @INSTALL_SCRIPT@
91INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 112INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92INTLLIBS = @INTLLIBS@ 113INTLLIBS = @INTLLIBS@
100LN_S = @LN_S@ 121LN_S = @LN_S@
101LTLIBICONV = @LTLIBICONV@ 122LTLIBICONV = @LTLIBICONV@
102LTLIBINTL = @LTLIBINTL@ 123LTLIBINTL = @LTLIBINTL@
103LTLIBOBJS = @LTLIBOBJS@ 124LTLIBOBJS = @LTLIBOBJS@
104MAINT = @MAINT@ 125MAINT = @MAINT@
105MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
106MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
107MAKEINFO = @MAKEINFO@ 126MAKEINFO = @MAKEINFO@
127MKDIR_P = @MKDIR_P@
108MKINSTALLDIRS = @MKINSTALLDIRS@ 128MKINSTALLDIRS = @MKINSTALLDIRS@
109MSGFMT = @MSGFMT@ 129MSGFMT = @MSGFMT@
110MSGMERGE = @MSGMERGE@ 130MSGMERGE = @MSGMERGE@
111OBJEXT = @OBJEXT@ 131OBJEXT = @OBJEXT@
112PACKAGE = @PACKAGE@ 132PACKAGE = @PACKAGE@
113PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 133PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
114PACKAGE_NAME = @PACKAGE_NAME@ 134PACKAGE_NAME = @PACKAGE_NAME@
115PACKAGE_STRING = @PACKAGE_STRING@ 135PACKAGE_STRING = @PACKAGE_STRING@
116PACKAGE_TARNAME = @PACKAGE_TARNAME@ 136PACKAGE_TARNAME = @PACKAGE_TARNAME@
137PACKAGE_URL = @PACKAGE_URL@
117PACKAGE_VERSION = @PACKAGE_VERSION@ 138PACKAGE_VERSION = @PACKAGE_VERSION@
118PATH_SEPARATOR = @PATH_SEPARATOR@ 139PATH_SEPARATOR = @PATH_SEPARATOR@
119POSUB = @POSUB@ 140POSUB = @POSUB@
120RANLIB = @RANLIB@ 141RANLIB = @RANLIB@
121ROHC_FALSE = @ROHC_FALSE@
122ROHC_TRUE = @ROHC_TRUE@
123SET_MAKE = @SET_MAKE@ 142SET_MAKE = @SET_MAKE@
124SHELL = @SHELL@ 143SHELL = @SHELL@
125STRIP = @STRIP@ 144STRIP = @STRIP@
126USE_NLS = @USE_NLS@ 145USE_NLS = @USE_NLS@
127VERSION = @VERSION@ 146VERSION = @VERSION@
128XGETTEXT = @XGETTEXT@ 147XGETTEXT = @XGETTEXT@
148abs_builddir = @abs_builddir@
149abs_srcdir = @abs_srcdir@
150abs_top_builddir = @abs_top_builddir@
151abs_top_srcdir = @abs_top_srcdir@
129ac_ct_CC = @ac_ct_CC@ 152ac_ct_CC = @ac_ct_CC@
130ac_ct_CXX = @ac_ct_CXX@ 153ac_ct_CXX = @ac_ct_CXX@
131ac_ct_RANLIB = @ac_ct_RANLIB@
132ac_ct_STRIP = @ac_ct_STRIP@
133am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
134am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
135am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
136am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
137am__include = @am__include@ 154am__include = @am__include@
138am__leading_dot = @am__leading_dot@ 155am__leading_dot = @am__leading_dot@
139am__quote = @am__quote@ 156am__quote = @am__quote@
140am__tar = @am__tar@ 157am__tar = @am__tar@
141am__untar = @am__untar@ 158am__untar = @am__untar@
143build = @build@ 160build = @build@
144build_alias = @build_alias@ 161build_alias = @build_alias@
145build_cpu = @build_cpu@ 162build_cpu = @build_cpu@
146build_os = @build_os@ 163build_os = @build_os@
147build_vendor = @build_vendor@ 164build_vendor = @build_vendor@
165builddir = @builddir@
148datadir = @datadir@ 166datadir = @datadir@
167datarootdir = @datarootdir@
168docdir = @docdir@
169dvidir = @dvidir@
149exec_prefix = @exec_prefix@ 170exec_prefix = @exec_prefix@
150host = @host@ 171host = @host@
151host_alias = @host_alias@ 172host_alias = @host_alias@
152host_cpu = @host_cpu@ 173host_cpu = @host_cpu@
153host_os = @host_os@ 174host_os = @host_os@
154host_vendor = @host_vendor@ 175host_vendor = @host_vendor@
176htmldir = @htmldir@
155includedir = @includedir@ 177includedir = @includedir@
156infodir = @infodir@ 178infodir = @infodir@
157install_sh = @install_sh@ 179install_sh = @install_sh@
158libdir = @libdir@ 180libdir = @libdir@
159libexecdir = @libexecdir@ 181libexecdir = @libexecdir@
182localedir = @localedir@
160localstatedir = @localstatedir@ 183localstatedir = @localstatedir@
161mandir = @mandir@ 184mandir = @mandir@
162mkdir_p = @mkdir_p@ 185mkdir_p = @mkdir_p@
163oldincludedir = @oldincludedir@ 186oldincludedir = @oldincludedir@
187pdfdir = @pdfdir@
164prefix = @prefix@ 188prefix = @prefix@
165program_transform_name = @program_transform_name@ 189program_transform_name = @program_transform_name@
190psdir = @psdir@
166sbindir = @sbindir@ 191sbindir = @sbindir@
167sharedstatedir = @sharedstatedir@ 192sharedstatedir = @sharedstatedir@
193srcdir = @srcdir@
168sysconfdir = @sysconfdir@ 194sysconfdir = @sysconfdir@
169target = @target@ 195target = @target@
170target_alias = @target_alias@ 196target_alias = @target_alias@
171target_cpu = @target_cpu@ 197target_cpu = @target_cpu@
172target_os = @target_os@ 198target_os = @target_os@
173target_vendor = @target_vendor@ 199target_vendor = @target_vendor@
200top_build_prefix = @top_build_prefix@
201top_builddir = @top_builddir@
202top_srcdir = @top_srcdir@
174EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \ 203EXTRA_DIST = README Makefile.am.in aclocal-include.m4 codeset.m4 \
175gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \ 204gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes-pri.m4 inttypes.m4 \
176inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \ 205inttypes_h.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
177lib-prefix.m4 openssl.m4 progtest.m4 stdint_h.m4 tuntap.m4 uintmax_t.m4 \ 206lib-prefix.m4 openssl.m4 progtest.m4 stdint_h.m4 tuntap.m4 uintmax_t.m4 \
178ulonglong.m4 207ulonglong.m4
182.SUFFIXES: 211.SUFFIXES:
183$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 212$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
184 @for dep in $?; do \ 213 @for dep in $?; do \
185 case '$(am__configure_deps)' in \ 214 case '$(am__configure_deps)' in \
186 *$$dep*) \ 215 *$$dep*) \
187 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 216 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
188 && exit 0; \ 217 && { if test -f $@; then exit 0; else break; fi; }; \
189 exit 1;; \ 218 exit 1;; \
190 esac; \ 219 esac; \
191 done; \ 220 done; \
192 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \ 221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
193 cd $(top_srcdir) && \ 222 $(am__cd) $(top_srcdir) && \
194 $(AUTOMAKE) --gnu m4/Makefile 223 $(AUTOMAKE) --gnu m4/Makefile
195.PRECIOUS: Makefile 224.PRECIOUS: Makefile
196Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 225Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
197 @case '$?' in \ 226 @case '$?' in \
198 *config.status*) \ 227 *config.status*) \
199 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
207 236
208$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 237$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 239$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212uninstall-info-am: 241$(am__aclocal_m4_deps):
213tags: TAGS 242tags: TAGS
214TAGS: 243TAGS:
215 244
216ctags: CTAGS 245ctags: CTAGS
217CTAGS: 246CTAGS:
218 247
219 248
220distdir: $(DISTFILES) 249distdir: $(DISTFILES)
221 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 250 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
222 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 251 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
223 list='$(DISTFILES)'; for file in $$list; do \ 252 list='$(DISTFILES)'; \
253 dist_files=`for file in $$list; do echo $$file; done | \
254 sed -e "s|^$$srcdirstrip/||;t" \
255 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
224 case $$file in \ 256 case $$dist_files in \
225 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 257 */*) $(MKDIR_P) `echo "$$dist_files" | \
226 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 258 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
259 sort -u` ;; \
227 esac; \ 260 esac; \
261 for file in $$dist_files; do \
228 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 262 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
263 if test -d $$d/$$file; then \
229 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 264 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
230 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 265 if test -d "$(distdir)/$$file"; then \
231 dir="/$$dir"; \ 266 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
232 $(mkdir_p) "$(distdir)$$dir"; \ 267 fi; \
268 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
269 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
270 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
271 fi; \
272 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
233 else \ 273 else \
234 dir=''; \
235 fi; \
236 if test -d $$d/$$file; then \
237 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
238 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
239 fi; \
240 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
241 else \
242 test -f $(distdir)/$$file \ 274 test -f "$(distdir)/$$file" \
243 || cp -p $$d/$$file $(distdir)/$$file \ 275 || cp -p $$d/$$file "$(distdir)/$$file" \
244 || exit 1; \ 276 || exit 1; \
245 fi; \ 277 fi; \
246 done 278 done
247check-am: all-am 279check-am: all-am
248check: check-am 280check: check-am
256install-am: all-am 288install-am: all-am
257 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 289 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
258 290
259installcheck: installcheck-am 291installcheck: installcheck-am
260install-strip: 292install-strip:
293 if test -z '$(STRIP)'; then \
261 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 294 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
262 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 295 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
263 `test -z '$(STRIP)' || \ 296 install; \
297 else \
298 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
299 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
264 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 300 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
301 fi
265mostlyclean-generic: 302mostlyclean-generic:
266 303
267clean-generic: 304clean-generic:
268 305
269distclean-generic: 306distclean-generic:
270 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 307 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
308 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
271 309
272maintainer-clean-generic: 310maintainer-clean-generic:
273 @echo "This command is intended for maintainers to use" 311 @echo "This command is intended for maintainers to use"
274 @echo "it deletes files that may require special tools to rebuild." 312 @echo "it deletes files that may require special tools to rebuild."
275clean: clean-am 313clean: clean-am
284 322
285dvi-am: 323dvi-am:
286 324
287html: html-am 325html: html-am
288 326
327html-am:
328
289info: info-am 329info: info-am
290 330
291info-am: 331info-am:
292 332
293install-data-am: 333install-data-am:
294 334
335install-dvi: install-dvi-am
336
337install-dvi-am:
338
295install-exec-am: 339install-exec-am:
296 340
341install-html: install-html-am
342
343install-html-am:
344
297install-info: install-info-am 345install-info: install-info-am
298 346
347install-info-am:
348
299install-man: 349install-man:
350
351install-pdf: install-pdf-am
352
353install-pdf-am:
354
355install-ps: install-ps-am
356
357install-ps-am:
300 358
301installcheck-am: 359installcheck-am:
302 360
303maintainer-clean: maintainer-clean-am 361maintainer-clean: maintainer-clean-am
304 -rm -f Makefile 362 -rm -f Makefile
314 372
315ps: ps-am 373ps: ps-am
316 374
317ps-am: 375ps-am:
318 376
319uninstall-am: uninstall-info-am 377uninstall-am:
378
379.MAKE: install-am install-strip
320 380
321.PHONY: all all-am check check-am clean clean-generic distclean \ 381.PHONY: all all-am check check-am clean clean-generic distclean \
322 distclean-generic distdir dvi dvi-am html html-am info info-am \ 382 distclean-generic distdir dvi dvi-am html html-am info info-am \
323 install install-am install-data install-data-am install-exec \ 383 install install-am install-data install-data-am install-dvi \
384 install-dvi-am install-exec install-exec-am install-html \
324 install-exec-am install-info install-info-am install-man \ 385 install-html-am install-info install-info-am install-man \
386 install-pdf install-pdf-am install-ps install-ps-am \
325 install-strip installcheck installcheck-am installdirs \ 387 install-strip installcheck installcheck-am installdirs \
326 maintainer-clean maintainer-clean-generic mostlyclean \ 388 maintainer-clean maintainer-clean-generic mostlyclean \
327 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ 389 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
328 uninstall-info-am
329 390
330 391
331Makefile.am: Makefile.am.in 392Makefile.am: Makefile.am.in
332 rm -f $@ $@t 393 rm -f $@ $@t
333 sed -n '1,/^##m4-files-begin/p' $< > $@t 394 sed -n '1,/^##m4-files-begin/p' $< > $@t
337 |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ 398 |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
338 >> $@t 399 >> $@t
339 sed -n '/^##m4-files-end/,$$p' $< >> $@t 400 sed -n '/^##m4-files-end/,$$p' $< >> $@t
340 chmod a-w $@t 401 chmod a-w $@t
341 mv $@t $@ 402 mv $@t $@
403
342# Tell versions [3.59,3.63) of GNU make to not export all variables. 404# Tell versions [3.59,3.63) of GNU make to not export all variables.
343# Otherwise a system limit (for SysV at least) may be exceeded. 405# Otherwise a system limit (for SysV at least) may be exceeded.
344.NOEXPORT: 406.NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines