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