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