blob: 2c263240be812433438b8264fa65849a272ed323 [file] [log] [blame]
Elliott Hughes03333822015-02-18 22:19:45 -08001# Makefile.in generated by automake 1.14.1 from Makefile.am.
Ben Cheng25b3c042013-11-20 14:45:36 -08002# @configure_input@
3
Elliott Hughes03333822015-02-18 22:19:45 -08004# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
Ben Cheng25b3c042013-11-20 14:45:36 -08006# 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
18
19VPATH = @srcdir@
Elliott Hughes03333822015-02-18 22:19:45 -080020am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
21am__make_running_with_option = \
22 case $${target_option-} in \
23 ?) ;; \
24 *) echo "am__make_running_with_option: internal error: invalid" \
25 "target option '$${target_option-}' specified" >&2; \
26 exit 1;; \
27 esac; \
28 has_opt=no; \
29 sane_makeflags=$$MAKEFLAGS; \
30 if $(am__is_gnu_make); then \
31 sane_makeflags=$$MFLAGS; \
32 else \
33 case $$MAKEFLAGS in \
34 *\\[\ \ ]*) \
35 bs=\\; \
36 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
37 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
38 esac; \
39 fi; \
40 skip_next=no; \
41 strip_trailopt () \
42 { \
43 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
44 }; \
45 for flg in $$sane_makeflags; do \
46 test $$skip_next = yes && { skip_next=no; continue; }; \
47 case $$flg in \
48 *=*|--*) continue;; \
49 -*I) strip_trailopt 'I'; skip_next=yes;; \
50 -*I?*) strip_trailopt 'I';; \
51 -*O) strip_trailopt 'O'; skip_next=yes;; \
52 -*O?*) strip_trailopt 'O';; \
53 -*l) strip_trailopt 'l'; skip_next=yes;; \
54 -*l?*) strip_trailopt 'l';; \
55 -[dEDm]) skip_next=yes;; \
56 -[JT]) skip_next=yes;; \
57 esac; \
58 case $$flg in \
59 *$$target_option*) has_opt=yes; break;; \
60 esac; \
61 done; \
62 test $$has_opt = yes
63am__make_dryrun = (target_option=n; $(am__make_running_with_option))
64am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
Ben Cheng25b3c042013-11-20 14:45:36 -080065pkgdatadir = $(datadir)/@PACKAGE@
66pkgincludedir = $(includedir)/@PACKAGE@
67pkglibdir = $(libdir)/@PACKAGE@
68pkglibexecdir = $(libexecdir)/@PACKAGE@
69am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
70install_sh_DATA = $(install_sh) -c -m 644
71install_sh_PROGRAM = $(install_sh) -c
72install_sh_SCRIPT = $(install_sh) -c
73INSTALL_HEADER = $(INSTALL_DATA)
74transform = $(program_transform_name)
75NORMAL_INSTALL = :
76PRE_INSTALL = :
77POST_INSTALL = :
78NORMAL_UNINSTALL = :
79PRE_UNINSTALL = :
80POST_UNINSTALL = :
81build_triplet = @build@
82host_triplet = @host@
Elliott Hughes03333822015-02-18 22:19:45 -080083DIST_COMMON = $(top_srcdir)/config/eu.am $(srcdir)/Makefile.in \
84 $(srcdir)/Makefile.am $(top_srcdir)/config/depcomp \
85 $(noinst_HEADERS) $(pkginclude_HEADERS) ChangeLog
86noinst_PROGRAMS = $(am__EXEEXT_1)
87@USE_LOCKS_TRUE@am__append_1 = -lpthread
Ben Cheng25b3c042013-11-20 14:45:36 -080088subdir = libasm
89ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Elliott Hughes03333822015-02-18 22:19:45 -080090am__aclocal_m4_deps = $(top_srcdir)/m4/biarch.m4 \
91 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
Ben Cheng25b3c042013-11-20 14:45:36 -080092 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/zip.m4 \
93 $(top_srcdir)/configure.ac
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = $(top_builddir)/config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
101am__vpath_adj = case $$p in \
102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
103 *) f=$$p;; \
104 esac;
105am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
106am__install_max = 40
107am__nobase_strip_setup = \
108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
109am__nobase_strip = \
110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
111am__nobase_list = $(am__nobase_strip_setup); \
112 for p in $$list; do echo "$$p $$p"; done | \
113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
115 if (++n[$$2] == $(am__install_max)) \
116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
117 END { for (dir in files) print dir, files[dir] }'
118am__base_list = \
119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
Elliott Hughes03333822015-02-18 22:19:45 -0800121am__uninstall_files_from_dir = { \
122 test -z "$$files" \
123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
125 $(am__cd) "$$dir" && rm -f $$files; }; \
126 }
Ben Cheng25b3c042013-11-20 14:45:36 -0800127am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"
128LIBRARIES = $(lib_LIBRARIES) $(noinst_LIBRARIES)
Ben Cheng25b3c042013-11-20 14:45:36 -0800129ARFLAGS = cru
Elliott Hughes03333822015-02-18 22:19:45 -0800130AM_V_AR = $(am__v_AR_@AM_V@)
131am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
132am__v_AR_0 = @echo " AR " $@;
133am__v_AR_1 =
Ben Cheng25b3c042013-11-20 14:45:36 -0800134libasm_a_AR = $(AR) $(ARFLAGS)
135libasm_a_LIBADD =
136am_libasm_a_OBJECTS = asm_begin.$(OBJEXT) asm_abort.$(OBJEXT) \
137 asm_end.$(OBJEXT) asm_error.$(OBJEXT) asm_getelf.$(OBJEXT) \
138 asm_newscn.$(OBJEXT) asm_newscn_ingrp.$(OBJEXT) \
139 asm_newsubscn.$(OBJEXT) asm_newsym.$(OBJEXT) \
140 asm_newcomsym.$(OBJEXT) asm_newabssym.$(OBJEXT) \
141 asm_newscngrp.$(OBJEXT) asm_scngrp_newsignature.$(OBJEXT) \
142 asm_fill.$(OBJEXT) asm_align.$(OBJEXT) asm_addstrz.$(OBJEXT) \
143 asm_addint8.$(OBJEXT) asm_adduint8.$(OBJEXT) \
144 asm_addint16.$(OBJEXT) asm_adduint16.$(OBJEXT) \
145 asm_addint32.$(OBJEXT) asm_adduint32.$(OBJEXT) \
146 asm_addint64.$(OBJEXT) asm_adduint64.$(OBJEXT) \
147 asm_adduleb128.$(OBJEXT) asm_addsleb128.$(OBJEXT) \
148 disasm_begin.$(OBJEXT) disasm_cb.$(OBJEXT) \
149 disasm_end.$(OBJEXT) disasm_str.$(OBJEXT) symbolhash.$(OBJEXT)
150libasm_a_OBJECTS = $(am_libasm_a_OBJECTS)
151libasm_pic_a_AR = $(AR) $(ARFLAGS)
152libasm_pic_a_LIBADD =
153libasm_pic_a_OBJECTS = $(am_libasm_pic_a_OBJECTS)
Elliott Hughes03333822015-02-18 22:19:45 -0800154am__EXEEXT_1 = libasm.so$(EXEEXT)
Ben Cheng25b3c042013-11-20 14:45:36 -0800155PROGRAMS = $(noinst_PROGRAMS)
156am_libasm_so_OBJECTS =
157libasm_so_OBJECTS = $(am_libasm_so_OBJECTS)
158libasm_so_LDADD = $(LDADD)
Elliott Hughes03333822015-02-18 22:19:45 -0800159AM_V_P = $(am__v_P_@AM_V@)
160am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161am__v_P_0 = false
162am__v_P_1 = :
163AM_V_GEN = $(am__v_GEN_@AM_V@)
164am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165am__v_GEN_0 = @echo " GEN " $@;
166am__v_GEN_1 =
167AM_V_at = $(am__v_at_@AM_V@)
168am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169am__v_at_0 = @
170am__v_at_1 =
Ben Cheng25b3c042013-11-20 14:45:36 -0800171DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
172depcomp = $(SHELL) $(top_srcdir)/config/depcomp
173am__depfiles_maybe = depfiles
174am__mv = mv -f
175COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Elliott Hughes03333822015-02-18 22:19:45 -0800177AM_V_CC = $(am__v_CC_@AM_V@)
178am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
179am__v_CC_0 = @echo " CC " $@;
180am__v_CC_1 =
Ben Cheng25b3c042013-11-20 14:45:36 -0800181CCLD = $(CC)
182LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
Elliott Hughes03333822015-02-18 22:19:45 -0800183AM_V_CCLD = $(am__v_CCLD_@AM_V@)
184am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
185am__v_CCLD_0 = @echo " CCLD " $@;
186am__v_CCLD_1 =
Ben Cheng25b3c042013-11-20 14:45:36 -0800187SOURCES = $(libasm_a_SOURCES) $(libasm_pic_a_SOURCES) \
188 $(libasm_so_SOURCES)
189DIST_SOURCES = $(libasm_a_SOURCES) $(libasm_pic_a_SOURCES) \
190 $(libasm_so_SOURCES)
Elliott Hughes03333822015-02-18 22:19:45 -0800191am__can_run_installinfo = \
192 case $$AM_UPDATE_INFO_DIR in \
193 n|no|NO) false;; \
194 *) (install-info --version) >/dev/null 2>&1;; \
195 esac
Ben Cheng25b3c042013-11-20 14:45:36 -0800196HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
Elliott Hughes03333822015-02-18 22:19:45 -0800197am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198# Read a list of newline-separated strings from the standard input,
199# and print each of them once, without duplicates. Input order is
200# *not* preserved.
201am__uniquify_input = $(AWK) '\
202 BEGIN { nonempty = 0; } \
203 { items[$$0] = 1; nonempty = 1; } \
204 END { if (nonempty) { for (i in items) print i; }; } \
205'
206# Make sure the list of sources is unique. This is necessary because,
207# e.g., the same source file might be shared among _SOURCES variables
208# for different programs/libraries.
209am__define_uniq_tagged_files = \
210 list='$(am__tagged_files)'; \
211 unique=`for i in $$list; do \
212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213 done | $(am__uniquify_input)`
Ben Cheng25b3c042013-11-20 14:45:36 -0800214ETAGS = etags
215CTAGS = ctags
216DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
217ACLOCAL = @ACLOCAL@
218AMTAR = @AMTAR@
Elliott Hughes03333822015-02-18 22:19:45 -0800219AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
220AR = @AR@
Ben Cheng25b3c042013-11-20 14:45:36 -0800221AUTOCONF = @AUTOCONF@
222AUTOHEADER = @AUTOHEADER@
223AUTOMAKE = @AUTOMAKE@
224AWK = @AWK@
225CC = @CC@
226CCDEPMODE = @CCDEPMODE@
Elliott Hughes03333822015-02-18 22:19:45 -0800227CC_BIARCH = @CC_BIARCH@
Ben Cheng25b3c042013-11-20 14:45:36 -0800228CFLAGS = @CFLAGS@
Elliott Hughes03333822015-02-18 22:19:45 -0800229CPP = @CPP@
Ben Cheng25b3c042013-11-20 14:45:36 -0800230CPPFLAGS = @CPPFLAGS@
231CYGPATH_W = @CYGPATH_W@
232DEBUGPRED = @DEBUGPRED@
233DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DLOCALEDIR='"${localedir}"'
234DEPDIR = @DEPDIR@
235ECHO_C = @ECHO_C@
236ECHO_N = @ECHO_N@
237ECHO_T = @ECHO_T@
Elliott Hughes03333822015-02-18 22:19:45 -0800238EGREP = @EGREP@
Ben Cheng25b3c042013-11-20 14:45:36 -0800239EXEEXT = @EXEEXT@
240GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
241GMSGFMT = @GMSGFMT@
242GMSGFMT_015 = @GMSGFMT_015@
Elliott Hughes03333822015-02-18 22:19:45 -0800243GREP = @GREP@
244HAVE_VALGRIND = @HAVE_VALGRIND@
Ben Cheng25b3c042013-11-20 14:45:36 -0800245INSTALL = @INSTALL@
246INSTALL_DATA = @INSTALL_DATA@
247INSTALL_PROGRAM = @INSTALL_PROGRAM@
248INSTALL_SCRIPT = @INSTALL_SCRIPT@
249INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
250LDFLAGS = @LDFLAGS@
251LEX = @LEX@
252LEXLIB = @LEXLIB@
253LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
254LIBEBL_SUBDIR = @LIBEBL_SUBDIR@
255LIBOBJS = @LIBOBJS@
256LIBS = @LIBS@
257LTLIBOBJS = @LTLIBOBJS@
258MAINT = @MAINT@
259MAKEINFO = @MAKEINFO@
260MKDIR_P = @MKDIR_P@
261MODVERSION = @MODVERSION@
262MSGFMT = @MSGFMT@
263MSGFMT_015 = @MSGFMT_015@
264MSGMERGE = @MSGMERGE@
Elliott Hughes03333822015-02-18 22:19:45 -0800265NM = @NM@
Ben Cheng25b3c042013-11-20 14:45:36 -0800266OBJEXT = @OBJEXT@
267PACKAGE = @PACKAGE@
268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269PACKAGE_NAME = @PACKAGE_NAME@
270PACKAGE_STRING = @PACKAGE_STRING@
271PACKAGE_TARNAME = @PACKAGE_TARNAME@
272PACKAGE_URL = @PACKAGE_URL@
273PACKAGE_VERSION = @PACKAGE_VERSION@
274PATH_SEPARATOR = @PATH_SEPARATOR@
275RANLIB = @RANLIB@
Elliott Hughes03333822015-02-18 22:19:45 -0800276READELF = @READELF@
Ben Cheng25b3c042013-11-20 14:45:36 -0800277SET_MAKE = @SET_MAKE@
278SHELL = @SHELL@
279STRIP = @STRIP@
280USE_NLS = @USE_NLS@
281VERSION = 1
282XGETTEXT = @XGETTEXT@
283XGETTEXT_015 = @XGETTEXT_015@
284XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
285YACC = @YACC@
286YFLAGS = @YFLAGS@
287abs_builddir = @abs_builddir@
288abs_srcdir = @abs_srcdir@
289abs_top_builddir = @abs_top_builddir@
290abs_top_srcdir = @abs_top_srcdir@
Elliott Hughes03333822015-02-18 22:19:45 -0800291ac_ct_AR = @ac_ct_AR@
Ben Cheng25b3c042013-11-20 14:45:36 -0800292ac_ct_CC = @ac_ct_CC@
293am__include = @am__include@
294am__leading_dot = @am__leading_dot@
295am__quote = @am__quote@
296am__tar = @am__tar@
297am__untar = @am__untar@
298base_cpu = @base_cpu@
299bindir = @bindir@
300build = @build@
301build_alias = @build_alias@
302build_cpu = @build_cpu@
303build_os = @build_os@
304build_vendor = @build_vendor@
305builddir = @builddir@
306datadir = @datadir@
307datarootdir = @datarootdir@
308docdir = @docdir@
309dvidir = @dvidir@
310eu_version = @eu_version@
311exec_prefix = @exec_prefix@
312host = @host@
313host_alias = @host_alias@
314host_cpu = @host_cpu@
315host_os = @host_os@
316host_vendor = @host_vendor@
317htmldir = @htmldir@
318includedir = @includedir@
319infodir = @infodir@
320install_sh = @install_sh@
321libdir = @libdir@
322libexecdir = @libexecdir@
323localedir = @localedir@
324localstatedir = @localstatedir@
325mandir = @mandir@
326mkdir_p = @mkdir_p@
327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
329prefix = @prefix@
330program_transform_name = @program_transform_name@
331psdir = @psdir@
332sbindir = @sbindir@
333sharedstatedir = @sharedstatedir@
334srcdir = @srcdir@
335sysconfdir = @sysconfdir@
336target_alias = @target_alias@
337top_build_prefix = @top_build_prefix@
338top_builddir = @top_builddir@
339top_srcdir = @top_srcdir@
340zip_LIBS = @zip_LIBS@
Elliott Hughes03333822015-02-18 22:19:45 -0800341AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_srcdir)/lib -I.. \
Ben Cheng25b3c042013-11-20 14:45:36 -0800342 -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl \
343 -I$(top_srcdir)/libdw
Elliott Hughes03333822015-02-18 22:19:45 -0800344AM_CFLAGS = -std=gnu99 -Wall -Wshadow -Wformat=2 \
345 $(if $($(*F)_no_Werror),,-Werror) \
346 $(if $($(*F)_no_Wunused),,-Wunused -Wextra) \
347 $($(*F)_CFLAGS)
Ben Cheng25b3c042013-11-20 14:45:36 -0800348
Elliott Hughes03333822015-02-18 22:19:45 -0800349COMPILE.os = $(filter-out -fprofile-arcs -ftest-coverage, $(COMPILE))
Ben Cheng25b3c042013-11-20 14:45:36 -0800350CLEANFILES = *.gcno *.gcda $(am_libasm_pic_a_OBJECTS) \
351 libasm.so.$(VERSION)
Elliott Hughes03333822015-02-18 22:19:45 -0800352textrel_msg = echo "WARNING: TEXTREL found in '$@'"
353@FATAL_TEXTREL_FALSE@textrel_found = $(textrel_msg)
354@FATAL_TEXTREL_TRUE@textrel_found = $(textrel_msg); exit 1
355textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
Ben Cheng25b3c042013-11-20 14:45:36 -0800356GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include)
357lib_LIBRARIES = libasm.a
Elliott Hughes03333822015-02-18 22:19:45 -0800358noinst_LIBRARIES = libasm_pic.a
Ben Cheng25b3c042013-11-20 14:45:36 -0800359pkginclude_HEADERS = libasm.h
360libasm_a_SOURCES = asm_begin.c asm_abort.c asm_end.c asm_error.c \
361 asm_getelf.c asm_newscn.c asm_newscn_ingrp.c \
362 asm_newsubscn.c asm_newsym.c asm_newcomsym.c \
363 asm_newabssym.c \
364 asm_newscngrp.c asm_scngrp_newsignature.c \
365 asm_fill.c asm_align.c asm_addstrz.c \
366 asm_addint8.c asm_adduint8.c \
367 asm_addint16.c asm_adduint16.c \
368 asm_addint32.c asm_adduint32.c \
369 asm_addint64.c asm_adduint64.c \
370 asm_adduleb128.c asm_addsleb128.c \
371 disasm_begin.c disasm_cb.c disasm_end.c disasm_str.c \
372 symbolhash.c
373
Elliott Hughes03333822015-02-18 22:19:45 -0800374libasm_pic_a_SOURCES =
375am_libasm_pic_a_OBJECTS = $(libasm_a_SOURCES:.c=.os)
376libasm_so_LDLIBS = $(am__append_1)
377libasm_so_SOURCES =
Ben Cheng25b3c042013-11-20 14:45:36 -0800378noinst_HEADERS = libasmP.h symbolhash.h
379EXTRA_DIST = libasm.map
380all: all-am
381
382.SUFFIXES:
383.SUFFIXES: .c .o .obj
384$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/eu.am $(am__configure_deps)
385 @for dep in $?; do \
386 case '$(am__configure_deps)' in \
387 *$$dep*) \
388 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
389 && { if test -f $@; then exit 0; else break; fi; }; \
390 exit 1;; \
391 esac; \
392 done; \
393 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits libasm/Makefile'; \
394 $(am__cd) $(top_srcdir) && \
395 $(AUTOMAKE) --gnits libasm/Makefile
396.PRECIOUS: Makefile
397Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398 @case '$?' in \
399 *config.status*) \
400 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
401 *) \
402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
403 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
404 esac;
Elliott Hughes03333822015-02-18 22:19:45 -0800405$(top_srcdir)/config/eu.am:
Ben Cheng25b3c042013-11-20 14:45:36 -0800406
407$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409
410$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
413 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414$(am__aclocal_m4_deps):
415install-libLIBRARIES: $(lib_LIBRARIES)
416 @$(NORMAL_INSTALL)
Ben Cheng25b3c042013-11-20 14:45:36 -0800417 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
418 list2=; for p in $$list; do \
419 if test -f $$p; then \
420 list2="$$list2 $$p"; \
421 else :; fi; \
422 done; \
423 test -z "$$list2" || { \
Elliott Hughes03333822015-02-18 22:19:45 -0800424 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
425 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
Ben Cheng25b3c042013-11-20 14:45:36 -0800426 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
427 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
428 @$(POST_INSTALL)
429 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
430 for p in $$list; do \
431 if test -f $$p; then \
432 $(am__strip_dir) \
433 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
434 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
435 else :; fi; \
436 done
437
438uninstall-libLIBRARIES:
439 @$(NORMAL_UNINSTALL)
440 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
441 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Elliott Hughes03333822015-02-18 22:19:45 -0800442 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800443
444clean-libLIBRARIES:
445 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
446
447clean-noinstLIBRARIES:
448 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
Elliott Hughes03333822015-02-18 22:19:45 -0800449
450libasm.a: $(libasm_a_OBJECTS) $(libasm_a_DEPENDENCIES) $(EXTRA_libasm_a_DEPENDENCIES)
451 $(AM_V_at)-rm -f libasm.a
452 $(AM_V_AR)$(libasm_a_AR) libasm.a $(libasm_a_OBJECTS) $(libasm_a_LIBADD)
453 $(AM_V_at)$(RANLIB) libasm.a
454
455libasm_pic.a: $(libasm_pic_a_OBJECTS) $(libasm_pic_a_DEPENDENCIES) $(EXTRA_libasm_pic_a_DEPENDENCIES)
456 $(AM_V_at)-rm -f libasm_pic.a
457 $(AM_V_AR)$(libasm_pic_a_AR) libasm_pic.a $(libasm_pic_a_OBJECTS) $(libasm_pic_a_LIBADD)
458 $(AM_V_at)$(RANLIB) libasm_pic.a
Ben Cheng25b3c042013-11-20 14:45:36 -0800459
460clean-noinstPROGRAMS:
461 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
Ben Cheng25b3c042013-11-20 14:45:36 -0800462
463mostlyclean-compile:
464 -rm -f *.$(OBJEXT)
465
466distclean-compile:
467 -rm -f *.tab.c
468
469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_abort.Po@am__quote@
470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_addint16.Po@am__quote@
471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_addint32.Po@am__quote@
472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_addint64.Po@am__quote@
473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_addint8.Po@am__quote@
474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_addsleb128.Po@am__quote@
475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_addstrz.Po@am__quote@
476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_adduint16.Po@am__quote@
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_adduint32.Po@am__quote@
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_adduint64.Po@am__quote@
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_adduint8.Po@am__quote@
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_adduleb128.Po@am__quote@
481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_align.Po@am__quote@
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_begin.Po@am__quote@
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_end.Po@am__quote@
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_error.Po@am__quote@
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_fill.Po@am__quote@
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_getelf.Po@am__quote@
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_newabssym.Po@am__quote@
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_newcomsym.Po@am__quote@
489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_newscn.Po@am__quote@
490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_newscn_ingrp.Po@am__quote@
491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_newscngrp.Po@am__quote@
492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_newsubscn.Po@am__quote@
493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_newsym.Po@am__quote@
494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asm_scngrp_newsignature.Po@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disasm_begin.Po@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disasm_cb.Po@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disasm_end.Po@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disasm_str.Po@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbolhash.Po@am__quote@
500
501.c.o:
Elliott Hughes03333822015-02-18 22:19:45 -0800502@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
503@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
504@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Ben Cheng25b3c042013-11-20 14:45:36 -0800505@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Elliott Hughes03333822015-02-18 22:19:45 -0800506@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
Ben Cheng25b3c042013-11-20 14:45:36 -0800507
508.c.obj:
Elliott Hughes03333822015-02-18 22:19:45 -0800509@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
510@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
511@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Ben Cheng25b3c042013-11-20 14:45:36 -0800512@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Elliott Hughes03333822015-02-18 22:19:45 -0800513@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
Ben Cheng25b3c042013-11-20 14:45:36 -0800514install-pkgincludeHEADERS: $(pkginclude_HEADERS)
515 @$(NORMAL_INSTALL)
Ben Cheng25b3c042013-11-20 14:45:36 -0800516 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
Elliott Hughes03333822015-02-18 22:19:45 -0800517 if test -n "$$list"; then \
518 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
519 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
520 fi; \
Ben Cheng25b3c042013-11-20 14:45:36 -0800521 for p in $$list; do \
522 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
523 echo "$$d$$p"; \
524 done | $(am__base_list) | \
525 while read files; do \
526 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
527 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
528 done
529
530uninstall-pkgincludeHEADERS:
531 @$(NORMAL_UNINSTALL)
532 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
533 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
Elliott Hughes03333822015-02-18 22:19:45 -0800534 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
Ben Cheng25b3c042013-11-20 14:45:36 -0800535
Elliott Hughes03333822015-02-18 22:19:45 -0800536ID: $(am__tagged_files)
537 $(am__define_uniq_tagged_files); mkid -fID $$unique
538tags: tags-am
539TAGS: tags
Ben Cheng25b3c042013-11-20 14:45:36 -0800540
Elliott Hughes03333822015-02-18 22:19:45 -0800541tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
Ben Cheng25b3c042013-11-20 14:45:36 -0800542 set x; \
543 here=`pwd`; \
Elliott Hughes03333822015-02-18 22:19:45 -0800544 $(am__define_uniq_tagged_files); \
Ben Cheng25b3c042013-11-20 14:45:36 -0800545 shift; \
546 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
547 test -n "$$unique" || unique=$$empty_fix; \
548 if test $$# -gt 0; then \
549 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
550 "$$@" $$unique; \
551 else \
552 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
553 $$unique; \
554 fi; \
555 fi
Elliott Hughes03333822015-02-18 22:19:45 -0800556ctags: ctags-am
557
558CTAGS: ctags
559ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
560 $(am__define_uniq_tagged_files); \
Ben Cheng25b3c042013-11-20 14:45:36 -0800561 test -z "$(CTAGS_ARGS)$$unique" \
562 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
563 $$unique
564
565GTAGS:
566 here=`$(am__cd) $(top_builddir) && pwd` \
567 && $(am__cd) $(top_srcdir) \
568 && gtags -i $(GTAGS_ARGS) "$$here"
Elliott Hughes03333822015-02-18 22:19:45 -0800569cscopelist: cscopelist-am
570
571cscopelist-am: $(am__tagged_files)
572 list='$(am__tagged_files)'; \
573 case "$(srcdir)" in \
574 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
575 *) sdir=$(subdir)/$(srcdir) ;; \
576 esac; \
577 for i in $$list; do \
578 if test -f "$$i"; then \
579 echo "$(subdir)/$$i"; \
580 else \
581 echo "$$sdir/$$i"; \
582 fi; \
583 done >> $(top_builddir)/cscope.files
Ben Cheng25b3c042013-11-20 14:45:36 -0800584
585distclean-tags:
586 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
587
588distdir: $(DISTFILES)
589 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
590 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591 list='$(DISTFILES)'; \
592 dist_files=`for file in $$list; do echo $$file; done | \
593 sed -e "s|^$$srcdirstrip/||;t" \
594 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
595 case $$dist_files in \
596 */*) $(MKDIR_P) `echo "$$dist_files" | \
597 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
598 sort -u` ;; \
599 esac; \
600 for file in $$dist_files; do \
601 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
602 if test -d $$d/$$file; then \
603 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
604 if test -d "$(distdir)/$$file"; then \
605 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
606 fi; \
607 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
608 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
609 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
610 fi; \
611 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
612 else \
613 test -f "$(distdir)/$$file" \
614 || cp -p $$d/$$file "$(distdir)/$$file" \
615 || exit 1; \
616 fi; \
617 done
618check-am: all-am
619check: check-am
620all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS)
621installdirs:
622 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)"; do \
623 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
624 done
Ben Cheng25b3c042013-11-20 14:45:36 -0800625install-exec: install-exec-am
626install-data: install-data-am
Ben Cheng25b3c042013-11-20 14:45:36 -0800627
628install-am: all-am
629 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
630
631installcheck: installcheck-am
632install-strip:
Elliott Hughes03333822015-02-18 22:19:45 -0800633 if test -z '$(STRIP)'; then \
634 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
635 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
636 install; \
637 else \
638 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
639 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
640 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
641 fi
Ben Cheng25b3c042013-11-20 14:45:36 -0800642mostlyclean-generic:
643
644clean-generic:
645 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
646
647distclean-generic:
648 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
649 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
650
651maintainer-clean-generic:
652 @echo "This command is intended for maintainers to use"
653 @echo "it deletes files that may require special tools to rebuild."
654clean: clean-am
655
656clean-am: clean-generic clean-libLIBRARIES clean-noinstLIBRARIES \
657 clean-noinstPROGRAMS mostlyclean-am
658
659distclean: distclean-am
660 -rm -rf ./$(DEPDIR)
661 -rm -f Makefile
662distclean-am: clean-am distclean-compile distclean-generic \
663 distclean-tags
664
665dvi: dvi-am
666
667dvi-am:
668
669html: html-am
670
671html-am:
672
673info: info-am
674
675info-am:
676
677install-data-am: install-pkgincludeHEADERS
678
679install-dvi: install-dvi-am
680
681install-dvi-am:
682
683install-exec-am: install-libLIBRARIES
684
685install-html: install-html-am
686
687install-html-am:
688
689install-info: install-info-am
690
691install-info-am:
692
693install-man:
694
695install-pdf: install-pdf-am
696
697install-pdf-am:
698
699install-ps: install-ps-am
700
701install-ps-am:
702
703installcheck-am:
704
705maintainer-clean: maintainer-clean-am
706 -rm -rf ./$(DEPDIR)
707 -rm -f Makefile
708maintainer-clean-am: distclean-am maintainer-clean-generic
709
710mostlyclean: mostlyclean-am
711
712mostlyclean-am: mostlyclean-compile mostlyclean-generic
713
714pdf: pdf-am
715
716pdf-am:
717
718ps: ps-am
719
720ps-am:
721
722uninstall-am: uninstall-libLIBRARIES uninstall-pkgincludeHEADERS
723
724.MAKE: install-am install-strip
725
Elliott Hughes03333822015-02-18 22:19:45 -0800726.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
Ben Cheng25b3c042013-11-20 14:45:36 -0800727 clean-libLIBRARIES clean-noinstLIBRARIES clean-noinstPROGRAMS \
Elliott Hughes03333822015-02-18 22:19:45 -0800728 cscopelist-am ctags ctags-am distclean distclean-compile \
729 distclean-generic distclean-tags distdir dvi dvi-am html \
730 html-am info info-am install install-am install-data \
731 install-data-am install-dvi install-dvi-am install-exec \
732 install-exec-am install-html install-html-am install-info \
733 install-info-am install-libLIBRARIES install-man install-pdf \
734 install-pdf-am install-pkgincludeHEADERS install-ps \
735 install-ps-am install-strip installcheck installcheck-am \
736 installdirs maintainer-clean maintainer-clean-generic \
737 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
738 ps ps-am tags tags-am uninstall uninstall-am \
739 uninstall-libLIBRARIES uninstall-pkgincludeHEADERS
Ben Cheng25b3c042013-11-20 14:45:36 -0800740
741
742%.os: %.c %.o
743@AMDEP_TRUE@ if $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
744@AMDEP_TRUE@ -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
745@AMDEP_TRUE@ then cat "$(DEPDIR)/$*.Tpo" >> "$(DEPDIR)/$*.Po"; \
746@AMDEP_TRUE@ rm -f "$(DEPDIR)/$*.Tpo"; \
747@AMDEP_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
748@AMDEP_TRUE@ fi
749@AMDEP_FALSE@ $(COMPILE.os) -c -o $@ -fpic -DPIC -DSHARED $<
Elliott Hughes03333822015-02-18 22:19:45 -0800750libasm.so$(EXEEXT): libasm_pic.a libasm.map
751 $(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
752 -Wl,--version-script,$(srcdir)/libasm.map,--no-undefined \
753 -Wl,--soname,$@.$(VERSION) \
754 ../libebl/libebl.a ../libelf/libelf.so $(libasm_so_LDLIBS)
755 @$(textrel_check)
756 ln -fs $@ $@.$(VERSION)
Ben Cheng25b3c042013-11-20 14:45:36 -0800757
Elliott Hughes03333822015-02-18 22:19:45 -0800758install: install-am libasm.so
759 $(mkinstalldirs) $(DESTDIR)$(libdir)
760 $(INSTALL_PROGRAM) libasm.so $(DESTDIR)$(libdir)/libasm-$(PACKAGE_VERSION).so
761 ln -fs libasm-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
762 ln -fs libasm.so.$(VERSION) $(DESTDIR)$(libdir)/libasm.so
Ben Cheng25b3c042013-11-20 14:45:36 -0800763
Elliott Hughes03333822015-02-18 22:19:45 -0800764uninstall: uninstall-am
765 rm -f $(DESTDIR)$(libdir)/libasm-$(PACKAGE_VERSION).so
766 rm -f $(DESTDIR)$(libdir)/libasm.so.$(VERSION)
767 rm -f $(DESTDIR)$(libdir)/libasm.so
768 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(includedir)/elfutils
Ben Cheng25b3c042013-11-20 14:45:36 -0800769
770# Tell versions [3.59,3.63) of GNU make to not export all variables.
771# Otherwise a system limit (for SysV at least) may be exceeded.
772.NOEXPORT: