]> git.ipfire.org Git - thirdparty/gcc.git/blob - libcpp/Makefile.in
2004-05-25 Paolo Bonzini <bonzini@gnu.org>
[thirdparty/gcc.git] / libcpp / Makefile.in
1 # Makefile.in generated by automake 1.8.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # 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 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17
18 SOURCES = $(libcpp_a_SOURCES)
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 top_builddir = .
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = @INSTALL@
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 target_triplet = @target@
43 DIST_COMMON = $(am__configure_deps) $(noinst_HEADERS) \
44 $(srcdir)/../config.guess $(srcdir)/../config.sub \
45 $(srcdir)/../depcomp $(srcdir)/../install-sh \
46 $(srcdir)/../missing $(srcdir)/../mkinstalldirs \
47 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
48 $(srcdir)/config.in $(top_srcdir)/configure ChangeLog
49 subdir = .
50 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
52 $(top_srcdir)/../config/gettext.m4 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno configure.status.lineno
57 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
58 CONFIG_HEADER = config.h
59 CONFIG_CLEAN_FILES =
60 AR = ar
61 ARFLAGS = cru
62 LIBRARIES = $(noinst_LIBRARIES)
63 libcpp_a_AR = $(AR) $(ARFLAGS)
64 libcpp_a_LIBADD =
65 am_libcpp_a_OBJECTS = charset.$(OBJEXT) directives.$(OBJEXT) \
66 errors.$(OBJEXT) expr.$(OBJEXT) files.$(OBJEXT) \
67 identifiers.$(OBJEXT) init.$(OBJEXT) lex.$(OBJEXT) \
68 line-map.$(OBJEXT) macro.$(OBJEXT) mkdeps.$(OBJEXT) \
69 pch.$(OBJEXT) symtab.$(OBJEXT) traditional.$(OBJEXT)
70 libcpp_a_OBJECTS = $(am_libcpp_a_OBJECTS)
71 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
72 depcomp = $(SHELL) $(top_srcdir)/../depcomp
73 am__depfiles_maybe = depfiles
74 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/charset.Po \
75 @AMDEP_TRUE@ ./$(DEPDIR)/directives.Po ./$(DEPDIR)/errors.Po \
76 @AMDEP_TRUE@ ./$(DEPDIR)/expr.Po ./$(DEPDIR)/files.Po \
77 @AMDEP_TRUE@ ./$(DEPDIR)/identifiers.Po ./$(DEPDIR)/init.Po \
78 @AMDEP_TRUE@ ./$(DEPDIR)/lex.Po ./$(DEPDIR)/line-map.Po \
79 @AMDEP_TRUE@ ./$(DEPDIR)/macro.Po ./$(DEPDIR)/mkdeps.Po \
80 @AMDEP_TRUE@ ./$(DEPDIR)/pch.Po ./$(DEPDIR)/symtab.Po \
81 @AMDEP_TRUE@ ./$(DEPDIR)/traditional.Po
82 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84 CCLD = $(CC)
85 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
86 SOURCES = $(libcpp_a_SOURCES)
87 DIST_SOURCES = $(libcpp_a_SOURCES)
88 HEADERS = $(noinst_HEADERS)
89 ETAGS = etags
90 CTAGS = ctags
91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92 distdir = $(PACKAGE)-$(VERSION)
93 top_distdir = $(distdir)
94 am__remove_distdir = \
95 { test ! -d $(distdir) \
96 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
97 && rm -fr $(distdir); }; }
98 DIST_ARCHIVES = $(distdir).tar.gz
99 GZIP_ENV = --best
100 distuninstallcheck_listfiles = find . -type f -print
101 distcleancheck_listfiles = find . -type f -print
102 ACLOCAL = @ACLOCAL@
103 ALLOCA = @ALLOCA@
104 AMDEP_FALSE = @AMDEP_FALSE@
105 AMDEP_TRUE = @AMDEP_TRUE@
106 AMTAR = @AMTAR@
107 AUTOCONF = @AUTOCONF@
108 AUTOHEADER = @AUTOHEADER@
109 AUTOMAKE = @AUTOMAKE@
110 AWK = @AWK@
111 CATALOGS = @CATALOGS@
112 CC = @CC@
113 CCDEPMODE = @CCDEPMODE@
114 CFLAGS = @CFLAGS@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117 CYGPATH_W = @CYGPATH_W@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 ECHO_C = @ECHO_C@
121 ECHO_N = @ECHO_N@
122 ECHO_T = @ECHO_T@
123 EGREP = @EGREP@
124 ENABLE_NLS_FALSE = @ENABLE_NLS_FALSE@
125 ENABLE_NLS_TRUE = @ENABLE_NLS_TRUE@
126 EXEEXT = @EXEEXT@
127 GMSGFMT = @GMSGFMT@
128 INCINTL = @INCINTL@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 LDFLAGS = @LDFLAGS@
134 LIBICONV = @LIBICONV@
135 LIBINTL = @LIBINTL@
136 LIBINTL_DEP = @LIBINTL_DEP@
137 LIBOBJS = @LIBOBJS@
138 LIBS = @LIBS@
139 LTLIBICONV = @LTLIBICONV@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAINT = @MAINT@
142 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
143 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
144 MAKEINFO = @MAKEINFO@
145 OBJEXT = @OBJEXT@
146 PACKAGE = @PACKAGE@
147 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148 PACKAGE_NAME = @PACKAGE_NAME@
149 PACKAGE_STRING = @PACKAGE_STRING@
150 PACKAGE_TARNAME = @PACKAGE_TARNAME@
151 PACKAGE_VERSION = @PACKAGE_VERSION@
152 PATH_SEPARATOR = @PATH_SEPARATOR@
153 POSUB = @POSUB@
154 RANLIB = @RANLIB@
155 SET_MAKE = @SET_MAKE@
156 SHELL = @SHELL@
157 STRIP = @STRIP@
158 USE_NLS = @USE_NLS@
159 VERSION = @VERSION@
160 XGETTEXT = @XGETTEXT@
161 ac_ct_CC = @ac_ct_CC@
162 ac_ct_RANLIB = @ac_ct_RANLIB@
163 ac_ct_STRIP = @ac_ct_STRIP@
164 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
165 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
166 am__include = @am__include@
167 am__leading_dot = @am__leading_dot@
168 am__quote = @am__quote@
169 bindir = @bindir@
170 build = @build@
171 build_alias = @build_alias@
172 build_cpu = @build_cpu@
173 build_os = @build_os@
174 build_vendor = @build_vendor@
175 datadir = @datadir@
176 exec_prefix = @exec_prefix@
177 host = @host@
178 host_alias = @host_alias@
179 host_cpu = @host_cpu@
180 host_os = @host_os@
181 host_vendor = @host_vendor@
182 includedir = @includedir@
183 infodir = @infodir@
184 install_sh = @install_sh@
185 libdir = @libdir@
186 libexecdir = @libexecdir@
187 localstatedir = @localstatedir@
188 mandir = @mandir@
189 mkdir_p = @mkdir_p@
190 oldincludedir = @oldincludedir@
191 prefix = @prefix@
192 program_transform_name = @program_transform_name@
193 sbindir = @sbindir@
194 sharedstatedir = @sharedstatedir@
195 sysconfdir = @sysconfdir@
196 target = @target@
197 target_alias = @target_alias@
198 target_cpu = @target_cpu@
199 target_os = @target_os@
200 target_vendor = @target_vendor@
201 localedir = $(datadir)/locale
202 ACLOCAL_AMFLAGS = -I ../config
203 AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) @INCINTL@ \
204 -I$(srcdir)/include -DLOCALEDIR="\"$(localedir)\""
205
206 noinst_LIBRARIES = libcpp.a
207 libcpp_a_SOURCES = \
208 charset.c directives.c errors.c expr.c files.c \
209 identifiers.c init.c lex.c line-map.c macro.c mkdeps.c \
210 pch.c symtab.c traditional.c
211
212 noinst_HEADERS = \
213 include/cpplib.h include/line-map.h include/mkdeps.h \
214 include/symtab.h internal.h system.h ucnid.h
215
216 MSGMERGE = msgmerge
217 all: config.h
218 $(MAKE) $(AM_MAKEFLAGS) all-am
219
220 .SUFFIXES:
221 .SUFFIXES: .c .gmo .o .obj .po .pox
222 am--refresh:
223 @:
224 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
229 cd $(srcdir) && $(AUTOMAKE) --foreign \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
235 cd $(top_srcdir) && \
236 $(AUTOMAKE) --foreign Makefile
237 .PRECIOUS: Makefile
238 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
239 @case '$?' in \
240 *config.status*) \
241 echo ' $(SHELL) ./config.status'; \
242 $(SHELL) ./config.status;; \
243 *) \
244 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
245 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
246 esac;
247
248 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 $(SHELL) ./config.status --recheck
250
251 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252 cd $(srcdir) && $(AUTOCONF)
253 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
255
256 config.h: stamp-h1
257 @if test ! -f $@; then \
258 rm -f stamp-h1; \
259 $(MAKE) stamp-h1; \
260 else :; fi
261
262 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
263 @rm -f stamp-h1
264 cd $(top_builddir) && $(SHELL) ./config.status config.h
265 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
266 cd $(top_srcdir) && $(AUTOHEADER)
267 rm -f stamp-h1
268 touch $@
269
270 distclean-hdr:
271 -rm -f config.h stamp-h1
272
273 clean-noinstLIBRARIES:
274 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
275 libcpp.a: $(libcpp_a_OBJECTS) $(libcpp_a_DEPENDENCIES)
276 -rm -f libcpp.a
277 $(libcpp_a_AR) libcpp.a $(libcpp_a_OBJECTS) $(libcpp_a_LIBADD)
278 $(RANLIB) libcpp.a
279
280 mostlyclean-compile:
281 -rm -f *.$(OBJEXT)
282
283 distclean-compile:
284 -rm -f *.tab.c
285
286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/charset.Po@am__quote@
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/directives.Po@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errors.Po@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expr.Po@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files.Po@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/identifiers.Po@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lex.Po@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/line-map.Po@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macro.Po@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mkdeps.Po@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pch.Po@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symtab.Po@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/traditional.Po@am__quote@
300
301 .c.o:
302 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
303 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
304 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
308
309 .c.obj:
310 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
311 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
316 uninstall-info-am:
317
318 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
319 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
320 unique=`for i in $$list; do \
321 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
322 done | \
323 $(AWK) ' { files[$$0] = 1; } \
324 END { for (i in files) print i; }'`; \
325 mkid -fID $$unique
326 tags: TAGS
327
328 TAGS: $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
329 $(TAGS_FILES) $(LISP)
330 tags=; \
331 here=`pwd`; \
332 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
333 unique=`for i in $$list; do \
334 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335 done | \
336 $(AWK) ' { files[$$0] = 1; } \
337 END { for (i in files) print i; }'`; \
338 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
339 test -z "$$unique" && unique=$$empty_fix; \
340 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341 $$tags $$unique; \
342 fi
343 ctags: CTAGS
344 CTAGS: $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
345 $(TAGS_FILES) $(LISP)
346 tags=; \
347 here=`pwd`; \
348 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
349 unique=`for i in $$list; do \
350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351 done | \
352 $(AWK) ' { files[$$0] = 1; } \
353 END { for (i in files) print i; }'`; \
354 test -z "$(CTAGS_ARGS)$$tags$$unique" \
355 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356 $$tags $$unique
357
358 GTAGS:
359 here=`$(am__cd) $(top_builddir) && pwd` \
360 && cd $(top_srcdir) \
361 && gtags -i $(GTAGS_ARGS) $$here
362
363 distclean-tags:
364 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365
366 distdir: $(DISTFILES)
367 $(am__remove_distdir)
368 mkdir $(distdir)
369 $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/include
370 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
371 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
372 list='$(DISTFILES)'; for file in $$list; do \
373 case $$file in \
374 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
375 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
376 esac; \
377 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
378 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
379 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
380 dir="/$$dir"; \
381 $(mkdir_p) "$(distdir)$$dir"; \
382 else \
383 dir=''; \
384 fi; \
385 if test -d $$d/$$file; then \
386 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
387 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
388 fi; \
389 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
390 else \
391 test -f $(distdir)/$$file \
392 || cp -p $$d/$$file $(distdir)/$$file \
393 || exit 1; \
394 fi; \
395 done
396 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
397 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
398 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
399 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
400 || chmod -R a+r $(distdir)
401 dist-gzip: distdir
402 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
403 $(am__remove_distdir)
404
405 dist-bzip2: distdir
406 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
407 $(am__remove_distdir)
408
409 dist-tarZ: distdir
410 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
411 $(am__remove_distdir)
412
413 dist-shar: distdir
414 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
415 $(am__remove_distdir)
416
417 dist-zip: distdir
418 -rm -f $(distdir).zip
419 zip -rq $(distdir).zip $(distdir)
420 $(am__remove_distdir)
421
422 dist dist-all: distdir
423 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
424 $(am__remove_distdir)
425
426 # This target untars the dist file and tries a VPATH configuration. Then
427 # it guarantees that the distribution is self-contained by making another
428 # tarfile.
429 distcheck: dist
430 case '$(DIST_ARCHIVES)' in \
431 *.tar.gz*) \
432 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
433 *.tar.bz2*) \
434 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
435 *.tar.Z*) \
436 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
437 *.shar.gz*) \
438 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
439 *.zip*) \
440 unzip $(distdir).zip ;;\
441 esac
442 chmod -R a-w $(distdir); chmod a+w $(distdir)
443 mkdir $(distdir)/_build
444 mkdir $(distdir)/_inst
445 chmod a-w $(distdir)
446 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
447 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
448 && cd $(distdir)/_build \
449 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
450 $(DISTCHECK_CONFIGURE_FLAGS) \
451 && $(MAKE) $(AM_MAKEFLAGS) \
452 && $(MAKE) $(AM_MAKEFLAGS) dvi \
453 && $(MAKE) $(AM_MAKEFLAGS) check \
454 && $(MAKE) $(AM_MAKEFLAGS) install \
455 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
456 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
457 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
458 distuninstallcheck \
459 && chmod -R a-w "$$dc_install_base" \
460 && ({ \
461 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
462 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
463 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
464 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
465 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
466 } || { rm -rf "$$dc_destdir"; exit 1; }) \
467 && rm -rf "$$dc_destdir" \
468 && $(MAKE) $(AM_MAKEFLAGS) dist \
469 && rm -rf $(DIST_ARCHIVES) \
470 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
471 $(am__remove_distdir)
472 @(echo "$(distdir) archives ready for distribution: "; \
473 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
474 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
475 distuninstallcheck:
476 @cd $(distuninstallcheck_dir) \
477 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
478 || { echo "ERROR: files left after uninstall:" ; \
479 if test -n "$(DESTDIR)"; then \
480 echo " (check DESTDIR support)"; \
481 fi ; \
482 $(distuninstallcheck_listfiles) ; \
483 exit 1; } >&2
484 distcleancheck: distclean
485 @if test '$(srcdir)' = . ; then \
486 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
487 exit 1 ; \
488 fi
489 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
490 || { echo "ERROR: files left in build directory after distclean:" ; \
491 $(distcleancheck_listfiles) ; \
492 exit 1; } >&2
493 check-am: all-am
494 check: check-am
495 all-am: Makefile $(LIBRARIES) $(HEADERS) config.h
496 installdirs:
497 install: install-am
498 install-exec: install-exec-am
499 install-data: install-data-am
500 uninstall: uninstall-am
501
502 install-am: all-am
503 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
504
505 installcheck: installcheck-am
506 install-strip:
507 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
508 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
509 `test -z '$(STRIP)' || \
510 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
511 mostlyclean-generic:
512
513 clean-generic:
514
515 distclean-generic:
516 -rm -f $(CONFIG_CLEAN_FILES)
517
518 maintainer-clean-generic:
519 @echo "This command is intended for maintainers to use"
520 @echo "it deletes files that may require special tools to rebuild."
521 clean: clean-am
522
523 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
524
525 distclean: distclean-am
526 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
527 -rm -rf ./$(DEPDIR)
528 -rm -f Makefile
529 distclean-am: clean-am distclean-compile distclean-generic \
530 distclean-hdr distclean-tags
531
532 dvi: dvi-am
533
534 dvi-am:
535
536 html: html-am
537
538 info: info-am
539
540 info-am:
541
542 install-data-am: install-data-local
543
544 install-exec-am:
545
546 install-info: install-info-am
547
548 install-man:
549
550 installcheck-am:
551
552 maintainer-clean: maintainer-clean-am
553 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
554 -rm -rf $(top_srcdir)/autom4te.cache
555 -rm -rf ./$(DEPDIR)
556 -rm -f Makefile
557 maintainer-clean-am: distclean-am maintainer-clean-generic
558
559 mostlyclean: mostlyclean-am
560
561 mostlyclean-am: mostlyclean-compile mostlyclean-generic
562
563 pdf: pdf-am
564
565 pdf-am:
566
567 ps: ps-am
568
569 ps-am:
570
571 uninstall-am: uninstall-info-am
572
573 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
574 clean-generic clean-noinstLIBRARIES ctags dist dist-all \
575 dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \
576 distclean distclean-compile distclean-generic distclean-hdr \
577 distclean-tags distcleancheck distdir distuninstallcheck dvi \
578 dvi-am html html-am info info-am install install-am \
579 install-data install-data-am install-data-local install-exec \
580 install-exec-am install-info install-info-am install-man \
581 install-strip installcheck installcheck-am installdirs \
582 maintainer-clean maintainer-clean-generic mostlyclean \
583 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
584 tags uninstall uninstall-am uninstall-info-am
585
586
587 @ENABLE_NLS_TRUE@build-po: $(CATALOGS)
588 @ENABLE_NLS_TRUE@update-po: $(CATALOGS:.gmo=.pox)
589 @ENABLE_NLS_FALSE@build-po:
590 @ENABLE_NLS_FALSE@update-po:
591
592 # N.B. We do not attempt to copy these into $(srcdir).
593 .po.gmo:
594 -test -d po || mkdir po
595 $(GMSGFMT) --statistics -o $@ $<
596
597 # The new .po has to be gone over by hand, so we deposit it into
598 # build/po with a different extension.
599 # If build/po/$(PACKAGE).pot exists, use it (it was just created),
600 # else use the one in srcdir.
601 .po.pox:
602 -test -d po || mkdir po
603 $(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
604 then echo po/$(PACKAGE).pot; \
605 else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
606
607 # This rule has to look for .gmo modules in both srcdir and
608 # the cwd, and has to check that we actually have a catalog
609 # for each language, in case they weren't built or included
610 # with the distribution.
611 install-data-local:
612 $(mkinstalldirs) $(DESTDIR)$(datadir)
613 cats="$(CATALOGS)"; for cat in $$cats; do \
614 lang=`basename $$cat | sed 's/\.gmo$$//'`; \
615 if [ -f $$cat ]; then :; \
616 elif [ -f $(srcdir)/$$cat ]; then cat=$(srcdir)/$$cat; \
617 else continue; \
618 fi; \
619 dir=$(localedir)/$$lang/LC_MESSAGES; \
620 echo $(mkinstalldirs) $(DESTDIR)$$dir; \
621 $(mkinstalldirs) $(DESTDIR)$$dir || exit 1; \
622 echo $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
623 $(INSTALL_DATA) $$cat $(DESTDIR)$$dir/$(PACKAGE).mo; \
624 done
625
626 # Rule for regenerating the message template (gcc.pot).
627 # Instead of forcing everyone to edit POTFILES.in, which proved impractical,
628 # this rule has no dependencies and always regenerates libcpp.pot. This is
629 # relatively harmless since the .po files do not directly depend on it.
630 .PHONY: po/$(PACKAGE).pot
631 po/$(PACKAGE).pot: $(libcpp_a_SOURCES) $(noinst_HEADERS)
632 -test -d $(srcdir)/po || mkdir $(srcdir)/po
633 $(XGETTEXT) --default-domain=$(PACKAGE) \
634 --keyword=cpp_error,3 --keyword=cpp_errno,3 \
635 --keyword=cpp_error_with_line,5 \
636 --copyright-holder="Free Software Foundation, Inc." \
637 --msgid-bugs-address="http://gcc.gnu.org/bugs.html" \
638 --language=c -o po/$(PACKAGE).pot $^
639 # Tell versions [3.59,3.63) of GNU make to not export all variables.
640 # Otherwise a system limit (for SysV at least) may be exceeded.
641 .NOEXPORT: