Initial commit of vpp code.
[vpp.git] / vppversion / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Copyright (c) 2015 Cisco and/or its affiliates.
18 # Licensed under the Apache License, Version 2.0 (the "License");
19 # you may not use this file except in compliance with the License.
20 # You may obtain a copy of the License at:
21 #
22 #     http://www.apache.org/licenses/LICENSE-2.0
23 #
24 # Unless required by applicable law or agreed to in writing, software
25 # distributed under the License is distributed on an "AS IS" BASIS,
26 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
27 # See the License for the specific language governing permissions and
28 # limitations under the License.
29
30 VPATH = @srcdir@
31 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
32 am__make_running_with_option = \
33   case $${target_option-} in \
34       ?) ;; \
35       *) echo "am__make_running_with_option: internal error: invalid" \
36               "target option '$${target_option-}' specified" >&2; \
37          exit 1;; \
38   esac; \
39   has_opt=no; \
40   sane_makeflags=$$MAKEFLAGS; \
41   if $(am__is_gnu_make); then \
42     sane_makeflags=$$MFLAGS; \
43   else \
44     case $$MAKEFLAGS in \
45       *\\[\ \   ]*) \
46         bs=\\; \
47         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
49     esac; \
50   fi; \
51   skip_next=no; \
52   strip_trailopt () \
53   { \
54     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55   }; \
56   for flg in $$sane_makeflags; do \
57     test $$skip_next = yes && { skip_next=no; continue; }; \
58     case $$flg in \
59       *=*|--*) continue;; \
60         -*I) strip_trailopt 'I'; skip_next=yes;; \
61       -*I?*) strip_trailopt 'I';; \
62         -*O) strip_trailopt 'O'; skip_next=yes;; \
63       -*O?*) strip_trailopt 'O';; \
64         -*l) strip_trailopt 'l'; skip_next=yes;; \
65       -*l?*) strip_trailopt 'l';; \
66       -[dEDm]) skip_next=yes;; \
67       -[JT]) skip_next=yes;; \
68     esac; \
69     case $$flg in \
70       *$$target_option*) has_opt=yes; break;; \
71     esac; \
72   done; \
73   test $$has_opt = yes
74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76 pkgdatadir = $(datadir)/@PACKAGE@
77 pkgincludedir = $(includedir)/@PACKAGE@
78 pkglibdir = $(libdir)/@PACKAGE@
79 pkglibexecdir = $(libexecdir)/@PACKAGE@
80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81 install_sh_DATA = $(install_sh) -c -m 644
82 install_sh_PROGRAM = $(install_sh) -c
83 install_sh_SCRIPT = $(install_sh) -c
84 INSTALL_HEADER = $(INSTALL_DATA)
85 transform = $(program_transform_name)
86 NORMAL_INSTALL = :
87 PRE_INSTALL = :
88 POST_INSTALL = :
89 NORMAL_UNINSTALL = :
90 PRE_UNINSTALL = :
91 POST_UNINSTALL = :
92 build_triplet = @build@
93 host_triplet = @host@
94 bin_PROGRAMS = elftool$(EXEEXT) vppversion$(EXEEXT)
95 subdir = .
96 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
97         $(top_srcdir)/configure $(am__configure_deps) depcomp compile \
98         config.guess config.sub install-sh missing ltmain.sh
99 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
104  configure.lineno config.status.lineno
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 am__installdirs = "$(DESTDIR)$(bindir)"
109 PROGRAMS = $(bin_PROGRAMS)
110 am_elftool_OBJECTS = elftool-elftool.$(OBJEXT)
111 elftool_OBJECTS = $(am_elftool_OBJECTS)
112 elftool_DEPENDENCIES =
113 AM_V_lt = $(am__v_lt_@AM_V@)
114 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115 am__v_lt_0 = --silent
116 am__v_lt_1 = 
117 am_vppversion_OBJECTS = vlib_version.$(OBJEXT)
118 vppversion_OBJECTS = $(am_vppversion_OBJECTS)
119 vppversion_DEPENDENCIES =
120 AM_V_P = $(am__v_P_@AM_V@)
121 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
122 am__v_P_0 = false
123 am__v_P_1 = :
124 AM_V_GEN = $(am__v_GEN_@AM_V@)
125 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
126 am__v_GEN_0 = @echo "  GEN     " $@;
127 am__v_GEN_1 = 
128 AM_V_at = $(am__v_at_@AM_V@)
129 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
130 am__v_at_0 = @
131 am__v_at_1 = 
132 DEFAULT_INCLUDES = -I.@am__isrc@
133 depcomp = $(SHELL) $(top_srcdir)/depcomp
134 am__depfiles_maybe = depfiles
135 am__mv = mv -f
136 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
137         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
140         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
141         $(AM_CFLAGS) $(CFLAGS)
142 AM_V_CC = $(am__v_CC_@AM_V@)
143 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
144 am__v_CC_0 = @echo "  CC      " $@;
145 am__v_CC_1 = 
146 CCLD = $(CC)
147 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149         $(AM_LDFLAGS) $(LDFLAGS) -o $@
150 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
151 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
152 am__v_CCLD_0 = @echo "  CCLD    " $@;
153 am__v_CCLD_1 = 
154 SOURCES = $(elftool_SOURCES) $(vppversion_SOURCES)
155 DIST_SOURCES = $(elftool_SOURCES) $(vppversion_SOURCES)
156 am__can_run_installinfo = \
157   case $$AM_UPDATE_INFO_DIR in \
158     n|no|NO) false;; \
159     *) (install-info --version) >/dev/null 2>&1;; \
160   esac
161 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162 # Read a list of newline-separated strings from the standard input,
163 # and print each of them once, without duplicates.  Input order is
164 # *not* preserved.
165 am__uniquify_input = $(AWK) '\
166   BEGIN { nonempty = 0; } \
167   { items[$$0] = 1; nonempty = 1; } \
168   END { if (nonempty) { for (i in items) print i; }; } \
169 '
170 # Make sure the list of sources is unique.  This is necessary because,
171 # e.g., the same source file might be shared among _SOURCES variables
172 # for different programs/libraries.
173 am__define_uniq_tagged_files = \
174   list='$(am__tagged_files)'; \
175   unique=`for i in $$list; do \
176     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177   done | $(am__uniquify_input)`
178 ETAGS = etags
179 CTAGS = ctags
180 CSCOPE = cscope
181 AM_RECURSIVE_TARGETS = cscope
182 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
183 distdir = $(PACKAGE)-$(VERSION)
184 top_distdir = $(distdir)
185 am__remove_distdir = \
186   if test -d "$(distdir)"; then \
187     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
188       && rm -rf "$(distdir)" \
189       || { sleep 5 && rm -rf "$(distdir)"; }; \
190   else :; fi
191 am__post_remove_distdir = $(am__remove_distdir)
192 DIST_ARCHIVES = $(distdir).tar.gz
193 GZIP_ENV = --best
194 DIST_TARGETS = dist-gzip
195 distuninstallcheck_listfiles = find . -type f -print
196 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
197   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
198 distcleancheck_listfiles = find . -type f -print
199 ACLOCAL = @ACLOCAL@
200 AMTAR = @AMTAR@
201 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
202 AR = @AR@
203 AUTOCONF = @AUTOCONF@
204 AUTOHEADER = @AUTOHEADER@
205 AUTOMAKE = @AUTOMAKE@
206 AWK = @AWK@
207 CC = @CC@
208 CCAS = @CCAS@
209 CCASDEPMODE = @CCASDEPMODE@
210 CCASFLAGS = @CCASFLAGS@
211 CCDEPMODE = @CCDEPMODE@
212 CFLAGS = @CFLAGS@
213 CPP = @CPP@
214 CPPFLAGS = @CPPFLAGS@
215 CYGPATH_W = @CYGPATH_W@
216 DEFS = @DEFS@
217 DEPDIR = @DEPDIR@
218 DLLTOOL = @DLLTOOL@
219 DSYMUTIL = @DSYMUTIL@
220 DUMPBIN = @DUMPBIN@
221 ECHO_C = @ECHO_C@
222 ECHO_N = @ECHO_N@
223 ECHO_T = @ECHO_T@
224 EGREP = @EGREP@
225 EXEEXT = @EXEEXT@
226 FGREP = @FGREP@
227 GREP = @GREP@
228 INSTALL = @INSTALL@
229 INSTALL_DATA = @INSTALL_DATA@
230 INSTALL_PROGRAM = @INSTALL_PROGRAM@
231 INSTALL_SCRIPT = @INSTALL_SCRIPT@
232 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
233 LD = @LD@
234 LDFLAGS = @LDFLAGS@
235 LIBOBJS = @LIBOBJS@
236 LIBS = @LIBS@
237 LIBTOOL = @LIBTOOL@
238 LIPO = @LIPO@
239 LN_S = @LN_S@
240 LTLIBOBJS = @LTLIBOBJS@
241 MAKEINFO = @MAKEINFO@
242 MANIFEST_TOOL = @MANIFEST_TOOL@
243 MKDIR_P = @MKDIR_P@
244 NM = @NM@
245 NMEDIT = @NMEDIT@
246 OBJDUMP = @OBJDUMP@
247 OBJEXT = @OBJEXT@
248 OTOOL = @OTOOL@
249 OTOOL64 = @OTOOL64@
250 PACKAGE = @PACKAGE@
251 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
252 PACKAGE_NAME = @PACKAGE_NAME@
253 PACKAGE_STRING = @PACKAGE_STRING@
254 PACKAGE_TARNAME = @PACKAGE_TARNAME@
255 PACKAGE_URL = @PACKAGE_URL@
256 PACKAGE_VERSION = @PACKAGE_VERSION@
257 PATH_SEPARATOR = @PATH_SEPARATOR@
258 RANLIB = @RANLIB@
259 SED = @SED@
260 SET_MAKE = @SET_MAKE@
261 SHELL = @SHELL@
262 STRIP = @STRIP@
263 VERSION = @VERSION@
264 abs_builddir = @abs_builddir@
265 abs_srcdir = @abs_srcdir@
266 abs_top_builddir = @abs_top_builddir@
267 abs_top_srcdir = @abs_top_srcdir@
268 ac_ct_AR = @ac_ct_AR@
269 ac_ct_CC = @ac_ct_CC@
270 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271 am__include = @am__include@
272 am__leading_dot = @am__leading_dot@
273 am__quote = @am__quote@
274 am__tar = @am__tar@
275 am__untar = @am__untar@
276 bindir = @bindir@
277 build = @build@
278 build_alias = @build_alias@
279 build_cpu = @build_cpu@
280 build_os = @build_os@
281 build_vendor = @build_vendor@
282 builddir = @builddir@
283 datadir = @datadir@
284 datarootdir = @datarootdir@
285 docdir = @docdir@
286 dvidir = @dvidir@
287 exec_prefix = @exec_prefix@
288 host = @host@
289 host_alias = @host_alias@
290 host_cpu = @host_cpu@
291 host_os = @host_os@
292 host_vendor = @host_vendor@
293 htmldir = @htmldir@
294 includedir = @includedir@
295 infodir = @infodir@
296 install_sh = @install_sh@
297 libdir = @libdir@
298 libexecdir = @libexecdir@
299 localedir = @localedir@
300 localstatedir = @localstatedir@
301 mandir = @mandir@
302 mkdir_p = @mkdir_p@
303 oldincludedir = @oldincludedir@
304 pdfdir = @pdfdir@
305 prefix = @prefix@
306 program_transform_name = @program_transform_name@
307 psdir = @psdir@
308 sbindir = @sbindir@
309 sharedstatedir = @sharedstatedir@
310 srcdir = @srcdir@
311 sysconfdir = @sysconfdir@
312 target_alias = @target_alias@
313 top_build_prefix = @top_build_prefix@
314 top_builddir = @top_builddir@
315 top_srcdir = @top_srcdir@
316 AUTOMAKE_OPTIONS = foreign
317 elftool_SOURCES = elftool.c
318 elftool_CPPFLAGS = -Wall
319 elftool_LDADD = -lvppinfra -lpthread -lrt -lm
320 vppversion_SOURCES = vlib_version.c
321 vppversion_LDADD = -lvppinfra -lpthread -lm
322 all: all-am
323
324 .SUFFIXES:
325 .SUFFIXES: .c .lo .o .obj
326 am--refresh: Makefile
327         @:
328 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
329         @for dep in $?; do \
330           case '$(am__configure_deps)' in \
331             *$$dep*) \
332               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
333               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
334                 && exit 0; \
335               exit 1;; \
336           esac; \
337         done; \
338         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
339         $(am__cd) $(top_srcdir) && \
340           $(AUTOMAKE) --foreign Makefile
341 .PRECIOUS: Makefile
342 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343         @case '$?' in \
344           *config.status*) \
345             echo ' $(SHELL) ./config.status'; \
346             $(SHELL) ./config.status;; \
347           *) \
348             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
349             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
350         esac;
351
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353         $(SHELL) ./config.status --recheck
354
355 $(top_srcdir)/configure:  $(am__configure_deps)
356         $(am__cd) $(srcdir) && $(AUTOCONF)
357 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
358         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
359 $(am__aclocal_m4_deps):
360 install-binPROGRAMS: $(bin_PROGRAMS)
361         @$(NORMAL_INSTALL)
362         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
363         if test -n "$$list"; then \
364           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
365           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
366         fi; \
367         for p in $$list; do echo "$$p $$p"; done | \
368         sed 's/$(EXEEXT)$$//' | \
369         while read p p1; do if test -f $$p \
370          || test -f $$p1 \
371           ; then echo "$$p"; echo "$$p"; else :; fi; \
372         done | \
373         sed -e 'p;s,.*/,,;n;h' \
374             -e 's|.*|.|' \
375             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
376         sed 'N;N;N;s,\n, ,g' | \
377         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
378           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
379             if ($$2 == $$4) files[d] = files[d] " " $$1; \
380             else { print "f", $$3 "/" $$4, $$1; } } \
381           END { for (d in files) print "f", d, files[d] }' | \
382         while read type dir files; do \
383             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
384             test -z "$$files" || { \
385             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
386             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
387             } \
388         ; done
389
390 uninstall-binPROGRAMS:
391         @$(NORMAL_UNINSTALL)
392         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
393         files=`for p in $$list; do echo "$$p"; done | \
394           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
395               -e 's/$$/$(EXEEXT)/' \
396         `; \
397         test -n "$$list" || exit 0; \
398         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
399         cd "$(DESTDIR)$(bindir)" && rm -f $$files
400
401 clean-binPROGRAMS:
402         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
403         echo " rm -f" $$list; \
404         rm -f $$list || exit $$?; \
405         test -n "$(EXEEXT)" || exit 0; \
406         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
407         echo " rm -f" $$list; \
408         rm -f $$list
409
410 elftool$(EXEEXT): $(elftool_OBJECTS) $(elftool_DEPENDENCIES) $(EXTRA_elftool_DEPENDENCIES) 
411         @rm -f elftool$(EXEEXT)
412         $(AM_V_CCLD)$(LINK) $(elftool_OBJECTS) $(elftool_LDADD) $(LIBS)
413
414 vppversion$(EXEEXT): $(vppversion_OBJECTS) $(vppversion_DEPENDENCIES) $(EXTRA_vppversion_DEPENDENCIES) 
415         @rm -f vppversion$(EXEEXT)
416         $(AM_V_CCLD)$(LINK) $(vppversion_OBJECTS) $(vppversion_LDADD) $(LIBS)
417
418 mostlyclean-compile:
419         -rm -f *.$(OBJEXT)
420
421 distclean-compile:
422         -rm -f *.tab.c
423
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elftool-elftool.Po@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vlib_version.Po@am__quote@
426
427 .c.o:
428 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
429 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
430 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
431 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
433
434 .c.obj:
435 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
436 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
440
441 .c.lo:
442 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
443 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
447
448 elftool-elftool.o: elftool.c
449 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(elftool_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT elftool-elftool.o -MD -MP -MF $(DEPDIR)/elftool-elftool.Tpo -c -o elftool-elftool.o `test -f 'elftool.c' || echo '$(srcdir)/'`elftool.c
450 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/elftool-elftool.Tpo $(DEPDIR)/elftool-elftool.Po
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='elftool.c' object='elftool-elftool.o' libtool=no @AMDEPBACKSLASH@
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(elftool_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o elftool-elftool.o `test -f 'elftool.c' || echo '$(srcdir)/'`elftool.c
454
455 elftool-elftool.obj: elftool.c
456 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(elftool_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT elftool-elftool.obj -MD -MP -MF $(DEPDIR)/elftool-elftool.Tpo -c -o elftool-elftool.obj `if test -f 'elftool.c'; then $(CYGPATH_W) 'elftool.c'; else $(CYGPATH_W) '$(srcdir)/elftool.c'; fi`
457 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/elftool-elftool.Tpo $(DEPDIR)/elftool-elftool.Po
458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='elftool.c' object='elftool-elftool.obj' libtool=no @AMDEPBACKSLASH@
459 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(elftool_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o elftool-elftool.obj `if test -f 'elftool.c'; then $(CYGPATH_W) 'elftool.c'; else $(CYGPATH_W) '$(srcdir)/elftool.c'; fi`
461
462 mostlyclean-libtool:
463         -rm -f *.lo
464
465 clean-libtool:
466         -rm -rf .libs _libs
467
468 distclean-libtool:
469         -rm -f libtool config.lt
470
471 ID: $(am__tagged_files)
472         $(am__define_uniq_tagged_files); mkid -fID $$unique
473 tags: tags-am
474 TAGS: tags
475
476 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
477         set x; \
478         here=`pwd`; \
479         $(am__define_uniq_tagged_files); \
480         shift; \
481         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
482           test -n "$$unique" || unique=$$empty_fix; \
483           if test $$# -gt 0; then \
484             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485               "$$@" $$unique; \
486           else \
487             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488               $$unique; \
489           fi; \
490         fi
491 ctags: ctags-am
492
493 CTAGS: ctags
494 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
495         $(am__define_uniq_tagged_files); \
496         test -z "$(CTAGS_ARGS)$$unique" \
497           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
498              $$unique
499
500 GTAGS:
501         here=`$(am__cd) $(top_builddir) && pwd` \
502           && $(am__cd) $(top_srcdir) \
503           && gtags -i $(GTAGS_ARGS) "$$here"
504 cscope: cscope.files
505         test ! -s cscope.files \
506           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
507 clean-cscope:
508         -rm -f cscope.files
509 cscope.files: clean-cscope cscopelist
510 cscopelist: cscopelist-am
511
512 cscopelist-am: $(am__tagged_files)
513         list='$(am__tagged_files)'; \
514         case "$(srcdir)" in \
515           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
516           *) sdir=$(subdir)/$(srcdir) ;; \
517         esac; \
518         for i in $$list; do \
519           if test -f "$$i"; then \
520             echo "$(subdir)/$$i"; \
521           else \
522             echo "$$sdir/$$i"; \
523           fi; \
524         done >> $(top_builddir)/cscope.files
525
526 distclean-tags:
527         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
529
530 distdir: $(DISTFILES)
531         $(am__remove_distdir)
532         test -d "$(distdir)" || mkdir "$(distdir)"
533         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
534         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
535         list='$(DISTFILES)'; \
536           dist_files=`for file in $$list; do echo $$file; done | \
537           sed -e "s|^$$srcdirstrip/||;t" \
538               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
539         case $$dist_files in \
540           */*) $(MKDIR_P) `echo "$$dist_files" | \
541                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
542                            sort -u` ;; \
543         esac; \
544         for file in $$dist_files; do \
545           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
546           if test -d $$d/$$file; then \
547             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
548             if test -d "$(distdir)/$$file"; then \
549               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550             fi; \
551             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
552               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
553               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
554             fi; \
555             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
556           else \
557             test -f "$(distdir)/$$file" \
558             || cp -p $$d/$$file "$(distdir)/$$file" \
559             || exit 1; \
560           fi; \
561         done
562         -test -n "$(am__skip_mode_fix)" \
563         || find "$(distdir)" -type d ! -perm -755 \
564                 -exec chmod u+rwx,go+rx {} \; -o \
565           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
566           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
567           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
568         || chmod -R a+r "$(distdir)"
569 dist-gzip: distdir
570         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
571         $(am__post_remove_distdir)
572
573 dist-bzip2: distdir
574         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
575         $(am__post_remove_distdir)
576
577 dist-lzip: distdir
578         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
579         $(am__post_remove_distdir)
580
581 dist-xz: distdir
582         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
583         $(am__post_remove_distdir)
584
585 dist-tarZ: distdir
586         @echo WARNING: "Support for shar distribution archives is" \
587                        "deprecated." >&2
588         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
589         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
590         $(am__post_remove_distdir)
591
592 dist-shar: distdir
593         @echo WARNING: "Support for distribution archives compressed with" \
594                        "legacy program 'compress' is deprecated." >&2
595         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
596         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
597         $(am__post_remove_distdir)
598
599 dist-zip: distdir
600         -rm -f $(distdir).zip
601         zip -rq $(distdir).zip $(distdir)
602         $(am__post_remove_distdir)
603
604 dist dist-all:
605         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
606         $(am__post_remove_distdir)
607
608 # This target untars the dist file and tries a VPATH configuration.  Then
609 # it guarantees that the distribution is self-contained by making another
610 # tarfile.
611 distcheck: dist
612         case '$(DIST_ARCHIVES)' in \
613         *.tar.gz*) \
614           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
615         *.tar.bz2*) \
616           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
617         *.tar.lz*) \
618           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
619         *.tar.xz*) \
620           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
621         *.tar.Z*) \
622           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
623         *.shar.gz*) \
624           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
625         *.zip*) \
626           unzip $(distdir).zip ;;\
627         esac
628         chmod -R a-w $(distdir)
629         chmod u+w $(distdir)
630         mkdir $(distdir)/_build $(distdir)/_inst
631         chmod a-w $(distdir)
632         test -d $(distdir)/_build || exit 0; \
633         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
634           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
635           && am__cwd=`pwd` \
636           && $(am__cd) $(distdir)/_build \
637           && ../configure \
638             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
639             $(DISTCHECK_CONFIGURE_FLAGS) \
640             --srcdir=.. --prefix="$$dc_install_base" \
641           && $(MAKE) $(AM_MAKEFLAGS) \
642           && $(MAKE) $(AM_MAKEFLAGS) dvi \
643           && $(MAKE) $(AM_MAKEFLAGS) check \
644           && $(MAKE) $(AM_MAKEFLAGS) install \
645           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
646           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
647           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
648                 distuninstallcheck \
649           && chmod -R a-w "$$dc_install_base" \
650           && ({ \
651                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
652                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
653                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
654                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
655                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
656               } || { rm -rf "$$dc_destdir"; exit 1; }) \
657           && rm -rf "$$dc_destdir" \
658           && $(MAKE) $(AM_MAKEFLAGS) dist \
659           && rm -rf $(DIST_ARCHIVES) \
660           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
661           && cd "$$am__cwd" \
662           || exit 1
663         $(am__post_remove_distdir)
664         @(echo "$(distdir) archives ready for distribution: "; \
665           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
666           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
667 distuninstallcheck:
668         @test -n '$(distuninstallcheck_dir)' || { \
669           echo 'ERROR: trying to run $@ with an empty' \
670                '$$(distuninstallcheck_dir)' >&2; \
671           exit 1; \
672         }; \
673         $(am__cd) '$(distuninstallcheck_dir)' || { \
674           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
675           exit 1; \
676         }; \
677         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
678            || { echo "ERROR: files left after uninstall:" ; \
679                 if test -n "$(DESTDIR)"; then \
680                   echo "  (check DESTDIR support)"; \
681                 fi ; \
682                 $(distuninstallcheck_listfiles) ; \
683                 exit 1; } >&2
684 distcleancheck: distclean
685         @if test '$(srcdir)' = . ; then \
686           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
687           exit 1 ; \
688         fi
689         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
690           || { echo "ERROR: files left in build directory after distclean:" ; \
691                $(distcleancheck_listfiles) ; \
692                exit 1; } >&2
693 check-am: all-am
694 check: check-am
695 all-am: Makefile $(PROGRAMS)
696 installdirs:
697         for dir in "$(DESTDIR)$(bindir)"; do \
698           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
699         done
700 install: install-am
701 install-exec: install-exec-am
702 install-data: install-data-am
703 uninstall: uninstall-am
704
705 install-am: all-am
706         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
707
708 installcheck: installcheck-am
709 install-strip:
710         if test -z '$(STRIP)'; then \
711           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
712             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
713               install; \
714         else \
715           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
718         fi
719 mostlyclean-generic:
720
721 clean-generic:
722
723 distclean-generic:
724         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
725         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
726
727 maintainer-clean-generic:
728         @echo "This command is intended for maintainers to use"
729         @echo "it deletes files that may require special tools to rebuild."
730 clean: clean-am
731
732 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
733
734 distclean: distclean-am
735         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
736         -rm -rf ./$(DEPDIR)
737         -rm -f Makefile
738 distclean-am: clean-am distclean-compile distclean-generic \
739         distclean-libtool distclean-tags
740
741 dvi: dvi-am
742
743 dvi-am:
744
745 html: html-am
746
747 html-am:
748
749 info: info-am
750
751 info-am:
752
753 install-data-am:
754
755 install-dvi: install-dvi-am
756
757 install-dvi-am:
758
759 install-exec-am: install-binPROGRAMS
760
761 install-html: install-html-am
762
763 install-html-am:
764
765 install-info: install-info-am
766
767 install-info-am:
768
769 install-man:
770
771 install-pdf: install-pdf-am
772
773 install-pdf-am:
774
775 install-ps: install-ps-am
776
777 install-ps-am:
778
779 installcheck-am:
780
781 maintainer-clean: maintainer-clean-am
782         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
783         -rm -rf $(top_srcdir)/autom4te.cache
784         -rm -rf ./$(DEPDIR)
785         -rm -f Makefile
786 maintainer-clean-am: distclean-am maintainer-clean-generic
787
788 mostlyclean: mostlyclean-am
789
790 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
791         mostlyclean-libtool
792
793 pdf: pdf-am
794
795 pdf-am:
796
797 ps: ps-am
798
799 ps-am:
800
801 uninstall-am: uninstall-binPROGRAMS
802
803 .MAKE: install-am install-strip
804
805 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
806         clean-binPROGRAMS clean-cscope clean-generic clean-libtool \
807         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
808         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
809         distcheck distclean distclean-compile distclean-generic \
810         distclean-libtool distclean-tags distcleancheck distdir \
811         distuninstallcheck dvi dvi-am html html-am info info-am \
812         install install-am install-binPROGRAMS install-data \
813         install-data-am install-dvi install-dvi-am install-exec \
814         install-exec-am install-html install-html-am install-info \
815         install-info-am install-man install-pdf install-pdf-am \
816         install-ps install-ps-am install-strip installcheck \
817         installcheck-am installdirs maintainer-clean \
818         maintainer-clean-generic mostlyclean mostlyclean-compile \
819         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
820         tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
821
822
823 # Tell versions [3.59,3.63) of GNU make to not export all variables.
824 # Otherwise a system limit (for SysV at least) may be exceeded.
825 .NOEXPORT: