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