]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - libctf/Makefile.in
Don't derive tui_data_item_window from tui_gen_win_info
[thirdparty/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
0e65dfba
NA
455all: config.h
456 $(MAKE) $(AM_MAKEFLAGS) all-am
457
458.SUFFIXES:
87279e3c 459.SUFFIXES: .c .lo .o .obj
0e65dfba
NA
460am--refresh: Makefile
461 @:
462$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
463 @for dep in $?; do \
464 case '$(am__configure_deps)' in \
465 *$$dep*) \
466 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
467 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
468 && exit 0; \
469 exit 1;; \
470 esac; \
471 done; \
472 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
473 $(am__cd) $(top_srcdir) && \
474 $(AUTOMAKE) --foreign Makefile
475Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
476 @case '$?' in \
477 *config.status*) \
478 echo ' $(SHELL) ./config.status'; \
479 $(SHELL) ./config.status;; \
480 *) \
481 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
482 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
483 esac;
484
485$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
486 $(SHELL) ./config.status --recheck
487
488$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
489 $(am__cd) $(srcdir) && $(AUTOCONF)
490$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
491 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
492$(am__aclocal_m4_deps):
493
494config.h: stamp-h1
495 @test -f $@ || rm -f stamp-h1
496 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
497
498stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
499 @rm -f stamp-h1
500 cd $(top_builddir) && $(SHELL) ./config.status config.h
501$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
502 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
503 rm -f stamp-h1
504 touch $@
505
506distclean-hdr:
507 -rm -f config.h stamp-h1
508
87279e3c
NA
509install-libLTLIBRARIES: $(lib_LTLIBRARIES)
510 @$(NORMAL_INSTALL)
511 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
512 list2=; for p in $$list; do \
513 if test -f $$p; then \
514 list2="$$list2 $$p"; \
515 else :; fi; \
516 done; \
517 test -z "$$list2" || { \
518 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
519 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
520 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
521 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
522 }
523
524uninstall-libLTLIBRARIES:
525 @$(NORMAL_UNINSTALL)
526 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
527 for p in $$list; do \
528 $(am__strip_dir) \
529 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
530 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
531 done
0e65dfba 532
87279e3c
NA
533clean-libLTLIBRARIES:
534 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
535 @list='$(lib_LTLIBRARIES)'; \
536 locs=`for p in $$list; do echo $$p; done | \
537 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
538 sort -u`; \
539 test -z "$$locs" || { \
540 echo rm -f $${locs}; \
541 rm -f $${locs}; \
542 }
543
544clean-noinstLTLIBRARIES:
545 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
546 @list='$(noinst_LTLIBRARIES)'; \
547 locs=`for p in $$list; do echo $$p; done | \
548 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
549 sort -u`; \
550 test -z "$$locs" || { \
551 echo rm -f $${locs}; \
552 rm -f $${locs}; \
553 }
554
555libctf-nobfd.la: $(libctf_nobfd_la_OBJECTS) $(libctf_nobfd_la_DEPENDENCIES) $(EXTRA_libctf_nobfd_la_DEPENDENCIES)
556 $(AM_V_CCLD)$(libctf_nobfd_la_LINK) $(am_libctf_nobfd_la_rpath) $(libctf_nobfd_la_OBJECTS) $(libctf_nobfd_la_LIBADD) $(LIBS)
557
558libctf.la: $(libctf_la_OBJECTS) $(libctf_la_DEPENDENCIES) $(EXTRA_libctf_la_DEPENDENCIES)
559 $(AM_V_CCLD)$(libctf_la_LINK) $(am_libctf_la_rpath) $(libctf_la_OBJECTS) $(libctf_la_LIBADD) $(LIBS)
0e65dfba
NA
560
561mostlyclean-compile:
562 -rm -f *.$(OBJEXT)
563
564distclean-compile:
565 -rm -f *.tab.c
566
87279e3c
NA
567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-archive.Plo@am__quote@
568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-create.Plo@am__quote@
569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-decl.Plo@am__quote@
570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-dump.Plo@am__quote@
571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-error.Plo@am__quote@
572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-hash.Plo@am__quote@
573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-labels.Plo@am__quote@
574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-link.Plo@am__quote@
575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-lookup.Plo@am__quote@
576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-open-bfd.Plo@am__quote@
577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-open.Plo@am__quote@
578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-qsort_r.Plo@am__quote@
579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-string.Plo@am__quote@
580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-subr.Plo@am__quote@
581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-types.Plo@am__quote@
582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctf-util.Plo@am__quote@
0e65dfba
NA
583
584.c.o:
585@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
586@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
587@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
588@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
589@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
590
591.c.obj:
592@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
593@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
594@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
595@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
596@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
597
87279e3c
NA
598.c.lo:
599@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
600@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
601@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
602@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
603@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
604
605mostlyclean-libtool:
606 -rm -f *.lo
607
608clean-libtool:
609 -rm -rf .libs _libs
610
611distclean-libtool:
612 -rm -f libtool config.lt
613install-includeHEADERS: $(include_HEADERS)
614 @$(NORMAL_INSTALL)
615 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
616 if test -n "$$list"; then \
617 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
618 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
619 fi; \
620 for p in $$list; do \
621 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
622 echo "$$d$$p"; \
623 done | $(am__base_list) | \
624 while read files; do \
625 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
626 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
627 done
628
629uninstall-includeHEADERS:
630 @$(NORMAL_UNINSTALL)
631 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
632 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
633 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
634
0e65dfba
NA
635ID: $(am__tagged_files)
636 $(am__define_uniq_tagged_files); mkid -fID $$unique
637tags: tags-am
638TAGS: tags
639
640tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
641 set x; \
642 here=`pwd`; \
643 $(am__define_uniq_tagged_files); \
644 shift; \
645 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
646 test -n "$$unique" || unique=$$empty_fix; \
647 if test $$# -gt 0; then \
648 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
649 "$$@" $$unique; \
650 else \
651 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
652 $$unique; \
653 fi; \
654 fi
655ctags: ctags-am
656
657CTAGS: ctags
658ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
659 $(am__define_uniq_tagged_files); \
660 test -z "$(CTAGS_ARGS)$$unique" \
661 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
662 $$unique
663
664GTAGS:
665 here=`$(am__cd) $(top_builddir) && pwd` \
666 && $(am__cd) $(top_srcdir) \
667 && gtags -i $(GTAGS_ARGS) "$$here"
668cscope: cscope.files
669 test ! -s cscope.files \
670 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
671clean-cscope:
672 -rm -f cscope.files
673cscope.files: clean-cscope cscopelist
674cscopelist: cscopelist-am
675
676cscopelist-am: $(am__tagged_files)
677 list='$(am__tagged_files)'; \
678 case "$(srcdir)" in \
679 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
680 *) sdir=$(subdir)/$(srcdir) ;; \
681 esac; \
682 for i in $$list; do \
683 if test -f "$$i"; then \
684 echo "$(subdir)/$$i"; \
685 else \
686 echo "$$sdir/$$i"; \
687 fi; \
688 done >> $(top_builddir)/cscope.files
689
690distclean-tags:
691 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
692 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
693
694distdir: $(DISTFILES)
695 $(am__remove_distdir)
696 test -d "$(distdir)" || mkdir "$(distdir)"
697 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
698 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
699 list='$(DISTFILES)'; \
700 dist_files=`for file in $$list; do echo $$file; done | \
701 sed -e "s|^$$srcdirstrip/||;t" \
702 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
703 case $$dist_files in \
704 */*) $(MKDIR_P) `echo "$$dist_files" | \
705 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
706 sort -u` ;; \
707 esac; \
708 for file in $$dist_files; do \
709 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
710 if test -d $$d/$$file; then \
711 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
712 if test -d "$(distdir)/$$file"; then \
713 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
714 fi; \
715 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
716 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
717 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
718 fi; \
719 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
720 else \
721 test -f "$(distdir)/$$file" \
722 || cp -p $$d/$$file "$(distdir)/$$file" \
723 || exit 1; \
724 fi; \
725 done
726 -test -n "$(am__skip_mode_fix)" \
727 || find "$(distdir)" -type d ! -perm -755 \
728 -exec chmod u+rwx,go+rx {} \; -o \
729 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
730 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
731 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
732 || chmod -R a+r "$(distdir)"
733dist-gzip: distdir
734 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
735 $(am__post_remove_distdir)
736
737dist-bzip2: distdir
738 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
739 $(am__post_remove_distdir)
740
741dist-lzip: distdir
742 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
743 $(am__post_remove_distdir)
744
745dist-xz: distdir
746 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
747 $(am__post_remove_distdir)
748
749dist-tarZ: distdir
750 @echo WARNING: "Support for distribution archives compressed with" \
751 "legacy program 'compress' is deprecated." >&2
752 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
753 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
754 $(am__post_remove_distdir)
755
756dist-shar: distdir
757 @echo WARNING: "Support for shar distribution archives is" \
758 "deprecated." >&2
759 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
760 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
761 $(am__post_remove_distdir)
762
763dist-zip: distdir
764 -rm -f $(distdir).zip
765 zip -rq $(distdir).zip $(distdir)
766 $(am__post_remove_distdir)
767
768dist dist-all:
769 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
770 $(am__post_remove_distdir)
771
772# This target untars the dist file and tries a VPATH configuration. Then
773# it guarantees that the distribution is self-contained by making another
774# tarfile.
775distcheck: dist
776 case '$(DIST_ARCHIVES)' in \
777 *.tar.gz*) \
778 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
779 *.tar.bz2*) \
780 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
781 *.tar.lz*) \
782 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
783 *.tar.xz*) \
784 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
785 *.tar.Z*) \
786 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
787 *.shar.gz*) \
788 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
789 *.zip*) \
790 unzip $(distdir).zip ;;\
791 esac
792 chmod -R a-w $(distdir)
793 chmod u+w $(distdir)
794 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
795 chmod a-w $(distdir)
796 test -d $(distdir)/_build || exit 0; \
797 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
798 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
799 && am__cwd=`pwd` \
800 && $(am__cd) $(distdir)/_build/sub \
801 && ../../configure \
802 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
803 $(DISTCHECK_CONFIGURE_FLAGS) \
804 --srcdir=../.. --prefix="$$dc_install_base" \
805 && $(MAKE) $(AM_MAKEFLAGS) \
806 && $(MAKE) $(AM_MAKEFLAGS) dvi \
807 && $(MAKE) $(AM_MAKEFLAGS) check \
808 && $(MAKE) $(AM_MAKEFLAGS) install \
809 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
810 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
811 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
812 distuninstallcheck \
813 && chmod -R a-w "$$dc_install_base" \
814 && ({ \
815 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
816 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
817 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
818 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
819 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
820 } || { rm -rf "$$dc_destdir"; exit 1; }) \
821 && rm -rf "$$dc_destdir" \
822 && $(MAKE) $(AM_MAKEFLAGS) dist \
823 && rm -rf $(DIST_ARCHIVES) \
824 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
825 && cd "$$am__cwd" \
826 || exit 1
827 $(am__post_remove_distdir)
828 @(echo "$(distdir) archives ready for distribution: "; \
829 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
830 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
831distuninstallcheck:
832 @test -n '$(distuninstallcheck_dir)' || { \
833 echo 'ERROR: trying to run $@ with an empty' \
834 '$$(distuninstallcheck_dir)' >&2; \
835 exit 1; \
836 }; \
837 $(am__cd) '$(distuninstallcheck_dir)' || { \
838 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
839 exit 1; \
840 }; \
841 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
842 || { echo "ERROR: files left after uninstall:" ; \
843 if test -n "$(DESTDIR)"; then \
844 echo " (check DESTDIR support)"; \
845 fi ; \
846 $(distuninstallcheck_listfiles) ; \
847 exit 1; } >&2
848distcleancheck: distclean
849 @if test '$(srcdir)' = . ; then \
850 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
851 exit 1 ; \
852 fi
853 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
854 || { echo "ERROR: files left in build directory after distclean:" ; \
855 $(distcleancheck_listfiles) ; \
856 exit 1; } >&2
857check-am: all-am
858check: check-am
87279e3c 859all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
0e65dfba 860installdirs:
87279e3c
NA
861 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
862 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
863 done
0e65dfba
NA
864install: install-am
865install-exec: install-exec-am
866install-data: install-data-am
867uninstall: uninstall-am
868
869install-am: all-am
870 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
871
872installcheck: installcheck-am
873install-strip:
874 if test -z '$(STRIP)'; then \
875 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
876 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
877 install; \
878 else \
879 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
880 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
881 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
882 fi
883mostlyclean-generic:
884
885clean-generic:
886
887distclean-generic:
888 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
889 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
890
891maintainer-clean-generic:
892 @echo "This command is intended for maintainers to use"
893 @echo "it deletes files that may require special tools to rebuild."
894clean: clean-am
895
87279e3c
NA
896clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
897 clean-noinstLTLIBRARIES mostlyclean-am
0e65dfba
NA
898
899distclean: distclean-am
900 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
6b22174f 901 -rm -rf ./$(DEPDIR)
0e65dfba
NA
902 -rm -f Makefile
903distclean-am: clean-am distclean-compile distclean-generic \
87279e3c 904 distclean-hdr distclean-libtool distclean-tags
0e65dfba
NA
905
906dvi: dvi-am
907
908dvi-am:
909
910html: html-am
911
912html-am:
913
914info: info-am
915
916info-am:
917
87279e3c 918install-data-am: install-includeHEADERS
0e65dfba
NA
919
920install-dvi: install-dvi-am
921
922install-dvi-am:
923
87279e3c 924install-exec-am: install-libLTLIBRARIES
0e65dfba
NA
925
926install-html: install-html-am
927
928install-html-am:
929
930install-info: install-info-am
931
932install-info-am:
933
934install-man:
935
936install-pdf: install-pdf-am
937
938install-pdf-am:
939
940install-ps: install-ps-am
941
942install-ps-am:
943
944installcheck-am:
945
946maintainer-clean: maintainer-clean-am
947 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
948 -rm -rf $(top_srcdir)/autom4te.cache
6b22174f 949 -rm -rf ./$(DEPDIR)
0e65dfba
NA
950 -rm -f Makefile
951maintainer-clean-am: distclean-am maintainer-clean-generic
952
953mostlyclean: mostlyclean-am
954
87279e3c
NA
955mostlyclean-am: mostlyclean-compile mostlyclean-generic \
956 mostlyclean-libtool
0e65dfba
NA
957
958pdf: pdf-am
959
960pdf-am:
961
962ps: ps-am
963
964ps-am:
965
87279e3c 966uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
0e65dfba
NA
967
968.MAKE: all install-am install-strip
969
970.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
87279e3c
NA
971 clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
972 clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
973 dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
974 dist-tarZ dist-xz dist-zip distcheck distclean \
975 distclean-compile distclean-generic distclean-hdr \
976 distclean-libtool distclean-tags distcleancheck distdir \
0e65dfba
NA
977 distuninstallcheck dvi dvi-am html html-am info info-am \
978 install install-am install-data install-data-am install-dvi \
979 install-dvi-am install-exec install-exec-am install-html \
87279e3c
NA
980 install-html-am install-includeHEADERS install-info \
981 install-info-am install-libLTLIBRARIES install-man install-pdf \
982 install-pdf-am install-ps install-ps-am install-strip \
983 installcheck installcheck-am installdirs maintainer-clean \
984 maintainer-clean-generic mostlyclean mostlyclean-compile \
985 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
986 tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
987 uninstall-libLTLIBRARIES
0e65dfba
NA
988
989.PRECIOUS: Makefile
990
991
992# Tell versions [3.59,3.63) of GNU make to not export all variables.
993# Otherwise a system limit (for SysV at least) may be exceeded.
994.NOEXPORT: