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