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