gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / libctf / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
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 #
18 # Copyright (C) 2019-2020 Free Software Foundation, Inc.
19 #
20 # This file 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 2 of the License, or
23 # (at your option) 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; see the file COPYING. If not see
32 # <http://www.gnu.org/licenses/>.
33 #
34
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 @NEED_CTF_QSORT_R_TRUE@am__append_1 = ctf-qsort_r.c
111 subdir = .
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
114 $(top_srcdir)/../config/acx.m4 \
115 $(top_srcdir)/../config/depstand.m4 \
116 $(top_srcdir)/../config/lead-dot.m4 \
117 $(top_srcdir)/../config/override.m4 \
118 $(top_srcdir)/../config/warnings.m4 \
119 $(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
120 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
121 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
122 $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124 $(ACLOCAL_M4)
125 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
126 $(am__configure_deps) $(am__include_HEADERS_DIST) \
127 $(am__DIST_COMMON)
128 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129 configure.lineno config.status.lineno
130 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
131 CONFIG_HEADER = config.h
132 CONFIG_CLEAN_FILES =
133 CONFIG_CLEAN_VPATH_FILES =
134 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
135 am__vpath_adj = case $$p in \
136 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137 *) f=$$p;; \
138 esac;
139 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
140 am__install_max = 40
141 am__nobase_strip_setup = \
142 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
143 am__nobase_strip = \
144 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
145 am__nobase_list = $(am__nobase_strip_setup); \
146 for p in $$list; do echo "$$p $$p"; done | \
147 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
148 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
149 if (++n[$$2] == $(am__install_max)) \
150 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
151 END { for (dir in files) print dir, files[dir] }'
152 am__base_list = \
153 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
154 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
155 am__uninstall_files_from_dir = { \
156 test -z "$$files" \
157 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
158 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
159 $(am__cd) "$$dir" && rm -f $$files; }; \
160 }
161 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
162 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
163 am__DEPENDENCIES_1 =
164 libctf_nobfd_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
165 am__libctf_nobfd_la_SOURCES_DIST = ctf-archive.c ctf-dump.c \
166 ctf-create.c ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c \
167 ctf-link.c ctf-lookup.c ctf-open.c ctf-string.c ctf-subr.c \
168 ctf-types.c ctf-util.c ctf-qsort_r.c
169 @NEED_CTF_QSORT_R_TRUE@am__objects_1 = ctf-qsort_r.lo
170 am_libctf_nobfd_la_OBJECTS = ctf-archive.lo ctf-dump.lo ctf-create.lo \
171 ctf-decl.lo ctf-error.lo ctf-hash.lo ctf-labels.lo ctf-link.lo \
172 ctf-lookup.lo ctf-open.lo ctf-string.lo ctf-subr.lo \
173 ctf-types.lo ctf-util.lo $(am__objects_1)
174 libctf_nobfd_la_OBJECTS = $(am_libctf_nobfd_la_OBJECTS)
175 AM_V_lt = $(am__v_lt_@AM_V@)
176 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
177 am__v_lt_0 = --silent
178 am__v_lt_1 =
179 libctf_nobfd_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
180 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
181 $(AM_CFLAGS) $(CFLAGS) $(libctf_nobfd_la_LDFLAGS) $(LDFLAGS) \
182 -o $@
183 @INSTALL_LIBBFD_FALSE@am_libctf_nobfd_la_rpath =
184 @INSTALL_LIBBFD_TRUE@am_libctf_nobfd_la_rpath = -rpath $(libdir)
185 am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
186 am__libctf_la_SOURCES_DIST = ctf-archive.c ctf-dump.c ctf-create.c \
187 ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-link.c \
188 ctf-lookup.c ctf-open.c ctf-string.c ctf-subr.c ctf-types.c \
189 ctf-util.c ctf-qsort_r.c ctf-open-bfd.c
190 am__objects_2 = ctf-archive.lo ctf-dump.lo ctf-create.lo ctf-decl.lo \
191 ctf-error.lo ctf-hash.lo ctf-labels.lo ctf-link.lo \
192 ctf-lookup.lo ctf-open.lo ctf-string.lo ctf-subr.lo \
193 ctf-types.lo ctf-util.lo $(am__objects_1)
194 am_libctf_la_OBJECTS = $(am__objects_2) ctf-open-bfd.lo
195 libctf_la_OBJECTS = $(am_libctf_la_OBJECTS)
196 libctf_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
197 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
198 $(libctf_la_LDFLAGS) $(LDFLAGS) -o $@
199 @INSTALL_LIBBFD_FALSE@am_libctf_la_rpath =
200 @INSTALL_LIBBFD_TRUE@am_libctf_la_rpath = -rpath $(libdir)
201 AM_V_P = $(am__v_P_@AM_V@)
202 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
203 am__v_P_0 = false
204 am__v_P_1 = :
205 AM_V_GEN = $(am__v_GEN_@AM_V@)
206 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
207 am__v_GEN_0 = @echo " GEN " $@;
208 am__v_GEN_1 =
209 AM_V_at = $(am__v_at_@AM_V@)
210 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
211 am__v_at_0 = @
212 am__v_at_1 =
213 DEFAULT_INCLUDES = -I.@am__isrc@
214 depcomp = $(SHELL) $(top_srcdir)/../depcomp
215 am__depfiles_maybe = depfiles
216 am__mv = mv -f
217 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
218 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
219 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
220 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
221 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
222 $(AM_CFLAGS) $(CFLAGS)
223 AM_V_CC = $(am__v_CC_@AM_V@)
224 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
225 am__v_CC_0 = @echo " CC " $@;
226 am__v_CC_1 =
227 CCLD = $(CC)
228 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
229 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
230 $(AM_LDFLAGS) $(LDFLAGS) -o $@
231 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
232 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
233 am__v_CCLD_0 = @echo " CCLD " $@;
234 am__v_CCLD_1 =
235 SOURCES = $(libctf_nobfd_la_SOURCES) $(libctf_la_SOURCES)
236 DIST_SOURCES = $(am__libctf_nobfd_la_SOURCES_DIST) \
237 $(am__libctf_la_SOURCES_DIST)
238 am__can_run_installinfo = \
239 case $$AM_UPDATE_INFO_DIR in \
240 n|no|NO) false;; \
241 *) (install-info --version) >/dev/null 2>&1;; \
242 esac
243 am__include_HEADERS_DIST = $(INCDIR)/ctf.h $(INCDIR)/ctf-api.h
244 HEADERS = $(include_HEADERS)
245 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
246 $(LISP)config.h.in
247 # Read a list of newline-separated strings from the standard input,
248 # and print each of them once, without duplicates. Input order is
249 # *not* preserved.
250 am__uniquify_input = $(AWK) '\
251 BEGIN { nonempty = 0; } \
252 { items[$$0] = 1; nonempty = 1; } \
253 END { if (nonempty) { for (i in items) print i; }; } \
254 '
255 # Make sure the list of sources is unique. This is necessary because,
256 # e.g., the same source file might be shared among _SOURCES variables
257 # for different programs/libraries.
258 am__define_uniq_tagged_files = \
259 list='$(am__tagged_files)'; \
260 unique=`for i in $$list; do \
261 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
262 done | $(am__uniquify_input)`
263 ETAGS = etags
264 CTAGS = ctags
265 CSCOPE = cscope
266 AM_RECURSIVE_TARGETS = cscope
267 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
268 $(top_srcdir)/../ar-lib $(top_srcdir)/../compile \
269 $(top_srcdir)/../config.guess $(top_srcdir)/../config.sub \
270 $(top_srcdir)/../depcomp $(top_srcdir)/../install-sh \
271 $(top_srcdir)/../ltmain.sh $(top_srcdir)/../missing \
272 $(top_srcdir)/../mkinstalldirs ChangeLog
273 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
274 distdir = $(PACKAGE)-$(VERSION)
275 top_distdir = $(distdir)
276 am__remove_distdir = \
277 if test -d "$(distdir)"; then \
278 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
279 && rm -rf "$(distdir)" \
280 || { sleep 5 && rm -rf "$(distdir)"; }; \
281 else :; fi
282 am__post_remove_distdir = $(am__remove_distdir)
283 DIST_ARCHIVES = $(distdir).tar.gz
284 GZIP_ENV = --best
285 DIST_TARGETS = dist-gzip
286 distuninstallcheck_listfiles = find . -type f -print
287 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
288 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
289 distcleancheck_listfiles = find . -type f -print
290 ACLOCAL = @ACLOCAL@
291 AMTAR = @AMTAR@
292 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
293 AR = @AR@
294 AUTOCONF = @AUTOCONF@
295 AUTOHEADER = @AUTOHEADER@
296 AUTOMAKE = @AUTOMAKE@
297 AWK = @AWK@
298 BFD_DEPENDENCIES = @BFD_DEPENDENCIES@
299 BFD_LIBADD = @BFD_LIBADD@
300 CC = @CC@
301 CCDEPMODE = @CCDEPMODE@
302 CFLAGS = @CFLAGS@
303 CPP = @CPP@
304 CPPFLAGS = @CPPFLAGS@
305 CYGPATH_W = @CYGPATH_W@
306 DEFS = @DEFS@
307 DEPDIR = @DEPDIR@
308 DSYMUTIL = @DSYMUTIL@
309 DUMPBIN = @DUMPBIN@
310 ECHO_C = @ECHO_C@
311 ECHO_N = @ECHO_N@
312 ECHO_T = @ECHO_T@
313 EGREP = @EGREP@
314 EXEEXT = @EXEEXT@
315 FGREP = @FGREP@
316 GREP = @GREP@
317 INSTALL = @INSTALL@
318 INSTALL_DATA = @INSTALL_DATA@
319 INSTALL_PROGRAM = @INSTALL_PROGRAM@
320 INSTALL_SCRIPT = @INSTALL_SCRIPT@
321 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
322 LD = @LD@
323 LDFLAGS = @LDFLAGS@
324 LIBOBJS = @LIBOBJS@
325 LIBS = @LIBS@
326 LIBTOOL = @LIBTOOL@
327 LIPO = @LIPO@
328 LN_S = @LN_S@
329 LTLIBOBJS = @LTLIBOBJS@
330 MAINT = @MAINT@
331 MAKEINFO = @MAKEINFO@
332 MKDIR_P = @MKDIR_P@
333 NM = @NM@
334 NMEDIT = @NMEDIT@
335 OBJDUMP = @OBJDUMP@
336 OBJEXT = @OBJEXT@
337 OTOOL = @OTOOL@
338 OTOOL64 = @OTOOL64@
339 PACKAGE = @PACKAGE@
340 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
341 PACKAGE_NAME = @PACKAGE_NAME@
342 PACKAGE_STRING = @PACKAGE_STRING@
343 PACKAGE_TARNAME = @PACKAGE_TARNAME@
344 PACKAGE_URL = @PACKAGE_URL@
345 PACKAGE_VERSION = @PACKAGE_VERSION@
346 PATH_SEPARATOR = @PATH_SEPARATOR@
347 RANLIB = @RANLIB@
348 SED = @SED@
349 SET_MAKE = @SET_MAKE@
350 SHARED_LDFLAGS = @SHARED_LDFLAGS@
351 SHARED_LIBADD = @SHARED_LIBADD@
352 SHELL = @SHELL@
353 STRIP = @STRIP@
354 VERSION = @VERSION@
355 VERSION_FLAGS = @VERSION_FLAGS@
356 WARN_PEDANTIC = @WARN_PEDANTIC@
357 WERROR = @WERROR@
358 abs_builddir = @abs_builddir@
359 abs_srcdir = @abs_srcdir@
360 abs_top_builddir = @abs_top_builddir@
361 abs_top_srcdir = @abs_top_srcdir@
362 ac_ct_AR = @ac_ct_AR@
363 ac_ct_CC = @ac_ct_CC@
364 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
365 ac_libctf_warn_cflags = @ac_libctf_warn_cflags@
366 am__include = @am__include@
367 am__leading_dot = @am__leading_dot@
368 am__quote = @am__quote@
369 am__tar = @am__tar@
370 am__untar = @am__untar@
371 bindir = @bindir@
372 build = @build@
373 build_alias = @build_alias@
374 build_cpu = @build_cpu@
375 build_os = @build_os@
376 build_vendor = @build_vendor@
377 builddir = @builddir@
378 c_warn = @c_warn@
379 datadir = @datadir@
380 datarootdir = @datarootdir@
381 docdir = @docdir@
382 dvidir = @dvidir@
383 exec_prefix = @exec_prefix@
384 host = @host@
385 host_alias = @host_alias@
386 host_cpu = @host_cpu@
387 host_noncanonical = @host_noncanonical@
388 host_os = @host_os@
389 host_vendor = @host_vendor@
390 htmldir = @htmldir@
391 includedir = @includedir@
392 infodir = @infodir@
393 install_sh = @install_sh@
394 libdir = @libdir@
395 libexecdir = @libexecdir@
396 localedir = @localedir@
397 localstatedir = @localstatedir@
398 mandir = @mandir@
399 mkdir_p = @mkdir_p@
400 oldincludedir = @oldincludedir@
401 pdfdir = @pdfdir@
402 prefix = @prefix@
403 program_transform_name = @program_transform_name@
404 psdir = @psdir@
405 sbindir = @sbindir@
406 sharedstatedir = @sharedstatedir@
407 srcdir = @srcdir@
408 sysconfdir = @sysconfdir@
409 target_alias = @target_alias@
410 target_noncanonical = @target_noncanonical@
411 top_build_prefix = @top_build_prefix@
412 top_builddir = @top_builddir@
413 top_srcdir = @top_srcdir@
414 warn = @warn@
415 zlibdir = @zlibdir@
416 zlibinc = @zlibinc@
417 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
418 AUTOMAKE_OPTIONS = foreign no-texinfo.tex
419
420 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
421 # -I../zlib, unless we were configured with --with-system-zlib, in which
422 # case both are empty.
423 ZLIB = @zlibdir@ -lz
424 ZLIBINC = @zlibinc@
425 INCDIR = $(srcdir)/../include
426 AM_CPPFLAGS = -D_GNU_SOURCE -I$(srcdir) -I$(srcdir)/../include -I$(srcdir)/../bfd -I../bfd
427 AM_CFLAGS = -std=gnu99 @ac_libctf_warn_cflags@ @warn@ @c_warn@ @WARN_PEDANTIC@ @WERROR@ $(ZLIBINC)
428 @INSTALL_LIBBFD_TRUE@lib_LTLIBRARIES = libctf.la libctf-nobfd.la
429 @INSTALL_LIBBFD_FALSE@include_HEADERS =
430 @INSTALL_LIBBFD_TRUE@include_HEADERS = $(INCDIR)/ctf.h $(INCDIR)/ctf-api.h
431 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libctf.la libctf-nobfd.la
432 libctf_nobfd_la_LIBADD = @SHARED_LIBADD@ $(ZLIB)
433 libctf_nobfd_la_LDFLAGS = -version-info 0:0:0 @SHARED_LDFLAGS@ @VERSION_FLAGS@
434 libctf_nobfd_la_SOURCES = ctf-archive.c ctf-dump.c ctf-create.c \
435 ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-link.c \
436 ctf-lookup.c ctf-open.c ctf-string.c ctf-subr.c ctf-types.c \
437 ctf-util.c $(am__append_1)
438 libctf_la_LIBADD = @BFD_LIBADD@ $(libctf_nobfd_la_LIBADD)
439 libctf_la_DEPENDENCIES = @BFD_DEPENDENCIES@
440 libctf_la_LDFLAGS = $(libctf_nobfd_la_LDFLAGS)
441 libctf_la_SOURCES = $(libctf_nobfd_la_SOURCES) ctf-open-bfd.c
442 all: config.h
443 $(MAKE) $(AM_MAKEFLAGS) all-am
444
445 .SUFFIXES:
446 .SUFFIXES: .c .lo .o .obj
447 am--refresh: Makefile
448 @:
449 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
450 @for dep in $?; do \
451 case '$(am__configure_deps)' in \
452 *$$dep*) \
453 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
454 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
455 && exit 0; \
456 exit 1;; \
457 esac; \
458 done; \
459 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
460 $(am__cd) $(top_srcdir) && \
461 $(AUTOMAKE) --foreign Makefile
462 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
463 @case '$?' in \
464 *config.status*) \
465 echo ' $(SHELL) ./config.status'; \
466 $(SHELL) ./config.status;; \
467 *) \
468 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
469 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
470 esac;
471
472 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
473 $(SHELL) ./config.status --recheck
474
475 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
476 $(am__cd) $(srcdir) && $(AUTOCONF)
477 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
478 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
479 $(am__aclocal_m4_deps):
480
481 config.h: stamp-h1
482 @test -f $@ || rm -f stamp-h1
483 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
484
485 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
486 @rm -f stamp-h1
487 cd $(top_builddir) && $(SHELL) ./config.status config.h
488 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
489 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
490 rm -f stamp-h1
491 touch $@
492
493 distclean-hdr:
494 -rm -f config.h stamp-h1
495
496 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
497 @$(NORMAL_INSTALL)
498 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
499 list2=; for p in $$list; do \
500 if test -f $$p; then \
501 list2="$$list2 $$p"; \
502 else :; fi; \
503 done; \
504 test -z "$$list2" || { \
505 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
506 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
507 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
508 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
509 }
510
511 uninstall-libLTLIBRARIES:
512 @$(NORMAL_UNINSTALL)
513 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
514 for p in $$list; do \
515 $(am__strip_dir) \
516 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
517 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
518 done
519
520 clean-libLTLIBRARIES:
521 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
522 @list='$(lib_LTLIBRARIES)'; \
523 locs=`for p in $$list; do echo $$p; done | \
524 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
525 sort -u`; \
526 test -z "$$locs" || { \
527 echo rm -f $${locs}; \
528 rm -f $${locs}; \
529 }
530
531 clean-noinstLTLIBRARIES:
532 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
533 @list='$(noinst_LTLIBRARIES)'; \
534 locs=`for p in $$list; do echo $$p; done | \
535 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
536 sort -u`; \
537 test -z "$$locs" || { \
538 echo rm -f $${locs}; \
539 rm -f $${locs}; \
540 }
541
542 libctf-nobfd.la: $(libctf_nobfd_la_OBJECTS) $(libctf_nobfd_la_DEPENDENCIES) $(EXTRA_libctf_nobfd_la_DEPENDENCIES)
543 $(AM_V_CCLD)$(libctf_nobfd_la_LINK) $(am_libctf_nobfd_la_rpath) $(libctf_nobfd_la_OBJECTS) $(libctf_nobfd_la_LIBADD) $(LIBS)
544
545 libctf.la: $(libctf_la_OBJECTS) $(libctf_la_DEPENDENCIES) $(EXTRA_libctf_la_DEPENDENCIES)
546 $(AM_V_CCLD)$(libctf_la_LINK) $(am_libctf_la_rpath) $(libctf_la_OBJECTS) $(libctf_la_LIBADD) $(LIBS)
547
548 mostlyclean-compile:
549 -rm -f *.$(OBJEXT)
550
551 distclean-compile:
552 -rm -f *.tab.c
553
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-archive.Plo@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-create.Plo@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-decl.Plo@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-dump.Plo@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-error.Plo@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-hash.Plo@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-labels.Plo@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-link.Plo@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-lookup.Plo@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-open-bfd.Plo@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-open.Plo@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-qsort_r.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-string.Plo@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-subr.Plo@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-types.Plo@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-util.Plo@am__quote@
570
571 .c.o:
572 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
573 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
574 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
575 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
576 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
577
578 .c.obj:
579 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
580 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
581 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
582 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
583 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
584
585 .c.lo:
586 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
587 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
588 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
589 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
591
592 mostlyclean-libtool:
593 -rm -f *.lo
594
595 clean-libtool:
596 -rm -rf .libs _libs
597
598 distclean-libtool:
599 -rm -f libtool config.lt
600 install-includeHEADERS: $(include_HEADERS)
601 @$(NORMAL_INSTALL)
602 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
603 if test -n "$$list"; then \
604 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
605 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
606 fi; \
607 for p in $$list; do \
608 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
609 echo "$$d$$p"; \
610 done | $(am__base_list) | \
611 while read files; do \
612 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
613 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
614 done
615
616 uninstall-includeHEADERS:
617 @$(NORMAL_UNINSTALL)
618 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
619 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
620 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
621
622 ID: $(am__tagged_files)
623 $(am__define_uniq_tagged_files); mkid -fID $$unique
624 tags: tags-am
625 TAGS: tags
626
627 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
628 set x; \
629 here=`pwd`; \
630 $(am__define_uniq_tagged_files); \
631 shift; \
632 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
633 test -n "$$unique" || unique=$$empty_fix; \
634 if test $$# -gt 0; then \
635 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
636 "$$@" $$unique; \
637 else \
638 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
639 $$unique; \
640 fi; \
641 fi
642 ctags: ctags-am
643
644 CTAGS: ctags
645 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
646 $(am__define_uniq_tagged_files); \
647 test -z "$(CTAGS_ARGS)$$unique" \
648 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
649 $$unique
650
651 GTAGS:
652 here=`$(am__cd) $(top_builddir) && pwd` \
653 && $(am__cd) $(top_srcdir) \
654 && gtags -i $(GTAGS_ARGS) "$$here"
655 cscope: cscope.files
656 test ! -s cscope.files \
657 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
658 clean-cscope:
659 -rm -f cscope.files
660 cscope.files: clean-cscope cscopelist
661 cscopelist: cscopelist-am
662
663 cscopelist-am: $(am__tagged_files)
664 list='$(am__tagged_files)'; \
665 case "$(srcdir)" in \
666 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
667 *) sdir=$(subdir)/$(srcdir) ;; \
668 esac; \
669 for i in $$list; do \
670 if test -f "$$i"; then \
671 echo "$(subdir)/$$i"; \
672 else \
673 echo "$$sdir/$$i"; \
674 fi; \
675 done >> $(top_builddir)/cscope.files
676
677 distclean-tags:
678 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
679 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
680
681 distdir: $(DISTFILES)
682 $(am__remove_distdir)
683 test -d "$(distdir)" || mkdir "$(distdir)"
684 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
685 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
686 list='$(DISTFILES)'; \
687 dist_files=`for file in $$list; do echo $$file; done | \
688 sed -e "s|^$$srcdirstrip/||;t" \
689 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
690 case $$dist_files in \
691 */*) $(MKDIR_P) `echo "$$dist_files" | \
692 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
693 sort -u` ;; \
694 esac; \
695 for file in $$dist_files; do \
696 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
697 if test -d $$d/$$file; then \
698 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
699 if test -d "$(distdir)/$$file"; then \
700 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
701 fi; \
702 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
703 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
704 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
705 fi; \
706 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
707 else \
708 test -f "$(distdir)/$$file" \
709 || cp -p $$d/$$file "$(distdir)/$$file" \
710 || exit 1; \
711 fi; \
712 done
713 -test -n "$(am__skip_mode_fix)" \
714 || find "$(distdir)" -type d ! -perm -755 \
715 -exec chmod u+rwx,go+rx {} \; -o \
716 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
717 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
718 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
719 || chmod -R a+r "$(distdir)"
720 dist-gzip: distdir
721 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
722 $(am__post_remove_distdir)
723
724 dist-bzip2: distdir
725 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
726 $(am__post_remove_distdir)
727
728 dist-lzip: distdir
729 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
730 $(am__post_remove_distdir)
731
732 dist-xz: distdir
733 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
734 $(am__post_remove_distdir)
735
736 dist-tarZ: distdir
737 @echo WARNING: "Support for distribution archives compressed with" \
738 "legacy program 'compress' is deprecated." >&2
739 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
740 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
741 $(am__post_remove_distdir)
742
743 dist-shar: distdir
744 @echo WARNING: "Support for shar distribution archives is" \
745 "deprecated." >&2
746 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
747 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
748 $(am__post_remove_distdir)
749
750 dist-zip: distdir
751 -rm -f $(distdir).zip
752 zip -rq $(distdir).zip $(distdir)
753 $(am__post_remove_distdir)
754
755 dist dist-all:
756 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
757 $(am__post_remove_distdir)
758
759 # This target untars the dist file and tries a VPATH configuration. Then
760 # it guarantees that the distribution is self-contained by making another
761 # tarfile.
762 distcheck: dist
763 case '$(DIST_ARCHIVES)' in \
764 *.tar.gz*) \
765 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
766 *.tar.bz2*) \
767 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
768 *.tar.lz*) \
769 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
770 *.tar.xz*) \
771 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
772 *.tar.Z*) \
773 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
774 *.shar.gz*) \
775 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
776 *.zip*) \
777 unzip $(distdir).zip ;;\
778 esac
779 chmod -R a-w $(distdir)
780 chmod u+w $(distdir)
781 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
782 chmod a-w $(distdir)
783 test -d $(distdir)/_build || exit 0; \
784 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
785 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
786 && am__cwd=`pwd` \
787 && $(am__cd) $(distdir)/_build/sub \
788 && ../../configure \
789 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
790 $(DISTCHECK_CONFIGURE_FLAGS) \
791 --srcdir=../.. --prefix="$$dc_install_base" \
792 && $(MAKE) $(AM_MAKEFLAGS) \
793 && $(MAKE) $(AM_MAKEFLAGS) dvi \
794 && $(MAKE) $(AM_MAKEFLAGS) check \
795 && $(MAKE) $(AM_MAKEFLAGS) install \
796 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
797 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
798 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
799 distuninstallcheck \
800 && chmod -R a-w "$$dc_install_base" \
801 && ({ \
802 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
803 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
804 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
805 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
806 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
807 } || { rm -rf "$$dc_destdir"; exit 1; }) \
808 && rm -rf "$$dc_destdir" \
809 && $(MAKE) $(AM_MAKEFLAGS) dist \
810 && rm -rf $(DIST_ARCHIVES) \
811 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
812 && cd "$$am__cwd" \
813 || exit 1
814 $(am__post_remove_distdir)
815 @(echo "$(distdir) archives ready for distribution: "; \
816 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
817 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
818 distuninstallcheck:
819 @test -n '$(distuninstallcheck_dir)' || { \
820 echo 'ERROR: trying to run $@ with an empty' \
821 '$$(distuninstallcheck_dir)' >&2; \
822 exit 1; \
823 }; \
824 $(am__cd) '$(distuninstallcheck_dir)' || { \
825 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
826 exit 1; \
827 }; \
828 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
829 || { echo "ERROR: files left after uninstall:" ; \
830 if test -n "$(DESTDIR)"; then \
831 echo " (check DESTDIR support)"; \
832 fi ; \
833 $(distuninstallcheck_listfiles) ; \
834 exit 1; } >&2
835 distcleancheck: distclean
836 @if test '$(srcdir)' = . ; then \
837 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
838 exit 1 ; \
839 fi
840 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
841 || { echo "ERROR: files left in build directory after distclean:" ; \
842 $(distcleancheck_listfiles) ; \
843 exit 1; } >&2
844 check-am: all-am
845 check: check-am
846 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
847 installdirs:
848 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
849 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
850 done
851 install: install-am
852 install-exec: install-exec-am
853 install-data: install-data-am
854 uninstall: uninstall-am
855
856 install-am: all-am
857 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
858
859 installcheck: installcheck-am
860 install-strip:
861 if test -z '$(STRIP)'; then \
862 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
863 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
864 install; \
865 else \
866 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
867 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
868 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
869 fi
870 mostlyclean-generic:
871
872 clean-generic:
873
874 distclean-generic:
875 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
876 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
877
878 maintainer-clean-generic:
879 @echo "This command is intended for maintainers to use"
880 @echo "it deletes files that may require special tools to rebuild."
881 clean: clean-am
882
883 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
884 clean-noinstLTLIBRARIES mostlyclean-am
885
886 distclean: distclean-am
887 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
888 -rm -rf ./$(DEPDIR)
889 -rm -f Makefile
890 distclean-am: clean-am distclean-compile distclean-generic \
891 distclean-hdr distclean-libtool distclean-tags
892
893 dvi: dvi-am
894
895 dvi-am:
896
897 html: html-am
898
899 html-am:
900
901 info: info-am
902
903 info-am:
904
905 install-data-am: install-includeHEADERS
906
907 install-dvi: install-dvi-am
908
909 install-dvi-am:
910
911 install-exec-am: install-libLTLIBRARIES
912
913 install-html: install-html-am
914
915 install-html-am:
916
917 install-info: install-info-am
918
919 install-info-am:
920
921 install-man:
922
923 install-pdf: install-pdf-am
924
925 install-pdf-am:
926
927 install-ps: install-ps-am
928
929 install-ps-am:
930
931 installcheck-am:
932
933 maintainer-clean: maintainer-clean-am
934 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
935 -rm -rf $(top_srcdir)/autom4te.cache
936 -rm -rf ./$(DEPDIR)
937 -rm -f Makefile
938 maintainer-clean-am: distclean-am maintainer-clean-generic
939
940 mostlyclean: mostlyclean-am
941
942 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
943 mostlyclean-libtool
944
945 pdf: pdf-am
946
947 pdf-am:
948
949 ps: ps-am
950
951 ps-am:
952
953 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
954
955 .MAKE: all install-am install-strip
956
957 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
958 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
959 clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
960 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
961 dist-tarZ dist-xz dist-zip distcheck distclean \
962 distclean-compile distclean-generic distclean-hdr \
963 distclean-libtool distclean-tags distcleancheck distdir \
964 distuninstallcheck dvi dvi-am html html-am info info-am \
965 install install-am install-data install-data-am install-dvi \
966 install-dvi-am install-exec install-exec-am install-html \
967 install-html-am install-includeHEADERS install-info \
968 install-info-am install-libLTLIBRARIES install-man install-pdf \
969 install-pdf-am install-ps install-ps-am install-strip \
970 installcheck installcheck-am installdirs maintainer-clean \
971 maintainer-clean-generic mostlyclean mostlyclean-compile \
972 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
973 tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
974 uninstall-libLTLIBRARIES
975
976 .PRECIOUS: Makefile
977
978
979 # Tell versions [3.59,3.63) of GNU make to not export all variables.
980 # Otherwise a system limit (for SysV at least) may be exceeded.
981 .NOEXPORT:
This page took 0.05103 seconds and 4 git commands to generate.