OSDN Git Service

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