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