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