]> gcc.gnu.org Git - gcc.git/blame - libcpp/Makefile.in
Makefile.def (host_modules): add libcpp.
[gcc.git] / libcpp / Makefile.in
CommitLineData
4f4e53dd
PB
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
18SOURCES = $(libcpp_a_SOURCES)
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkglibdir = $(libdir)/@PACKAGE@
25pkgincludedir = $(includedir)/@PACKAGE@
26top_builddir = .
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28INSTALL = @INSTALL@
29install_sh_DATA = $(install_sh) -c -m 644
30install_sh_PROGRAM = $(install_sh) -c
31install_sh_SCRIPT = $(install_sh) -c
32INSTALL_HEADER = $(INSTALL_DATA)
33transform = $(program_transform_name)
34NORMAL_INSTALL = :
35PRE_INSTALL = :
36POST_INSTALL = :
37NORMAL_UNINSTALL = :
38PRE_UNINSTALL = :
39POST_UNINSTALL = :
40build_triplet = @build@
41host_triplet = @host@
42target_triplet = @target@
43DIST_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
49subdir = .
50ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
52 $(top_srcdir)/../config/gettext.m4 $(top_srcdir)/configure.ac
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno configure.status.lineno
57mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
58CONFIG_HEADER = config.h
59CONFIG_CLEAN_FILES =
60AR = ar
61ARFLAGS = cru
62LIBRARIES = $(noinst_LIBRARIES)
63libcpp_a_AR = $(AR) $(ARFLAGS)
64libcpp_a_LIBADD =
65am_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)
70libcpp_a_OBJECTS = $(am_libcpp_a_OBJECTS)
71DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
72depcomp = $(SHELL) $(top_srcdir)/../depcomp
73am__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
82COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84CCLD = $(CC)
85LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
86SOURCES = $(libcpp_a_SOURCES)
87DIST_SOURCES = $(libcpp_a_SOURCES)
88HEADERS = $(noinst_HEADERS)
89ETAGS = etags
90CTAGS = ctags
91DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92distdir = $(PACKAGE)-$(VERSION)
93top_distdir = $(distdir)
94am__remove_distdir = \
95 { test ! -d $(distdir) \
96 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
97 && rm -fr $(distdir); }; }
98DIST_ARCHIVES = $(distdir).tar.gz
99GZIP_ENV = --best
100distuninstallcheck_listfiles = find . -type f -print
101distcleancheck_listfiles = find . -type f -print
102ACLOCAL = @ACLOCAL@
103ALLOCA = @ALLOCA@
104AMDEP_FALSE = @AMDEP_FALSE@
105AMDEP_TRUE = @AMDEP_TRUE@
106AMTAR = @AMTAR@
107AUTOCONF = @AUTOCONF@
108AUTOHEADER = @AUTOHEADER@
109AUTOMAKE = @AUTOMAKE@
110AWK = @AWK@
111CATALOGS = @CATALOGS@
112CC = @CC@
113CCDEPMODE = @CCDEPMODE@
114CFLAGS = @CFLAGS@
115CPP = @CPP@
116CPPFLAGS = @CPPFLAGS@
117CYGPATH_W = @CYGPATH_W@
118DEFS = @DEFS@
119DEPDIR = @DEPDIR@
120ECHO_C = @ECHO_C@
121ECHO_N = @ECHO_N@
122ECHO_T = @ECHO_T@
123EGREP = @EGREP@
124ENABLE_NLS_FALSE = @ENABLE_NLS_FALSE@
125ENABLE_NLS_TRUE = @ENABLE_NLS_TRUE@
126EXEEXT = @EXEEXT@
127GMSGFMT = @GMSGFMT@
128INCINTL = @INCINTL@
129INSTALL_DATA = @INSTALL_DATA@
130INSTALL_PROGRAM = @INSTALL_PROGRAM@
131INSTALL_SCRIPT = @INSTALL_SCRIPT@
132INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133LDFLAGS = @LDFLAGS@
134LIBICONV = @LIBICONV@
135LIBINTL = @LIBINTL@
136LIBINTL_DEP = @LIBINTL_DEP@
137LIBOBJS = @LIBOBJS@
138LIBS = @LIBS@
139LTLIBICONV = @LTLIBICONV@
140LTLIBOBJS = @LTLIBOBJS@
141MAINT = @MAINT@
142MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
143MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
144MAKEINFO = @MAKEINFO@
145OBJEXT = @OBJEXT@
146PACKAGE = @PACKAGE@
147PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
148PACKAGE_NAME = @PACKAGE_NAME@
149PACKAGE_STRING = @PACKAGE_STRING@
150PACKAGE_TARNAME = @PACKAGE_TARNAME@
151PACKAGE_VERSION = @PACKAGE_VERSION@
152PATH_SEPARATOR = @PATH_SEPARATOR@
153POSUB = @POSUB@
154RANLIB = @RANLIB@
155SET_MAKE = @SET_MAKE@
156SHELL = @SHELL@
157STRIP = @STRIP@
158USE_NLS = @USE_NLS@
159VERSION = @VERSION@
160XGETTEXT = @XGETTEXT@
161ac_ct_CC = @ac_ct_CC@
162ac_ct_RANLIB = @ac_ct_RANLIB@
163ac_ct_STRIP = @ac_ct_STRIP@
164am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
165am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
166am__include = @am__include@
167am__leading_dot = @am__leading_dot@
168am__quote = @am__quote@
169bindir = @bindir@
170build = @build@
171build_alias = @build_alias@
172build_cpu = @build_cpu@
173build_os = @build_os@
174build_vendor = @build_vendor@
175datadir = @datadir@
176exec_prefix = @exec_prefix@
177host = @host@
178host_alias = @host_alias@
179host_cpu = @host_cpu@
180host_os = @host_os@
181host_vendor = @host_vendor@
182includedir = @includedir@
183infodir = @infodir@
184install_sh = @install_sh@
185libdir = @libdir@
186libexecdir = @libexecdir@
187localstatedir = @localstatedir@
188mandir = @mandir@
189mkdir_p = @mkdir_p@
190oldincludedir = @oldincludedir@
191prefix = @prefix@
192program_transform_name = @program_transform_name@
193sbindir = @sbindir@
194sharedstatedir = @sharedstatedir@
195sysconfdir = @sysconfdir@
196target = @target@
197target_alias = @target_alias@
198target_cpu = @target_cpu@
199target_os = @target_os@
200target_vendor = @target_vendor@
201localedir = $(datadir)/locale
202ACLOCAL_AMFLAGS = -I ../config
203AM_CPPFLAGS = -I$(srcdir)/../include -I$(srcdir) -I$(srcdir)/../intl \
204 -I$(srcdir)/include -DLOCALEDIR="\"$(localedir)\""
205
206noinst_LIBRARIES = libcpp.a
207libcpp_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
212noinst_HEADERS = \
213 include/cpplib.h include/line-map.h include/mkdeps.h \
214 include/symtab.h internal.h system.h ucnid.h
215
216MSGMERGE = msgmerge
217all: config.h
218 $(MAKE) $(AM_MAKEFLAGS) all-am
219
220.SUFFIXES:
221.SUFFIXES: .c .gmo .o .obj .po .pox
222am--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
238Makefile: $(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
256config.h: stamp-h1
257 @if test ! -f $@; then \
258 rm -f stamp-h1; \
259 $(MAKE) stamp-h1; \
260 else :; fi
261
262stamp-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
270distclean-hdr:
271 -rm -f config.h stamp-h1
272
273clean-noinstLIBRARIES:
274 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
275libcpp.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
280mostlyclean-compile:
281 -rm -f *.$(OBJEXT)
282
283distclean-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) '$<'`
316uninstall-info-am:
317
318ID: $(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
326tags: TAGS
327
328TAGS: $(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
343ctags: CTAGS
344CTAGS: $(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
358GTAGS:
359 here=`$(am__cd) $(top_builddir) && pwd` \
360 && cd $(top_srcdir) \
361 && gtags -i $(GTAGS_ARGS) $$here
362
363distclean-tags:
364 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
365
366distdir: $(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)
401dist-gzip: distdir
402 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
403 $(am__remove_distdir)
404
405dist-bzip2: distdir
406 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
407 $(am__remove_distdir)
408
409dist-tarZ: distdir
410 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
411 $(am__remove_distdir)
412
413dist-shar: distdir
414 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
415 $(am__remove_distdir)
416
417dist-zip: distdir
418 -rm -f $(distdir).zip
419 zip -rq $(distdir).zip $(distdir)
420 $(am__remove_distdir)
421
422dist 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.
429distcheck: 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;}'
475distuninstallcheck:
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
484distcleancheck: 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
493check-am: all-am
494check: check-am
495all-am: Makefile $(LIBRARIES) $(HEADERS) config.h
496installdirs:
497install: install-am
498install-exec: install-exec-am
499install-data: install-data-am
500uninstall: uninstall-am
501
502install-am: all-am
503 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
504
505installcheck: installcheck-am
506install-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
511mostlyclean-generic:
512
513clean-generic:
514
515distclean-generic:
516 -rm -f $(CONFIG_CLEAN_FILES)
517
518maintainer-clean-generic:
519 @echo "This command is intended for maintainers to use"
520 @echo "it deletes files that may require special tools to rebuild."
521clean: clean-am
522
523clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
524
525distclean: distclean-am
526 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
527 -rm -rf ./$(DEPDIR)
528 -rm -f Makefile
529distclean-am: clean-am distclean-compile distclean-generic \
530 distclean-hdr distclean-tags
531
532dvi: dvi-am
533
534dvi-am:
535
536html: html-am
537
538info: info-am
539
540info-am:
541
542install-data-am: install-data-local
543
544install-exec-am:
545
546install-info: install-info-am
547
548install-man:
549
550installcheck-am:
551
552maintainer-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
557maintainer-clean-am: distclean-am maintainer-clean-generic
558
559mostlyclean: mostlyclean-am
560
561mostlyclean-am: mostlyclean-compile mostlyclean-generic
562
563pdf: pdf-am
564
565pdf-am:
566
567ps: ps-am
568
569ps-am:
570
571uninstall-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.
611install-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
631po/$(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:
This page took 0.095411 seconds and 5 git commands to generate.