• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89bin_PROGRAMS = c_example$(EXEEXT)
90subdir = examples/c_wrapper
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/elfio/elfio_version.hpp \
93	$(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100am__installdirs = "$(DESTDIR)$(bindir)"
101PROGRAMS = $(bin_PROGRAMS)
102am_c_example_OBJECTS = c_example.$(OBJEXT) elfio_c_wrapper.$(OBJEXT)
103c_example_OBJECTS = $(am_c_example_OBJECTS)
104c_example_LDADD = $(LDADD)
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo "  GEN     " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117DEFAULT_INCLUDES = -I.@am__isrc@
118depcomp = $(SHELL) $(top_srcdir)/depcomp
119am__maybe_remake_depfiles = depfiles
120am__depfiles_remade = ./$(DEPDIR)/c_example.Po \
121	./$(DEPDIR)/elfio_c_wrapper.Po
122am__mv = mv -f
123COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125AM_V_CC = $(am__v_CC_@AM_V@)
126am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
127am__v_CC_0 = @echo "  CC      " $@;
128am__v_CC_1 =
129CCLD = $(CC)
130LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
131AM_V_CCLD = $(am__v_CCLD_@AM_V@)
132am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
133am__v_CCLD_0 = @echo "  CCLD    " $@;
134am__v_CCLD_1 =
135CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
136	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
137AM_V_CXX = $(am__v_CXX_@AM_V@)
138am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
139am__v_CXX_0 = @echo "  CXX     " $@;
140am__v_CXX_1 =
141CXXLD = $(CXX)
142CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
143	-o $@
144AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
145am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
146am__v_CXXLD_0 = @echo "  CXXLD   " $@;
147am__v_CXXLD_1 =
148SOURCES = $(c_example_SOURCES)
149DIST_SOURCES = $(c_example_SOURCES)
150am__can_run_installinfo = \
151  case $$AM_UPDATE_INFO_DIR in \
152    n|no|NO) false;; \
153    *) (install-info --version) >/dev/null 2>&1;; \
154  esac
155am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
156# Read a list of newline-separated strings from the standard input,
157# and print each of them once, without duplicates.  Input order is
158# *not* preserved.
159am__uniquify_input = $(AWK) '\
160  BEGIN { nonempty = 0; } \
161  { items[$$0] = 1; nonempty = 1; } \
162  END { if (nonempty) { for (i in items) print i; }; } \
163'
164# Make sure the list of sources is unique.  This is necessary because,
165# e.g., the same source file might be shared among _SOURCES variables
166# for different programs/libraries.
167am__define_uniq_tagged_files = \
168  list='$(am__tagged_files)'; \
169  unique=`for i in $$list; do \
170    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
171  done | $(am__uniquify_input)`
172ETAGS = etags
173CTAGS = ctags
174am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176ACLOCAL = @ACLOCAL@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179AUTOCONF = @AUTOCONF@
180AUTOHEADER = @AUTOHEADER@
181AUTOMAKE = @AUTOMAKE@
182AWK = @AWK@
183CC = @CC@
184CCDEPMODE = @CCDEPMODE@
185CFLAGS = @CFLAGS@
186CPPFLAGS = @CPPFLAGS@
187CXX = @CXX@
188CXXDEPMODE = @CXXDEPMODE@
189CXXFLAGS = @CXXFLAGS@
190CYGPATH_W = @CYGPATH_W@
191DEFS = @DEFS@
192DEPDIR = @DEPDIR@
193ECHO_C = @ECHO_C@
194ECHO_N = @ECHO_N@
195ECHO_T = @ECHO_T@
196EXEEXT = @EXEEXT@
197INSTALL = @INSTALL@
198INSTALL_DATA = @INSTALL_DATA@
199INSTALL_PROGRAM = @INSTALL_PROGRAM@
200INSTALL_SCRIPT = @INSTALL_SCRIPT@
201INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202LDFLAGS = @LDFLAGS@
203LIBOBJS = @LIBOBJS@
204LIBS = @LIBS@
205LTLIBOBJS = @LTLIBOBJS@
206MAKEINFO = @MAKEINFO@
207MKDIR_P = @MKDIR_P@
208OBJEXT = @OBJEXT@
209PACKAGE = @PACKAGE@
210PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
211PACKAGE_NAME = @PACKAGE_NAME@
212PACKAGE_STRING = @PACKAGE_STRING@
213PACKAGE_TARNAME = @PACKAGE_TARNAME@
214PACKAGE_URL = @PACKAGE_URL@
215PACKAGE_VERSION = @PACKAGE_VERSION@
216PATH_SEPARATOR = @PATH_SEPARATOR@
217SET_MAKE = @SET_MAKE@
218SHELL = @SHELL@
219STRIP = @STRIP@
220VERSION = @VERSION@
221abs_builddir = @abs_builddir@
222abs_srcdir = @abs_srcdir@
223abs_top_builddir = @abs_top_builddir@
224abs_top_srcdir = @abs_top_srcdir@
225ac_ct_CC = @ac_ct_CC@
226ac_ct_CXX = @ac_ct_CXX@
227am__include = @am__include@
228am__leading_dot = @am__leading_dot@
229am__quote = @am__quote@
230am__tar = @am__tar@
231am__untar = @am__untar@
232bindir = @bindir@
233build_alias = @build_alias@
234builddir = @builddir@
235datadir = @datadir@
236datarootdir = @datarootdir@
237docdir = @docdir@
238dvidir = @dvidir@
239exec_prefix = @exec_prefix@
240host_alias = @host_alias@
241htmldir = @htmldir@
242includedir = @includedir@
243infodir = @infodir@
244install_sh = @install_sh@
245libdir = @libdir@
246libexecdir = @libexecdir@
247localedir = @localedir@
248localstatedir = @localstatedir@
249mandir = @mandir@
250mkdir_p = @mkdir_p@
251oldincludedir = @oldincludedir@
252pdfdir = @pdfdir@
253prefix = @prefix@
254program_transform_name = @program_transform_name@
255psdir = @psdir@
256runstatedir = @runstatedir@
257sbindir = @sbindir@
258sharedstatedir = @sharedstatedir@
259srcdir = @srcdir@
260sysconfdir = @sysconfdir@
261target_alias = @target_alias@
262top_build_prefix = @top_build_prefix@
263top_builddir = @top_builddir@
264top_srcdir = @top_srcdir@
265AM_CPPFLAGS = -I$(top_srcdir)
266c_example_SOURCES = c_example.c elfio_c_wrapper.cpp
267EXTRA_DIST = elfio_c_wrapper.h CMakeLists.txt
268all: all-am
269
270.SUFFIXES:
271.SUFFIXES: .c .cpp .o .obj
272$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
273	@for dep in $?; do \
274	  case '$(am__configure_deps)' in \
275	    *$$dep*) \
276	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
277	        && { if test -f $@; then exit 0; else break; fi; }; \
278	      exit 1;; \
279	  esac; \
280	done; \
281	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/c_wrapper/Makefile'; \
282	$(am__cd) $(top_srcdir) && \
283	  $(AUTOMAKE) --foreign examples/c_wrapper/Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285	@case '$?' in \
286	  *config.status*) \
287	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288	  *) \
289	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
290	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
291	esac;
292
293$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296$(top_srcdir)/configure:  $(am__configure_deps)
297	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
299	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300$(am__aclocal_m4_deps):
301install-binPROGRAMS: $(bin_PROGRAMS)
302	@$(NORMAL_INSTALL)
303	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
304	if test -n "$$list"; then \
305	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
306	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
307	fi; \
308	for p in $$list; do echo "$$p $$p"; done | \
309	sed 's/$(EXEEXT)$$//' | \
310	while read p p1; do if test -f $$p \
311	  ; then echo "$$p"; echo "$$p"; else :; fi; \
312	done | \
313	sed -e 'p;s,.*/,,;n;h' \
314	    -e 's|.*|.|' \
315	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
316	sed 'N;N;N;s,\n, ,g' | \
317	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
318	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
319	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
320	    else { print "f", $$3 "/" $$4, $$1; } } \
321	  END { for (d in files) print "f", d, files[d] }' | \
322	while read type dir files; do \
323	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
324	    test -z "$$files" || { \
325	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
326	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
327	    } \
328	; done
329
330uninstall-binPROGRAMS:
331	@$(NORMAL_UNINSTALL)
332	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
333	files=`for p in $$list; do echo "$$p"; done | \
334	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
335	      -e 's/$$/$(EXEEXT)/' \
336	`; \
337	test -n "$$list" || exit 0; \
338	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
339	cd "$(DESTDIR)$(bindir)" && rm -f $$files
340
341clean-binPROGRAMS:
342	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
343
344c_example$(EXEEXT): $(c_example_OBJECTS) $(c_example_DEPENDENCIES) $(EXTRA_c_example_DEPENDENCIES)
345	@rm -f c_example$(EXEEXT)
346	$(AM_V_CXXLD)$(CXXLINK) $(c_example_OBJECTS) $(c_example_LDADD) $(LIBS)
347
348mostlyclean-compile:
349	-rm -f *.$(OBJEXT)
350
351distclean-compile:
352	-rm -f *.tab.c
353
354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c_example.Po@am__quote@ # am--include-marker
355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfio_c_wrapper.Po@am__quote@ # am--include-marker
356
357$(am__depfiles_remade):
358	@$(MKDIR_P) $(@D)
359	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
360
361am--depfiles: $(am__depfiles_remade)
362
363.c.o:
364@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
365@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
369
370.c.obj:
371@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
372@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
374@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
376
377.cpp.o:
378@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
379@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
380@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
381@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
382@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
383
384.cpp.obj:
385@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
386@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
387@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
388@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
389@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
390
391ID: $(am__tagged_files)
392	$(am__define_uniq_tagged_files); mkid -fID $$unique
393tags: tags-am
394TAGS: tags
395
396tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
397	set x; \
398	here=`pwd`; \
399	$(am__define_uniq_tagged_files); \
400	shift; \
401	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
402	  test -n "$$unique" || unique=$$empty_fix; \
403	  if test $$# -gt 0; then \
404	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405	      "$$@" $$unique; \
406	  else \
407	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408	      $$unique; \
409	  fi; \
410	fi
411ctags: ctags-am
412
413CTAGS: ctags
414ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
415	$(am__define_uniq_tagged_files); \
416	test -z "$(CTAGS_ARGS)$$unique" \
417	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
418	     $$unique
419
420GTAGS:
421	here=`$(am__cd) $(top_builddir) && pwd` \
422	  && $(am__cd) $(top_srcdir) \
423	  && gtags -i $(GTAGS_ARGS) "$$here"
424cscopelist: cscopelist-am
425
426cscopelist-am: $(am__tagged_files)
427	list='$(am__tagged_files)'; \
428	case "$(srcdir)" in \
429	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
430	  *) sdir=$(subdir)/$(srcdir) ;; \
431	esac; \
432	for i in $$list; do \
433	  if test -f "$$i"; then \
434	    echo "$(subdir)/$$i"; \
435	  else \
436	    echo "$$sdir/$$i"; \
437	  fi; \
438	done >> $(top_builddir)/cscope.files
439
440distclean-tags:
441	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
442
443distdir: $(BUILT_SOURCES)
444	$(MAKE) $(AM_MAKEFLAGS) distdir-am
445
446distdir-am: $(DISTFILES)
447	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449	list='$(DISTFILES)'; \
450	  dist_files=`for file in $$list; do echo $$file; done | \
451	  sed -e "s|^$$srcdirstrip/||;t" \
452	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453	case $$dist_files in \
454	  */*) $(MKDIR_P) `echo "$$dist_files" | \
455			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456			   sort -u` ;; \
457	esac; \
458	for file in $$dist_files; do \
459	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460	  if test -d $$d/$$file; then \
461	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462	    if test -d "$(distdir)/$$file"; then \
463	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464	    fi; \
465	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
467	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
468	    fi; \
469	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
470	  else \
471	    test -f "$(distdir)/$$file" \
472	    || cp -p $$d/$$file "$(distdir)/$$file" \
473	    || exit 1; \
474	  fi; \
475	done
476check-am: all-am
477check: check-am
478all-am: Makefile $(PROGRAMS)
479installdirs:
480	for dir in "$(DESTDIR)$(bindir)"; do \
481	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
482	done
483install: install-am
484install-exec: install-exec-am
485install-data: install-data-am
486uninstall: uninstall-am
487
488install-am: all-am
489	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491installcheck: installcheck-am
492install-strip:
493	if test -z '$(STRIP)'; then \
494	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496	      install; \
497	else \
498	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
499	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
500	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
501	fi
502mostlyclean-generic:
503
504clean-generic:
505
506distclean-generic:
507	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
508	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
509
510maintainer-clean-generic:
511	@echo "This command is intended for maintainers to use"
512	@echo "it deletes files that may require special tools to rebuild."
513clean: clean-am
514
515clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
516
517distclean: distclean-am
518		-rm -f ./$(DEPDIR)/c_example.Po
519	-rm -f ./$(DEPDIR)/elfio_c_wrapper.Po
520	-rm -f Makefile
521distclean-am: clean-am distclean-compile distclean-generic \
522	distclean-tags
523
524dvi: dvi-am
525
526dvi-am:
527
528html: html-am
529
530html-am:
531
532info: info-am
533
534info-am:
535
536install-data-am:
537
538install-dvi: install-dvi-am
539
540install-dvi-am:
541
542install-exec-am: install-binPROGRAMS
543
544install-html: install-html-am
545
546install-html-am:
547
548install-info: install-info-am
549
550install-info-am:
551
552install-man:
553
554install-pdf: install-pdf-am
555
556install-pdf-am:
557
558install-ps: install-ps-am
559
560install-ps-am:
561
562installcheck-am:
563
564maintainer-clean: maintainer-clean-am
565		-rm -f ./$(DEPDIR)/c_example.Po
566	-rm -f ./$(DEPDIR)/elfio_c_wrapper.Po
567	-rm -f Makefile
568maintainer-clean-am: distclean-am maintainer-clean-generic
569
570mostlyclean: mostlyclean-am
571
572mostlyclean-am: mostlyclean-compile mostlyclean-generic
573
574pdf: pdf-am
575
576pdf-am:
577
578ps: ps-am
579
580ps-am:
581
582uninstall-am: uninstall-binPROGRAMS
583
584.MAKE: install-am install-strip
585
586.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
587	clean-binPROGRAMS clean-generic cscopelist-am ctags ctags-am \
588	distclean distclean-compile distclean-generic distclean-tags \
589	distdir dvi dvi-am html html-am info info-am install \
590	install-am install-binPROGRAMS install-data install-data-am \
591	install-dvi install-dvi-am install-exec install-exec-am \
592	install-html install-html-am install-info install-info-am \
593	install-man install-pdf install-pdf-am install-ps \
594	install-ps-am install-strip installcheck installcheck-am \
595	installdirs maintainer-clean maintainer-clean-generic \
596	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
597	ps ps-am tags tags-am uninstall uninstall-am \
598	uninstall-binPROGRAMS
599
600.PRECIOUS: Makefile
601
602
603# Tell versions [3.59,3.63) of GNU make to not export all variables.
604# Otherwise a system limit (for SysV at least) may be exceeded.
605.NOEXPORT:
606