]> git.ipfire.org Git - thirdparty/gcc.git/blame - libphobos/Makefile.in
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / libphobos / Makefile.in
CommitLineData
03385ed3 1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# Makefile for the toplevel directory of the D Standard library.
19# Copyright (C) 2006-2018 Free Software Foundation, Inc.
20#
21# GCC is free software; you can redistribute it and/or modify
22# it under the terms of the GNU General Public License as published by
23# the Free Software Foundation; either version 3, or (at your option)
24# any later version.
25#
26# GCC is distributed in the hope that it will be useful,
27# but WITHOUT ANY WARRANTY; without even the implied warranty of
28# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29# GNU General Public License for more details.
30#
31# You should have received a copy of the GNU General Public License
32# along with GCC; see the file COPYING3. If not see
33# <http://www.gnu.org/licenses/>.
34VPATH = @srcdir@
35am__make_dryrun = \
36 { \
37 am__dry=no; \
38 case $$MAKEFLAGS in \
39 *\\[\ \ ]*) \
40 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
41 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
42 *) \
43 for am__flg in $$MAKEFLAGS; do \
44 case $$am__flg in \
45 *=*|--*) ;; \
46 *n*) am__dry=yes; break;; \
47 esac; \
48 done;; \
49 esac; \
50 test $$am__dry = yes; \
51 }
52pkgdatadir = $(datadir)/@PACKAGE@
53pkgincludedir = $(includedir)/@PACKAGE@
54pkglibdir = $(libdir)/@PACKAGE@
55pkglibexecdir = $(libexecdir)/@PACKAGE@
56am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
57install_sh_DATA = $(install_sh) -c -m 644
58install_sh_PROGRAM = $(install_sh) -c
59install_sh_SCRIPT = $(install_sh) -c
60INSTALL_HEADER = $(INSTALL_DATA)
61transform = $(program_transform_name)
62NORMAL_INSTALL = :
63PRE_INSTALL = :
64POST_INSTALL = :
65NORMAL_UNINSTALL = :
66PRE_UNINSTALL = :
67POST_UNINSTALL = :
68build_triplet = @build@
69host_triplet = @host@
70target_triplet = @target@
71subdir = .
72DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
73 $(top_srcdir)/configure $(am__configure_deps) \
74 $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
75 $(top_srcdir)/libdruntime/gcc/config.d.in \
76 $(top_srcdir)/libdruntime/gcc/libbacktrace.d.in
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
79 $(top_srcdir)/../config/lead-dot.m4 \
80 $(top_srcdir)/../config/multi.m4 \
81 $(top_srcdir)/../config/override.m4 \
82 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
83 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
84 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
85 $(top_srcdir)/m4/gcc_support.m4 $(top_srcdir)/m4/autoconf.m4 \
86 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/gdc.m4 \
87 $(top_srcdir)/m4/druntime.m4 $(top_srcdir)/m4/druntime/cpu.m4 \
88 $(top_srcdir)/m4/druntime/os.m4 \
89 $(top_srcdir)/m4/druntime/libraries.m4 \
90 $(top_srcdir)/configure.ac
91am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92 $(ACLOCAL_M4)
93am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
94 configure.lineno config.status.lineno
95mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
96CONFIG_HEADER = config.h
97CONFIG_CLEAN_FILES = libdruntime/gcc/config.d \
98 libdruntime/gcc/libbacktrace.d
99CONFIG_CLEAN_VPATH_FILES =
100depcomp =
101am__depfiles_maybe =
102SOURCES =
103MULTISRCTOP =
104MULTIBUILDTOP =
105MULTIDIRS =
106MULTISUBDIR =
107MULTIDO = true
108MULTICLEAN = true
109RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110 html-recursive info-recursive install-data-recursive \
111 install-dvi-recursive install-exec-recursive \
112 install-html-recursive install-info-recursive \
113 install-pdf-recursive install-ps-recursive install-recursive \
114 installcheck-recursive installdirs-recursive pdf-recursive \
115 ps-recursive uninstall-recursive
116am__can_run_installinfo = \
117 case $$AM_UPDATE_INFO_DIR in \
118 n|no|NO) false;; \
119 *) (install-info --version) >/dev/null 2>&1;; \
120 esac
121RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
122 distclean-recursive maintainer-clean-recursive
123AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
124 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
125ETAGS = etags
126CTAGS = ctags
127DIST_SUBDIRS = $(SUBDIRS)
128ACLOCAL = @ACLOCAL@
129AMTAR = @AMTAR@
130AR = @AR@
131AUTOCONF = @AUTOCONF@
132AUTOHEADER = @AUTOHEADER@
133AUTOMAKE = @AUTOMAKE@
134AWK = @AWK@
135BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
136BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
137BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
138CC = @CC@
139CCAS = @CCAS@
140CCASFLAGS = @CCASFLAGS@
141CC_FOR_BUILD = @CC_FOR_BUILD@
142CFLAGS = @CFLAGS@
143CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
144CPP = @CPP@
145CPPFLAGS = @CPPFLAGS@
146CYGPATH_W = @CYGPATH_W@
147DCFG_ARM_EABI_UNWINDER = @DCFG_ARM_EABI_UNWINDER@
148DCFG_HAVE_64BIT_ATOMICS = @DCFG_HAVE_64BIT_ATOMICS@
149DCFG_HAVE_ATOMIC_BUILTINS = @DCFG_HAVE_ATOMIC_BUILTINS@
150DCFG_HAVE_LIBATOMIC = @DCFG_HAVE_LIBATOMIC@
151DCFG_MINFO_BRACKETING = @DCFG_MINFO_BRACKETING@
152DCFG_THREAD_MODEL = @DCFG_THREAD_MODEL@
153DEFS = @DEFS@
154DRUNTIME_SOVERSION = @DRUNTIME_SOVERSION@
155DSYMUTIL = @DSYMUTIL@
156DUMPBIN = @DUMPBIN@
157ECHO_C = @ECHO_C@
158ECHO_N = @ECHO_N@
159ECHO_T = @ECHO_T@
160EGREP = @EGREP@
161EXEEXT = @EXEEXT@
162FGREP = @FGREP@
163GDC = @GDC@
164GDCFLAGS = @GDCFLAGS@
165GDCFLAGSX = @GDCFLAGSX@
166GREP = @GREP@
167INSTALL = @INSTALL@
168INSTALL_DATA = @INSTALL_DATA@
169INSTALL_PROGRAM = @INSTALL_PROGRAM@
170INSTALL_SCRIPT = @INSTALL_SCRIPT@
171INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
172LD = @LD@
173LDFLAGS = @LDFLAGS@
174LIBATOMIC = @LIBATOMIC@
175LIBBACKTRACE = @LIBBACKTRACE@
176LIBOBJS = @LIBOBJS@
177LIBS = @LIBS@
178LIBTOOL = @LIBTOOL@
179LIPO = @LIPO@
180LN_S = @LN_S@
181LTLIBOBJS = @LTLIBOBJS@
182MAINT = @MAINT@
183MAKEINFO = @MAKEINFO@
184MKDIR_P = @MKDIR_P@
185NM = @NM@
186NMEDIT = @NMEDIT@
187OBJDUMP = @OBJDUMP@
188OBJEXT = @OBJEXT@
189OTOOL = @OTOOL@
190OTOOL64 = @OTOOL64@
191PACKAGE = @PACKAGE@
192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193PACKAGE_NAME = @PACKAGE_NAME@
194PACKAGE_STRING = @PACKAGE_STRING@
195PACKAGE_TARNAME = @PACKAGE_TARNAME@
196PACKAGE_URL = @PACKAGE_URL@
197PACKAGE_VERSION = @PACKAGE_VERSION@
198PATH_SEPARATOR = @PATH_SEPARATOR@
199PHOBOS_SOVERSION = @PHOBOS_SOVERSION@
200RANLIB = @RANLIB@
201SED = @SED@
202SET_MAKE = @SET_MAKE@
203SHELL = @SHELL@
204SPEC_PHOBOS_DEPS = @SPEC_PHOBOS_DEPS@
205STRIP = @STRIP@
206VERSION = @VERSION@
207abs_builddir = @abs_builddir@
208abs_srcdir = @abs_srcdir@
209abs_top_builddir = @abs_top_builddir@
210abs_top_srcdir = @abs_top_srcdir@
211ac_ct_CC = @ac_ct_CC@
212ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213am__leading_dot = @am__leading_dot@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bindir = @bindir@
217build = @build@
218build_alias = @build_alias@
219build_cpu = @build_cpu@
220build_os = @build_os@
221build_vendor = @build_vendor@
222builddir = @builddir@
223datadir = @datadir@
224datarootdir = @datarootdir@
225docdir = @docdir@
226dvidir = @dvidir@
227exec_prefix = @exec_prefix@
228gcc_version = @gcc_version@
229gdc_include_dir = @gdc_include_dir@
230get_gcc_base_ver = @get_gcc_base_ver@
231host = @host@
232host_alias = @host_alias@
233host_cpu = @host_cpu@
234host_os = @host_os@
235host_vendor = @host_vendor@
236htmldir = @htmldir@
237includedir = @includedir@
238infodir = @infodir@
239install_sh = @install_sh@
240libdir = @libdir@
241libexecdir = @libexecdir@
242libphobos_builddir = @libphobos_builddir@
243libphobos_srcdir = @libphobos_srcdir@
244localedir = @localedir@
245localstatedir = @localstatedir@
246mandir = @mandir@
247mkdir_p = @mkdir_p@
248multi_basedir = @multi_basedir@
249oldincludedir = @oldincludedir@
250pdfdir = @pdfdir@
251phobos_compiler_pic_flag = @phobos_compiler_pic_flag@
252phobos_compiler_shared_flag = @phobos_compiler_shared_flag@
253prefix = @prefix@
254program_transform_name = @program_transform_name@
255psdir = @psdir@
256sbindir = @sbindir@
257sharedstatedir = @sharedstatedir@
258srcdir = @srcdir@
259sysconfdir = @sysconfdir@
260target = @target@
261target_alias = @target_alias@
262target_cpu = @target_cpu@
263target_os = @target_os@
264target_vendor = @target_vendor@
265toolexecdir = @toolexecdir@
266toolexeclibdir = @toolexeclibdir@
267top_build_prefix = @top_build_prefix@
268top_builddir = @top_builddir@
269top_srcdir = @top_srcdir@
270SUBDIRS = libdruntime src testsuite
271ACLOCAL_AMFLAGS = -I . -I .. -I ../config
272
273# Multilib support.
274MAKEOVERRIDES =
275
276# Work around what appears to be a GNU make bug handling MAKEFLAGS
277# values defined in terms of make variables, as is the case for CC and
278# friends when we are called from the top level Makefile.
279AM_MAKEFLAGS = \
280 "AR_FLAGS=$(AR_FLAGS)" \
281 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
282 "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
283 "CFLAGS=$(CFLAGS)" \
284 "CXXFLAGS=$(CXXFLAGS)" \
285 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
286 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
287 "GDC_FOR_TARGET=$(GDC_FOR_TARGET)" \
288 "GDC=$(GDC)" \
289 "INSTALL=$(INSTALL)" \
290 "INSTALL_DATA=$(INSTALL_DATA)" \
291 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
292 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
293 "LDFLAGS=$(LDFLAGS)" \
294 "LIBCFLAGS=$(LIBCFLAGS)" \
295 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
296 "MAKE=$(MAKE)" \
297 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
298 "PICFLAG=$(PICFLAG)" \
299 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
300 "SHELL=$(SHELL)" \
301 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
302 "exec_prefix=$(exec_prefix)" \
303 "infodir=$(infodir)" \
304 "libdir=$(libdir)" \
305 "includedir=$(includedir)" \
306 "prefix=$(prefix)" \
307 "tooldir=$(tooldir)" \
308 "gdc_include_dir=$(gdc_include_dir)" \
309 "AR=$(AR)" \
310 "AS=$(AS)" \
311 "LD=$(LD)" \
312 "RANLIB=$(RANLIB)" \
313 "NM=$(NM)" \
314 "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
315 "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
316 "DESTDIR=$(DESTDIR)" \
317 "WERROR=$(WERROR)"
318
319
320# Subdir rules rely on $(FLAGS_TO_PASS)
321FLAGS_TO_PASS = $(AM_MAKEFLAGS)
322all: config.h
323 $(MAKE) $(AM_MAKEFLAGS) all-recursive
324
325.SUFFIXES:
326am--refresh: Makefile
327 @:
328$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
329 @for dep in $?; do \
330 case '$(am__configure_deps)' in \
331 *$$dep*) \
332 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
333 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
334 && exit 0; \
335 exit 1;; \
336 esac; \
337 done; \
338 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
339 $(am__cd) $(top_srcdir) && \
340 $(AUTOMAKE) --foreign --ignore-deps Makefile
341.PRECIOUS: Makefile
342Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343 @case '$?' in \
344 *config.status*) \
345 echo ' $(SHELL) ./config.status'; \
346 $(SHELL) ./config.status;; \
347 *) \
348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
349 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
350 esac;
351
352$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353 $(SHELL) ./config.status --recheck
354
355$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
356 $(am__cd) $(srcdir) && $(AUTOCONF)
357$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
358 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
359$(am__aclocal_m4_deps):
360
361config.h: stamp-h1
362 @if test ! -f $@; then rm -f stamp-h1; else :; fi
363 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
364
365stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
366 @rm -f stamp-h1
367 cd $(top_builddir) && $(SHELL) ./config.status config.h
368$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
369 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
370 rm -f stamp-h1
371 touch $@
372
373distclean-hdr:
374 -rm -f config.h stamp-h1
375libdruntime/gcc/config.d: $(top_builddir)/config.status $(top_srcdir)/libdruntime/gcc/config.d.in
376 cd $(top_builddir) && $(SHELL) ./config.status $@
377libdruntime/gcc/libbacktrace.d: $(top_builddir)/config.status $(top_srcdir)/libdruntime/gcc/libbacktrace.d.in
378 cd $(top_builddir) && $(SHELL) ./config.status $@
379
380mostlyclean-libtool:
381 -rm -f *.lo
382
383clean-libtool:
384 -rm -rf .libs _libs
385
386distclean-libtool:
387 -rm -f libtool config.lt
388
389# GNU Make needs to see an explicit $(MAKE) variable in the command it
390# runs to enable its job server during parallel builds. Hence the
391# comments below.
392all-multi:
393 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
394install-multi:
395 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
396
397mostlyclean-multi:
398 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
399clean-multi:
400 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
401distclean-multi:
402 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
403maintainer-clean-multi:
404 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
405
406# This directory's subdirectories are mostly independent; you can cd
407# into them and run `make' without going through this Makefile.
408# To change the values of `make' variables: instead of editing Makefiles,
409# (1) if the variable is set in `config.status', edit `config.status'
410# (which will cause the Makefiles to be regenerated when you run `make');
411# (2) otherwise, pass the desired values on the `make' command line.
412$(RECURSIVE_TARGETS):
413 @fail= failcom='exit 1'; \
414 for f in x $$MAKEFLAGS; do \
415 case $$f in \
416 *=* | --[!k]*);; \
417 *k*) failcom='fail=yes';; \
418 esac; \
419 done; \
420 dot_seen=no; \
421 target=`echo $@ | sed s/-recursive//`; \
422 list='$(SUBDIRS)'; for subdir in $$list; do \
423 echo "Making $$target in $$subdir"; \
424 if test "$$subdir" = "."; then \
425 dot_seen=yes; \
426 local_target="$$target-am"; \
427 else \
428 local_target="$$target"; \
429 fi; \
430 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
431 || eval $$failcom; \
432 done; \
433 if test "$$dot_seen" = "no"; then \
434 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
435 fi; test -z "$$fail"
436
437$(RECURSIVE_CLEAN_TARGETS):
438 @fail= failcom='exit 1'; \
439 for f in x $$MAKEFLAGS; do \
440 case $$f in \
441 *=* | --[!k]*);; \
442 *k*) failcom='fail=yes';; \
443 esac; \
444 done; \
445 dot_seen=no; \
446 case "$@" in \
447 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
448 *) list='$(SUBDIRS)' ;; \
449 esac; \
450 rev=''; for subdir in $$list; do \
451 if test "$$subdir" = "."; then :; else \
452 rev="$$subdir $$rev"; \
453 fi; \
454 done; \
455 rev="$$rev ."; \
456 target=`echo $@ | sed s/-recursive//`; \
457 for subdir in $$rev; do \
458 echo "Making $$target in $$subdir"; \
459 if test "$$subdir" = "."; then \
460 local_target="$$target-am"; \
461 else \
462 local_target="$$target"; \
463 fi; \
464 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
465 || eval $$failcom; \
466 done && test -z "$$fail"
467tags-recursive:
468 list='$(SUBDIRS)'; for subdir in $$list; do \
469 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
470 done
471ctags-recursive:
472 list='$(SUBDIRS)'; for subdir in $$list; do \
473 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
474 done
475
476ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
477 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
478 unique=`for i in $$list; do \
479 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480 done | \
481 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482 END { if (nonempty) { for (i in files) print i; }; }'`; \
483 mkid -fID $$unique
484tags: TAGS
485
486TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
487 $(TAGS_FILES) $(LISP)
488 set x; \
489 here=`pwd`; \
490 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
491 include_option=--etags-include; \
492 empty_fix=.; \
493 else \
494 include_option=--include; \
495 empty_fix=; \
496 fi; \
497 list='$(SUBDIRS)'; for subdir in $$list; do \
498 if test "$$subdir" = .; then :; else \
499 test ! -f $$subdir/TAGS || \
500 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
501 fi; \
502 done; \
503 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
504 unique=`for i in $$list; do \
505 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506 done | \
507 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
508 END { if (nonempty) { for (i in files) print i; }; }'`; \
509 shift; \
510 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
511 test -n "$$unique" || unique=$$empty_fix; \
512 if test $$# -gt 0; then \
513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514 "$$@" $$unique; \
515 else \
516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 $$unique; \
518 fi; \
519 fi
520ctags: CTAGS
521CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
522 $(TAGS_FILES) $(LISP)
523 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
524 unique=`for i in $$list; do \
525 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526 done | \
527 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528 END { if (nonempty) { for (i in files) print i; }; }'`; \
529 test -z "$(CTAGS_ARGS)$$unique" \
530 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
531 $$unique
532
533GTAGS:
534 here=`$(am__cd) $(top_builddir) && pwd` \
535 && $(am__cd) $(top_srcdir) \
536 && gtags -i $(GTAGS_ARGS) "$$here"
537
538distclean-tags:
539 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540check-am: all-am
541check: check-recursive
542all-am: Makefile all-multi config.h
543installdirs: installdirs-recursive
544installdirs-am:
545install: install-recursive
546install-exec: install-exec-recursive
547install-data: install-data-recursive
548uninstall: uninstall-recursive
549
550install-am: all-am
551 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552
553installcheck: installcheck-recursive
554install-strip:
555 if test -z '$(STRIP)'; then \
556 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558 install; \
559 else \
560 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
563 fi
564mostlyclean-generic:
565
566clean-generic:
567
568distclean-generic:
569 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
572maintainer-clean-generic:
573 @echo "This command is intended for maintainers to use"
574 @echo "it deletes files that may require special tools to rebuild."
575clean: clean-multi clean-recursive
576
577clean-am: clean-generic clean-libtool mostlyclean-am
578
579distclean: distclean-multi distclean-recursive
580 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
581 -rm -f Makefile
582distclean-am: clean-am distclean-generic distclean-hdr \
583 distclean-libtool distclean-tags
584
585dvi: dvi-recursive
586
587dvi-am:
588
589html: html-recursive
590
591html-am:
592
593info: info-recursive
594
595info-am:
596
597install-data-am:
598
599install-dvi: install-dvi-recursive
600
601install-dvi-am:
602
603install-exec-am: install-multi
604
605install-html: install-html-recursive
606
607install-html-am:
608
609install-info: install-info-recursive
610
611install-info-am:
612
613install-man:
614
615install-pdf: install-pdf-recursive
616
617install-pdf-am:
618
619install-ps: install-ps-recursive
620
621install-ps-am:
622
623installcheck-am:
624
625maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
626 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
627 -rm -rf $(top_srcdir)/autom4te.cache
628 -rm -f Makefile
629maintainer-clean-am: distclean-am maintainer-clean-generic
630
631mostlyclean: mostlyclean-multi mostlyclean-recursive
632
633mostlyclean-am: mostlyclean-generic mostlyclean-libtool
634
635pdf: pdf-recursive
636
637pdf-am:
638
639ps: ps-recursive
640
641ps-am:
642
643uninstall-am:
644
645.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
646 clean-multi ctags-recursive distclean-multi install-am \
647 install-multi install-strip maintainer-clean-multi \
648 mostlyclean-multi tags-recursive
649
650.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
651 all all-am all-multi am--refresh check check-am clean \
652 clean-generic clean-libtool clean-multi ctags ctags-recursive \
653 distclean distclean-generic distclean-hdr distclean-libtool \
654 distclean-multi distclean-tags dvi dvi-am html html-am info \
655 info-am install install-am install-data install-data-am \
656 install-dvi install-dvi-am install-exec install-exec-am \
657 install-html install-html-am install-info install-info-am \
658 install-man install-multi install-pdf install-pdf-am \
659 install-ps install-ps-am install-strip installcheck \
660 installcheck-am installdirs installdirs-am maintainer-clean \
661 maintainer-clean-generic maintainer-clean-multi mostlyclean \
662 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
663 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
664
665
666# Tell versions [3.59,3.63) of GNU make to not export all variables.
667# Otherwise a system limit (for SysV at least) may be exceeded.
668.NOEXPORT: