Initialize Tizen 2.3
[external/prelink.git] / patches / 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 EXTRA_DIST = libelf-0.7.0.patch libelf-0.7.0-hash.patch linux-2.4.10.patch
101 subdir = patches
102 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
103 CONFIG_HEADER = $(top_builddir)/config.h
104 CONFIG_CLEAN_FILES =
105 DIST_SOURCES =
106 DIST_COMMON = Makefile.am Makefile.in
107 all: all-am
108
109 .SUFFIXES:
110 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
111         cd $(top_srcdir) && \
112           $(AUTOMAKE) --gnu  patches/Makefile
113 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
114         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
115
116 mostlyclean-libtool:
117         -rm -f *.lo
118
119 clean-libtool:
120         -rm -rf .libs _libs
121
122 distclean-libtool:
123         -rm -f libtool
124 uninstall-info-am:
125 tags: TAGS
126 TAGS:
127
128 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
129
130 top_distdir = ..
131 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
132
133 distdir: $(DISTFILES)
134         @list='$(DISTFILES)'; for file in $$list; do \
135           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
136           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
137           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
138             dir="/$$dir"; \
139             $(mkinstalldirs) "$(distdir)$$dir"; \
140           else \
141             dir=''; \
142           fi; \
143           if test -d $$d/$$file; then \
144             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
145               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
146             fi; \
147             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
148           else \
149             test -f $(distdir)/$$file \
150             || cp -p $$d/$$file $(distdir)/$$file \
151             || exit 1; \
152           fi; \
153         done
154 check-am: all-am
155 check: check-am
156 all-am: Makefile
157
158 installdirs:
159
160 install: install-am
161 install-exec: install-exec-am
162 install-data: install-data-am
163 uninstall: uninstall-am
164
165 install-am: all-am
166         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
167
168 installcheck: installcheck-am
169 install-strip:
170         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
171           INSTALL_STRIP_FLAG=-s \
172           `test -z '$(STRIP)' || \
173             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
174 mostlyclean-generic:
175
176 clean-generic:
177
178 distclean-generic:
179         -rm -f Makefile $(CONFIG_CLEAN_FILES)
180
181 maintainer-clean-generic:
182         @echo "This command is intended for maintainers to use"
183         @echo "it deletes files that may require special tools to rebuild."
184 clean: clean-am
185
186 clean-am: clean-generic clean-libtool mostlyclean-am
187
188 distclean: distclean-am
189
190 distclean-am: clean-am distclean-generic distclean-libtool
191
192 dvi: dvi-am
193
194 dvi-am:
195
196 info: info-am
197
198 info-am:
199
200 install-data-am:
201
202 install-exec-am:
203
204 install-info: install-info-am
205
206 install-man:
207
208 installcheck-am:
209
210 maintainer-clean: maintainer-clean-am
211
212 maintainer-clean-am: distclean-am maintainer-clean-generic
213
214 mostlyclean: mostlyclean-am
215
216 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
217
218 uninstall-am: uninstall-info-am
219
220 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
221         distclean distclean-generic distclean-libtool distdir dvi \
222         dvi-am info info-am install install-am install-data \
223         install-data-am install-exec install-exec-am install-info \
224         install-info-am install-man install-strip installcheck \
225         installcheck-am installdirs maintainer-clean \
226         maintainer-clean-generic mostlyclean mostlyclean-generic \
227         mostlyclean-libtool uninstall uninstall-am uninstall-info-am
228
229 # Tell versions [3.59,3.63) of GNU make to not export all variables.
230 # Otherwise a system limit (for SysV at least) may be exceeded.
231 .NOEXPORT: