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