Adjust to changes in Makefile.rules
[oota-llvm.git] / runtime / Makefile.in
1 # Makefile.in generated by automake 1.9.2 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 #===-- runtime/Makefile.am -- Makefile For Runtime Libs ----*- Makefile -*--===#
18 #
19 #                     The LLVM Compiler Infrastructure
20 #
21 # This file was developed by Reid Spencer and is distributed under the 
22 # University of Illinois Open Source License. See LICENSE.TXT for details.
23
24 #===------------------------------------------------------------------------===#
25
26 #,===-- Makefile.rules.am - Common make rules for LLVM ------*- Makefile -*--===#
27 #
28 #                     The LLVM Compiler Infrastructure
29 #
30 # This file was developed by Reid Spencer and is distributed under the 
31 # University of Illinois Open Source License. See LICENSE.TXT for details.
32
33 #===------------------------------------------------------------------------===#
34 srcdir = @srcdir@
35 top_srcdir = @top_srcdir@
36 VPATH = @srcdir@
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40 top_builddir = ..
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
57         $(top_srcdir)/Makefile_config
58 subdir = runtime
59 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
64 CONFIG_HEADER = $(top_builddir)/include/llvm/Config/config.h \
65         $(top_builddir)/include/llvm/Support/DataTypes.h \
66         $(top_builddir)/include/llvm/ADT/hash_map \
67         $(top_builddir)/include/llvm/ADT/hash_set \
68         $(top_builddir)/include/llvm/Support/ThreadSupport.h \
69         $(top_builddir)/include/llvm/ADT/iterator
70 CONFIG_CLEAN_FILES =
71 SOURCES =
72 DIST_SOURCES =
73 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
74         html-recursive info-recursive install-data-recursive \
75         install-exec-recursive install-info-recursive \
76         install-recursive installcheck-recursive installdirs-recursive \
77         pdf-recursive ps-recursive uninstall-info-recursive \
78         uninstall-recursive
79 CTAGS = ctags
80 DEJATOOL = $(PACKAGE)
81 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
82 EXPECT = expect
83 RUNTEST = runtest
84 DIST_SUBDIRS = $(SUBDIRS)
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 INSTALL = @INSTALL@
87 ACLOCAL = @ACLOCAL@
88 ALLOCA = @ALLOCA@
89 AMDEP_FALSE = @AMDEP_FALSE@
90 AMDEP_TRUE = @AMDEP_TRUE@
91 AMTAR = @AMTAR@
92 AR = @AR@
93
94 # Target hardware architecture
95 ARCH = @ARCH@
96 ARCH_PPC_FALSE = @ARCH_PPC_FALSE@
97 ARCH_PPC_TRUE = @ARCH_PPC_TRUE@
98 ARCH_SPARC_FALSE = @ARCH_SPARC_FALSE@
99 ARCH_SPARC_TRUE = @ARCH_SPARC_TRUE@
100 ARCH_UNKNOWN_FALSE = @ARCH_UNKNOWN_FALSE@
101 ARCH_UNKNOWN_TRUE = @ARCH_UNKNOWN_TRUE@
102 ARCH_X86_FALSE = @ARCH_X86_FALSE@
103 ARCH_X86_TRUE = @ARCH_X86_TRUE@
104 AUTOCONF = @AUTOCONF@
105 AUTOHEADER = @AUTOHEADER@
106 AUTOMAKE = @AUTOMAKE@
107 AWK = @AWK@
108 BISON = @BISON@
109 BUILDMODE := @BUILDMODE@
110
111 # Path to the CC binary, which use used by testcases for native builds.
112 CC := @CC@
113 CCDEPMODE = @CCDEPMODE@
114 CFLAGS = @CFLAGS@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117
118 # Path to the C++ compiler to use.  This is an optional setting, which defaults
119 # to whatever your gmake defaults to.
120 CXX = @CXX@
121 CXXCPP = @CXXCPP@
122 CXXDEPMODE = @CXXDEPMODE@
123 CXXFLAGS = @CXXFLAGS@
124 CYGPATH_W = @CYGPATH_W@
125 DEFS = @DEFS@
126 DEPDIR = @DEPDIR@
127 DOT = @DOT@
128 ECHO = echo
129 ECHO_C = @ECHO_C@
130 ECHO_N = @ECHO_N@
131 ECHO_T = @ECHO_T@
132 EGREP = @EGREP@
133 ENABLE_OPTIMIZED = @ENABLE_OPTIMIZED@
134 ENABLE_PROFILED = @ENABLE_PROFILED@
135
136 # Endian-ness of the target
137 ENDIAN = @ENDIAN@
138 ETAGS = @ETAGS@
139 ETAGSFLAGS = @ETAGSFLAGS@
140
141 # Executable file extension for this platform.
142 EXEEXT = @EXEEXT@
143 F77 = @F77@
144 FFLAGS = @FFLAGS@
145 FLEX = @LEX@
146 HAVE_BZIP2 = @HAVE_BZIP2@
147 HAVE_ZLIB = @HAVE_ZLIB@
148 INSTALL_DATA = @INSTALL_DATA@
149 INSTALL_PROGRAM = @INSTALL_PROGRAM@
150 INSTALL_SCRIPT = @INSTALL_SCRIPT@
151 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152 JIT = @JIT@
153
154 # Linker flags.
155 LDFLAGS = @LDFLAGS@ @LDFLAGS@
156 LEX = @LEX@
157 LEXLIB = @LEXLIB@
158 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
159 LIBOBJS = @LIBOBJS@
160 LIBS = @LIBS@
161 LIBTOOL = @LIBTOOL@
162 LLVMCC1 = @LLVMCC1@
163 LLVMCC1PLUS = @LLVMCC1PLUS@
164
165 # Path to location for LLVM C/C++ front-end. You can modify this if you
166 # want to override the value set by configure.
167 LLVMGCCDIR := @LLVMGCCDIR@
168 LLVM_BINDIR := @LLVM_BINDIR@
169 LLVM_CONFIGTIME = @LLVM_CONFIGTIME@
170 LLVM_DATADIR := @LLVM_DATADIR@
171 LLVM_DOCSDIR := @LLVM_DOCSDIR@
172 LLVM_ETCDIR := @LLVM_ETCDIR@
173 LLVM_INCLUDEDIR := @LLVM_INCLUDEDIR@ 
174 LLVM_INFODIR := @LLVM_INFODIR@
175 LLVM_LIBDIR := @LLVM_LIBDIR@
176 LLVM_MANDIR := @LLVM_MANDIR@
177
178 # Autoconf configured values
179 LLVM_PREFIX := @LLVM_PREFIX@
180 LN_S = @LN_S@
181 LTLIBOBJS = @LTLIBOBJS@
182 MAKEINFO = @MAKEINFO@
183 MMAP_FILE = @MMAP_FILE@
184 OBJEXT = @OBJEXT@
185
186 # Target operating system for which LLVM will be compiled.
187 OS = @OS@
188 PACKAGE = @PACKAGE@
189 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
190 PACKAGE_NAME = @PACKAGE_NAME@
191 PACKAGE_STRING = @PACKAGE_STRING@
192 PACKAGE_TARNAME = @PACKAGE_TARNAME@
193 PACKAGE_VERSION = @PACKAGE_VERSION@
194 PATH_SEPARATOR = @PATH_SEPARATOR@
195
196 # Path to the Python interpreter
197 PYTHON := @PYTHON@
198 QMTEST = @QMTEST@
199 RANLIB = @RANLIB@
200 SET_MAKE = @SET_MAKE@
201 SHELL = @SHELL@
202
203 # Shared library extension for this platform.
204 SHLIBEXT = @SHLIBEXT@
205 STRIP = @STRIP@
206 VERSION = @VERSION@
207
208 # The pathnames of the Flex and Bison programs, respectively.
209 YACC = @YACC@
210 ac_ct_AR = @ac_ct_AR@
211 ac_ct_CC = @ac_ct_CC@
212 ac_ct_CXX = @ac_ct_CXX@
213 ac_ct_F77 = @ac_ct_F77@
214 ac_ct_RANLIB = @ac_ct_RANLIB@
215 ac_ct_STRIP = @ac_ct_STRIP@
216 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
217 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
218 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
219 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
220 am__include = @am__include@
221 am__leading_dot = @am__leading_dot@
222 am__quote = @am__quote@
223 am__tar = @am__tar@
224 am__untar = @am__untar@
225 bindir = @bindir@
226 build = @build@
227 build_alias = @build_alias@
228 build_cpu = @build_cpu@
229 build_os = @build_os@
230 build_vendor = @build_vendor@
231 datadir = @datadir@
232 exec_prefix = @exec_prefix@
233 host = @host@
234 host_alias = @host_alias@
235 host_cpu = @host_cpu@
236 host_os = @host_os@
237 host_vendor = @host_vendor@
238 ifGNUmake = @ifGNUmake@
239 includedir = @includedir@
240 infodir = @infodir@
241 install_sh = @install_sh@
242 libdir = @libdir@
243 libexecdir = @libexecdir@
244 localstatedir = @localstatedir@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 sbindir = @sbindir@
251 sharedstatedir = @sharedstatedir@
252 subdirs = @subdirs@
253 sysconfdir = @sysconfdir@
254 target = @target@
255 target_alias = @target_alias@
256 target_cpu = @target_cpu@
257 target_os = @target_os@
258 target_vendor = @target_vendor@
259 SUBDIRS = GC GCCLibraries libdummy libpng libprofile libtrace zlib
260
261 # Options for all automake makefiles
262 ACLOCAL_AMFLAGS = -I autoconf -I autoconf/m4 --output=autoconf/aclocal.m4
263 AUTOMAKE_OPTIONS = foreign dejagnu dist-zip nostdinc
264
265 # Libraries needed by tools
266 TOOLLINKOPTS = @LIBS@
267
268 # Path to the library archiver program.
269 AR_PATH = @AR@
270
271 # Paths to miscellaneous programs.
272 RPWD = pwd
273 SED = sed
274 RM = rm
275 CP = cp
276 LN = ln
277 CMP = cmp
278 MKDIR = @abs_top_srcdir@/autoconf/mkinstalldirs
279 DATE = date
280 MV = mv
281 VERB := @
282 IGNORE := true
283
284 # Determine the target for which LLVM should generate code.
285 LLVMGCCARCH := @target@/3.4-llvm
286
287 # Full pathnames of LLVM C/C++ front-end 'cc1' and 'cc1plus' binaries:
288 LCC1 = @LLVMCC1@
289 LCC1XX = @LLVMCC1PLUS@
290
291 # Path to directory where object files should be stored during a build.
292 # Set OBJ_ROOT to "." if you do not want to use a separate place for
293 # object files.
294 OBJ_ROOT := .
295 all: all-recursive
296
297 .SUFFIXES:
298 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile_config $(am__configure_deps)
299         @for dep in $?; do \
300           case '$(am__configure_deps)' in \
301             *$$dep*) \
302               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
303                 && exit 0; \
304               exit 1;; \
305           esac; \
306         done; \
307         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  runtime/Makefile'; \
308         cd $(top_srcdir) && \
309           $(AUTOMAKE) --foreign  runtime/Makefile
310 .PRECIOUS: Makefile
311 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
312         @case '$?' in \
313           *config.status*) \
314             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
315           *) \
316             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
317             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
318         esac;
319
320 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
321         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
323 $(top_srcdir)/configure:  $(am__configure_deps)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328 mostlyclean-libtool:
329         -rm -f *.lo
330
331 clean-libtool:
332         -rm -rf .libs _libs
333
334 distclean-libtool:
335         -rm -f libtool
336 uninstall-info-am:
337
338 # This directory's subdirectories are mostly independent; you can cd
339 # into them and run `make' without going through this Makefile.
340 # To change the values of `make' variables: instead of editing Makefiles,
341 # (1) if the variable is set in `config.status', edit `config.status'
342 #     (which will cause the Makefiles to be regenerated when you run `make');
343 # (2) otherwise, pass the desired values on the `make' command line.
344 $(RECURSIVE_TARGETS):
345         @set fnord $$MAKEFLAGS; amf=$$2; \
346         dot_seen=no; \
347         target=`echo $@ | sed s/-recursive//`; \
348         list='$(SUBDIRS)'; for subdir in $$list; do \
349           echo "Making $$target in $$subdir"; \
350           if test "$$subdir" = "."; then \
351             dot_seen=yes; \
352             local_target="$$target-am"; \
353           else \
354             local_target="$$target"; \
355           fi; \
356           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
358         done; \
359         if test "$$dot_seen" = "no"; then \
360           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361         fi; test -z "$$fail"
362
363 mostlyclean-recursive clean-recursive distclean-recursive \
364 maintainer-clean-recursive:
365         @set fnord $$MAKEFLAGS; amf=$$2; \
366         dot_seen=no; \
367         case "$@" in \
368           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
369           *) list='$(SUBDIRS)' ;; \
370         esac; \
371         rev=''; for subdir in $$list; do \
372           if test "$$subdir" = "."; then :; else \
373             rev="$$subdir $$rev"; \
374           fi; \
375         done; \
376         rev="$$rev ."; \
377         target=`echo $@ | sed s/-recursive//`; \
378         for subdir in $$rev; do \
379           echo "Making $$target in $$subdir"; \
380           if test "$$subdir" = "."; then \
381             local_target="$$target-am"; \
382           else \
383             local_target="$$target"; \
384           fi; \
385           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
386            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
387         done && test -z "$$fail"
388 tags-recursive:
389         list='$(SUBDIRS)'; for subdir in $$list; do \
390           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
391         done
392 ctags-recursive:
393         list='$(SUBDIRS)'; for subdir in $$list; do \
394           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
395         done
396
397 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
398         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
399         unique=`for i in $$list; do \
400             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
401           done | \
402           $(AWK) '    { files[$$0] = 1; } \
403                END { for (i in files) print i; }'`; \
404         mkid -fID $$unique
405 tags: TAGS
406
407 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
408                 $(TAGS_FILES) $(LISP)
409         tags=; \
410         here=`pwd`; \
411         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
412           include_option=--etags-include; \
413           empty_fix=.; \
414         else \
415           include_option=--include; \
416           empty_fix=; \
417         fi; \
418         list='$(SUBDIRS)'; for subdir in $$list; do \
419           if test "$$subdir" = .; then :; else \
420             test ! -f $$subdir/TAGS || \
421               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
422           fi; \
423         done; \
424         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
425         unique=`for i in $$list; do \
426             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427           done | \
428           $(AWK) '    { files[$$0] = 1; } \
429                END { for (i in files) print i; }'`; \
430         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
431           test -n "$$unique" || unique=$$empty_fix; \
432           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
433             $$tags $$unique; \
434         fi
435 ctags: CTAGS
436 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
437                 $(TAGS_FILES) $(LISP)
438         tags=; \
439         here=`pwd`; \
440         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
441         unique=`for i in $$list; do \
442             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443           done | \
444           $(AWK) '    { files[$$0] = 1; } \
445                END { for (i in files) print i; }'`; \
446         test -z "$(CTAGS_ARGS)$$tags$$unique" \
447           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
448              $$tags $$unique
449
450 GTAGS:
451         here=`$(am__cd) $(top_builddir) && pwd` \
452           && cd $(top_srcdir) \
453           && gtags -i $(GTAGS_ARGS) $$here
454
455 distclean-tags:
456         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457
458 check-DEJAGNU: site.exp
459         srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \
460         EXPECT=$(EXPECT); export EXPECT; \
461         runtest=$(RUNTEST); \
462         if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
463           l='$(DEJATOOL)'; for tool in $$l; do \
464             $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
465           done; \
466         else echo "WARNING: could not find \`runtest'" 1>&2; :;\
467         fi
468 site.exp: Makefile
469         @echo 'Making a new site.exp file...'
470         @echo '## these variables are automatically generated by make ##' >site.tmp
471         @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
472         @echo '# edit the last section' >>site.tmp
473         @echo 'set srcdir $(srcdir)' >>site.tmp
474         @echo "set objdir `pwd`" >>site.tmp
475         @echo 'set build_alias "$(build_alias)"' >>site.tmp
476         @echo 'set build_triplet $(build_triplet)' >>site.tmp
477         @echo 'set host_alias "$(host_alias)"' >>site.tmp
478         @echo 'set host_triplet $(host_triplet)' >>site.tmp
479         @echo 'set target_alias "$(target_alias)"' >>site.tmp
480         @echo 'set target_triplet $(target_triplet)' >>site.tmp
481         @echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
482         @test ! -f site.exp || \
483           sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
484         @-rm -f site.bak
485         @test ! -f site.exp || mv site.exp site.bak
486         @mv site.tmp site.exp
487
488 distclean-DEJAGNU:
489         -rm -f site.exp site.bak
490         -l='$(DEJATOOL)'; for tool in $$l; do \
491           rm -f $$tool.sum $$tool.log; \
492         done
493
494 distdir: $(DISTFILES)
495         $(mkdir_p) $(distdir)/..
496         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
497         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
498         list='$(DISTFILES)'; for file in $$list; do \
499           case $$file in \
500             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
501             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
502           esac; \
503           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
504           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
505           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
506             dir="/$$dir"; \
507             $(mkdir_p) "$(distdir)$$dir"; \
508           else \
509             dir=''; \
510           fi; \
511           if test -d $$d/$$file; then \
512             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
514             fi; \
515             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
516           else \
517             test -f $(distdir)/$$file \
518             || cp -p $$d/$$file $(distdir)/$$file \
519             || exit 1; \
520           fi; \
521         done
522         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
523           if test "$$subdir" = .; then :; else \
524             test -d "$(distdir)/$$subdir" \
525             || $(mkdir_p) "$(distdir)/$$subdir" \
526             || exit 1; \
527             distdir=`$(am__cd) $(distdir) && pwd`; \
528             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
529             (cd $$subdir && \
530               $(MAKE) $(AM_MAKEFLAGS) \
531                 top_distdir="$$top_distdir" \
532                 distdir="$$distdir/$$subdir" \
533                 distdir) \
534               || exit 1; \
535           fi; \
536         done
537 check-am: all-am
538         $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
539 check: check-recursive
540 all-am: Makefile
541 installdirs: installdirs-recursive
542 installdirs-am:
543 install: install-recursive
544 install-exec: install-exec-recursive
545 install-data: install-data-recursive
546 uninstall: uninstall-recursive
547
548 install-am: all-am
549         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550
551 installcheck: installcheck-recursive
552 install-strip:
553         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
554           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
555           `test -z '$(STRIP)' || \
556             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
557 mostlyclean-generic:
558
559 clean-generic:
560
561 distclean-generic:
562         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
563
564 maintainer-clean-generic:
565         @echo "This command is intended for maintainers to use"
566         @echo "it deletes files that may require special tools to rebuild."
567 clean: clean-recursive
568
569 clean-am: clean-generic clean-libtool mostlyclean-am
570
571 distclean: distclean-recursive
572         -rm -f Makefile
573 distclean-am: clean-am distclean-DEJAGNU distclean-generic \
574         distclean-libtool distclean-tags
575
576 dvi: dvi-recursive
577
578 dvi-am:
579
580 html: html-recursive
581
582 info: info-recursive
583
584 info-am:
585
586 install-data-am:
587
588 install-exec-am:
589
590 install-info: install-info-recursive
591
592 install-man:
593
594 installcheck-am:
595
596 maintainer-clean: maintainer-clean-recursive
597         -rm -f Makefile
598 maintainer-clean-am: distclean-am maintainer-clean-generic
599
600 mostlyclean: mostlyclean-recursive
601
602 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
603
604 pdf: pdf-recursive
605
606 pdf-am:
607
608 ps: ps-recursive
609
610 ps-am:
611
612 uninstall-am: uninstall-info-am
613
614 uninstall-info: uninstall-info-recursive
615
616 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check \
617         check-DEJAGNU check-am clean clean-generic clean-libtool \
618         clean-recursive ctags ctags-recursive distclean \
619         distclean-DEJAGNU distclean-generic distclean-libtool \
620         distclean-recursive distclean-tags distdir dvi dvi-am html \
621         html-am info info-am install install-am install-data \
622         install-data-am install-exec install-exec-am install-info \
623         install-info-am install-man install-strip installcheck \
624         installcheck-am installdirs installdirs-am maintainer-clean \
625         maintainer-clean-generic maintainer-clean-recursive \
626         mostlyclean mostlyclean-generic mostlyclean-libtool \
627         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
628         uninstall uninstall-am uninstall-info-am
629
630
631 # These are options that can either be enabled here, or can be enabled on the
632 # make command line (ie, make ENABLE_PROFILING=1):
633
634 # When ENABLE_OPTIMIZED is enabled, Release builds of all of the LLVM code are
635 # turned on, and Debug builds are turned off.
636 #ENABLE_OPTIMIZED = 1
637
638 # When ENABLE_PROFILING is enabled, the llvm source base is built with profile
639 # information to allow gprof to be used to get execution frequencies.
640 #ENABLE_PROFILING = 1
641
642 # This option tells the Makefiles to produce verbose output.
643 # It essentially prints the commands that make is executing
644 #VERBOSE = 1
645
646 # Include the rules.
647 # WARNING NOTE WARNING NOTE WARNING NOTE WARNING NOTE
648 # The inclusion of Makefile_rules MUST be done such that there is a space
649 # before "include". This prevents automake from processing the file and
650 # simply passes the inclusion on to GNU Make. The rules in Makefile_rules
651 # depend on this. DO NOT REMOVE THE SPACE BEFORE "include"
652  include $(top_srcdir)/Makefile_rules
653 # Tell versions [3.59,3.63) of GNU make to not export all variables.
654 # Otherwise a system limit (for SysV at least) may be exceeded.
655 .NOEXPORT: