Initialize Tizen 2.3
[external/prelink.git] / gelfx32 / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AR = @AR@
70 AS = @AS@
71 AWK = @AWK@
72 CC = @CC@
73 CPP = @CPP@
74 CXX = @CXX@
75 CXXCPP = @CXXCPP@
76 DEPDIR = @DEPDIR@
77 DLLTOOL = @DLLTOOL@
78 ECHO = @ECHO@
79 EGREP = @EGREP@
80 F77 = @F77@
81 GCJ = @GCJ@
82 GCJFLAGS = @GCJFLAGS@
83 GELFINCLUDE = @GELFINCLUDE@
84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
85 LIBGELF = @LIBGELF@
86 LIBTOOL = @LIBTOOL@
87 LN_S = @LN_S@
88 OBJDUMP = @OBJDUMP@
89 PACKAGE = @PACKAGE@
90 RANLIB = @RANLIB@
91 RC = @RC@
92 STRIP = @STRIP@
93 VERSION = @VERSION@
94 am__include = @am__include@
95 am__quote = @am__quote@
96 install_sh = @install_sh@
97
98 AUTOMAKE_OPTIONS = 1.4 gnu
99
100 noinst_HEADERS = gelfx.h
101 subdir = gelfx32
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 DIST_SOURCES =
106 HEADERS = $(noinst_HEADERS)
107
108 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
109 all: all-am
110
111 .SUFFIXES:
112 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
113         cd $(top_srcdir) && \
114           $(AUTOMAKE) --gnu  gelfx32/Makefile
115 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
116         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
117
118 mostlyclean-libtool:
119         -rm -f *.lo
120
121 clean-libtool:
122         -rm -rf .libs _libs
123
124 distclean-libtool:
125         -rm -f libtool
126 uninstall-info-am:
127
128 ETAGS = etags
129 ETAGSFLAGS =
130
131 tags: TAGS
132
133 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
134         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
135         unique=`for i in $$list; do \
136             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
137           done | \
138           $(AWK) '    { files[$$0] = 1; } \
139                END { for (i in files) print i; }'`; \
140         mkid -fID $$unique
141
142 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
143                 $(TAGS_FILES) $(LISP)
144         tags=; \
145         here=`pwd`; \
146         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
147         unique=`for i in $$list; do \
148             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
149           done | \
150           $(AWK) '    { files[$$0] = 1; } \
151                END { for (i in files) print i; }'`; \
152         test -z "$(ETAGS_ARGS)$$tags$$unique" \
153           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
154              $$tags $$unique
155
156 GTAGS:
157         here=`$(am__cd) $(top_builddir) && pwd` \
158           && cd $(top_srcdir) \
159           && gtags -i $(GTAGS_ARGS) $$here
160
161 distclean-tags:
162         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
163 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164
165 top_distdir = ..
166 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
167
168 distdir: $(DISTFILES)
169         @list='$(DISTFILES)'; for file in $$list; do \
170           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
171           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
172           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
173             dir="/$$dir"; \
174             $(mkinstalldirs) "$(distdir)$$dir"; \
175           else \
176             dir=''; \
177           fi; \
178           if test -d $$d/$$file; then \
179             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
180               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
181             fi; \
182             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
183           else \
184             test -f $(distdir)/$$file \
185             || cp -p $$d/$$file $(distdir)/$$file \
186             || exit 1; \
187           fi; \
188         done
189 check-am: all-am
190 check: check-am
191 all-am: Makefile $(HEADERS)
192
193 installdirs:
194
195 install: install-am
196 install-exec: install-exec-am
197 install-data: install-data-am
198 uninstall: uninstall-am
199
200 install-am: all-am
201         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
202
203 installcheck: installcheck-am
204 install-strip:
205         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
206           INSTALL_STRIP_FLAG=-s \
207           `test -z '$(STRIP)' || \
208             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
209 mostlyclean-generic:
210
211 clean-generic:
212
213 distclean-generic:
214         -rm -f Makefile $(CONFIG_CLEAN_FILES)
215
216 maintainer-clean-generic:
217         @echo "This command is intended for maintainers to use"
218         @echo "it deletes files that may require special tools to rebuild."
219 clean: clean-am
220
221 clean-am: clean-generic clean-libtool mostlyclean-am
222
223 distclean: distclean-am
224
225 distclean-am: clean-am distclean-generic distclean-libtool \
226         distclean-tags
227
228 dvi: dvi-am
229
230 dvi-am:
231
232 info: info-am
233
234 info-am:
235
236 install-data-am:
237
238 install-exec-am:
239
240 install-info: install-info-am
241
242 install-man:
243
244 installcheck-am:
245
246 maintainer-clean: maintainer-clean-am
247
248 maintainer-clean-am: distclean-am maintainer-clean-generic
249
250 mostlyclean: mostlyclean-am
251
252 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
253
254 uninstall-am: uninstall-info-am
255
256 .PHONY: GTAGS all all-am check check-am clean clean-generic \
257         clean-libtool distclean distclean-generic distclean-libtool \
258         distclean-tags distdir dvi dvi-am info info-am install \
259         install-am install-data install-data-am install-exec \
260         install-exec-am install-info install-info-am install-man \
261         install-strip installcheck installcheck-am installdirs \
262         maintainer-clean maintainer-clean-generic mostlyclean \
263         mostlyclean-generic mostlyclean-libtool tags uninstall \
264         uninstall-am uninstall-info-am
265
266 # Tell versions [3.59,3.63) of GNU make to not export all variables.
267 # Otherwise a system limit (for SysV at least) may be exceeded.
268 .NOEXPORT: