e6d7c0376b7692a719f3f35e5621cc5bfcee6ddf
[platform/upstream/ltrace.git] / testsuite / ltrace.minor / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Copyright (C) 1992 - 2001, 2012 Free Software Foundation, Inc.
19 #
20 # This program is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 1, or (at your option)
23 # any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; if not, write to the Free Software
32 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33 #
34 VPATH = @srcdir@
35 pkgdatadir = $(datadir)/@PACKAGE@
36 pkgincludedir = $(includedir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkglibexecdir = $(libexecdir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = testsuite/ltrace.minor
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/config/m4/libtool.m4 \
57         $(top_srcdir)/config/m4/ltoptions.m4 \
58         $(top_srcdir)/config/m4/ltsugar.m4 \
59         $(top_srcdir)/config/m4/ltversion.m4 \
60         $(top_srcdir)/config/m4/lt~obsolete.m4 \
61         $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 mkinstalldirs = $(install_sh) -d
65 CONFIG_HEADER = $(top_builddir)/config.h
66 CONFIG_CLEAN_FILES =
67 CONFIG_CLEAN_VPATH_FILES =
68 SOURCES =
69 DIST_SOURCES =
70 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71 ACLOCAL = @ACLOCAL@
72 AMTAR = @AMTAR@
73 AM_CFLAGS = @AM_CFLAGS@
74 AM_CPPFLAGS = @AM_CPPFLAGS@
75 AM_LDFLAGS = @AM_LDFLAGS@
76 AR = @AR@
77 AUTOCONF = @AUTOCONF@
78 AUTOHEADER = @AUTOHEADER@
79 AUTOMAKE = @AUTOMAKE@
80 AWK = @AWK@
81 CC = @CC@
82 CCDEPMODE = @CCDEPMODE@
83 CFLAGS = @CFLAGS@
84 CPP = @CPP@
85 CPPFLAGS = @CPPFLAGS@
86 CYGPATH_W = @CYGPATH_W@
87 DEFS = @DEFS@
88 DEPDIR = @DEPDIR@
89 DLLTOOL = @DLLTOOL@
90 DSYMUTIL = @DSYMUTIL@
91 DUMPBIN = @DUMPBIN@
92 ECHO_C = @ECHO_C@
93 ECHO_N = @ECHO_N@
94 ECHO_T = @ECHO_T@
95 EGREP = @EGREP@
96 EXEEXT = @EXEEXT@
97 FGREP = @FGREP@
98 GREP = @GREP@
99 HAVE_VALGRIND = @HAVE_VALGRIND@
100 HOST_CPU = @HOST_CPU@
101 HOST_OS = @HOST_OS@
102 INSTALL = @INSTALL@
103 INSTALL_DATA = @INSTALL_DATA@
104 INSTALL_PROGRAM = @INSTALL_PROGRAM@
105 INSTALL_SCRIPT = @INSTALL_SCRIPT@
106 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
107 LD = @LD@
108 LDFLAGS = @LDFLAGS@
109 LIBOBJS = @LIBOBJS@
110 LIBS = @LIBS@
111 LIBTOOL = @LIBTOOL@
112 LIPO = @LIPO@
113 LN_S = @LN_S@
114 LTLIBOBJS = @LTLIBOBJS@
115 MAINT = @MAINT@
116 MAKEINFO = @MAKEINFO@
117 MANIFEST_TOOL = @MANIFEST_TOOL@
118 MKDIR_P = @MKDIR_P@
119 NM = @NM@
120 NMEDIT = @NMEDIT@
121 OBJDUMP = @OBJDUMP@
122 OBJEXT = @OBJEXT@
123 OTOOL = @OTOOL@
124 OTOOL64 = @OTOOL64@
125 PACKAGE = @PACKAGE@
126 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127 PACKAGE_NAME = @PACKAGE_NAME@
128 PACKAGE_STRING = @PACKAGE_STRING@
129 PACKAGE_TARNAME = @PACKAGE_TARNAME@
130 PACKAGE_URL = @PACKAGE_URL@
131 PACKAGE_VERSION = @PACKAGE_VERSION@
132 PATH_SEPARATOR = @PATH_SEPARATOR@
133 RANLIB = @RANLIB@
134 SED = @SED@
135 SET_MAKE = @SET_MAKE@
136 SHELL = @SHELL@
137 STRIP = @STRIP@
138 VERSION = @VERSION@
139 abs_builddir = @abs_builddir@
140 abs_srcdir = @abs_srcdir@
141 abs_top_builddir = @abs_top_builddir@
142 abs_top_srcdir = @abs_top_srcdir@
143 ac_ct_AR = @ac_ct_AR@
144 ac_ct_CC = @ac_ct_CC@
145 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
146 am__include = @am__include@
147 am__leading_dot = @am__leading_dot@
148 am__quote = @am__quote@
149 am__tar = @am__tar@
150 am__untar = @am__untar@
151 bindir = @bindir@
152 build = @build@
153 build_alias = @build_alias@
154 build_cpu = @build_cpu@
155 build_os = @build_os@
156 build_vendor = @build_vendor@
157 builddir = @builddir@
158 datadir = @datadir@
159 datarootdir = @datarootdir@
160 docdir = @docdir@
161 dvidir = @dvidir@
162 exec_prefix = @exec_prefix@
163 host = @host@
164 host_alias = @host_alias@
165 host_cpu = @host_cpu@
166 host_os = @host_os@
167 host_vendor = @host_vendor@
168 htmldir = @htmldir@
169 includedir = @includedir@
170 infodir = @infodir@
171 install_sh = @install_sh@
172 libdir = @libdir@
173 libelf_LD_LIBRARY_PATH = @libelf_LD_LIBRARY_PATH@
174 liberty_LIBS = @liberty_LIBS@
175 libexecdir = @libexecdir@
176 libstdcxx_LIBS = @libstdcxx_LIBS@
177 libsupcxx_LIBS = @libsupcxx_LIBS@
178 libunwind_LD_LIBRARY_PATH = @libunwind_LD_LIBRARY_PATH@
179 libunwind_LIBS = @libunwind_LIBS@
180 localedir = @localedir@
181 localstatedir = @localstatedir@
182 mandir = @mandir@
183 mkdir_p = @mkdir_p@
184 oldincludedir = @oldincludedir@
185 pdfdir = @pdfdir@
186 prefix = @prefix@
187 program_transform_name = @program_transform_name@
188 psdir = @psdir@
189 sbindir = @sbindir@
190 sharedstatedir = @sharedstatedir@
191 srcdir = @srcdir@
192 sysconfdir = @sysconfdir@
193 target_alias = @target_alias@
194 top_build_prefix = @top_build_prefix@
195 top_builddir = @top_builddir@
196 top_srcdir = @top_srcdir@
197 EXTRA_DIST = \
198         attach-process.exp \
199         count-record.c \
200         count-record.exp \
201         demangle.cpp \
202         demangle.exp \
203         demangle.h \
204         demangle-lib.cpp \
205         libdl-simple.c \
206         libdl-simple.exp \
207         libdl-simple-lib.c \
208         print-instruction-pointer.c \
209         print-instruction-pointer.exp \
210         time-record.c \
211         time-record-T.exp \
212         time-record-tt.exp \
213         time-record-ttt.exp \
214         trace-clone.c \
215         trace-clone.exp \
216         trace-exec.exp \
217         trace-fork.c \
218         trace-fork.exp
219
220 CLEANFILES = *.o *.so *.log *.sum *.ltrace setval.tmp \
221         attach-process count-record demangle print-instruction-pointer \
222         time-record-T time-record-tt time-record-ttt trace-clone \
223         trace-exec trace-exec1 trace-fork libdl-simple
224
225 MAINTAINERCLEANFILES = Makefile.in
226 all: all-am
227
228 .SUFFIXES:
229 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
230         @for dep in $?; do \
231           case '$(am__configure_deps)' in \
232             *$$dep*) \
233               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
234                 && { if test -f $@; then exit 0; else break; fi; }; \
235               exit 1;; \
236           esac; \
237         done; \
238         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/ltrace.minor/Makefile'; \
239         $(am__cd) $(top_srcdir) && \
240           $(AUTOMAKE) --foreign testsuite/ltrace.minor/Makefile
241 .PRECIOUS: Makefile
242 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243         @case '$?' in \
244           *config.status*) \
245             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
246           *) \
247             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
248             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
249         esac;
250
251 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
252         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
254 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
257         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258 $(am__aclocal_m4_deps):
259
260 mostlyclean-libtool:
261         -rm -f *.lo
262
263 clean-libtool:
264         -rm -rf .libs _libs
265 tags: TAGS
266 TAGS:
267
268 ctags: CTAGS
269 CTAGS:
270
271
272 distdir: $(DISTFILES)
273         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
274         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
275         list='$(DISTFILES)'; \
276           dist_files=`for file in $$list; do echo $$file; done | \
277           sed -e "s|^$$srcdirstrip/||;t" \
278               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
279         case $$dist_files in \
280           */*) $(MKDIR_P) `echo "$$dist_files" | \
281                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
282                            sort -u` ;; \
283         esac; \
284         for file in $$dist_files; do \
285           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
286           if test -d $$d/$$file; then \
287             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
288             if test -d "$(distdir)/$$file"; then \
289               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
290             fi; \
291             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
292               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
293               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
294             fi; \
295             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
296           else \
297             test -f "$(distdir)/$$file" \
298             || cp -p $$d/$$file "$(distdir)/$$file" \
299             || exit 1; \
300           fi; \
301         done
302 check-am: all-am
303 check: check-am
304 all-am: Makefile
305 installdirs:
306 install: install-am
307 install-exec: install-exec-am
308 install-data: install-data-am
309 uninstall: uninstall-am
310
311 install-am: all-am
312         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
313
314 installcheck: installcheck-am
315 install-strip:
316         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
317           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
318           `test -z '$(STRIP)' || \
319             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
320 mostlyclean-generic:
321
322 clean-generic:
323         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
324
325 distclean-generic:
326         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
327         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
328
329 maintainer-clean-generic:
330         @echo "This command is intended for maintainers to use"
331         @echo "it deletes files that may require special tools to rebuild."
332         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
333 clean: clean-am
334
335 clean-am: clean-generic clean-libtool mostlyclean-am
336
337 distclean: distclean-am
338         -rm -f Makefile
339 distclean-am: clean-am distclean-generic
340
341 dvi: dvi-am
342
343 dvi-am:
344
345 html: html-am
346
347 html-am:
348
349 info: info-am
350
351 info-am:
352
353 install-data-am:
354
355 install-dvi: install-dvi-am
356
357 install-dvi-am:
358
359 install-exec-am:
360
361 install-html: install-html-am
362
363 install-html-am:
364
365 install-info: install-info-am
366
367 install-info-am:
368
369 install-man:
370
371 install-pdf: install-pdf-am
372
373 install-pdf-am:
374
375 install-ps: install-ps-am
376
377 install-ps-am:
378
379 installcheck-am:
380
381 maintainer-clean: maintainer-clean-am
382         -rm -f Makefile
383 maintainer-clean-am: distclean-am maintainer-clean-generic
384
385 mostlyclean: mostlyclean-am
386
387 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
388
389 pdf: pdf-am
390
391 pdf-am:
392
393 ps: ps-am
394
395 ps-am:
396
397 uninstall-am:
398
399 .MAKE: install-am install-strip
400
401 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
402         distclean distclean-generic distclean-libtool distdir dvi \
403         dvi-am html html-am info info-am install install-am \
404         install-data install-data-am install-dvi install-dvi-am \
405         install-exec install-exec-am install-html install-html-am \
406         install-info install-info-am install-man install-pdf \
407         install-pdf-am install-ps install-ps-am install-strip \
408         installcheck installcheck-am installdirs maintainer-clean \
409         maintainer-clean-generic mostlyclean mostlyclean-generic \
410         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
411
412
413 # Tell versions [3.59,3.63) of GNU make to not export all variables.
414 # Otherwise a system limit (for SysV at least) may be exceeded.
415 .NOEXPORT: