1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
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.
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
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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@
62 host_alias = @host_alias@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
83 GELFINCLUDE = @GELFINCLUDE@
84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
94 am__include = @am__include@
95 am__quote = @am__quote@
96 install_sh = @install_sh@
98 AUTOMAKE_OPTIONS = 1.4 gnu
100 man_MANS = prelink.8 execstack.8
101 EXTRA_DIST = prelink.8 execstack.8 prelink.conf
102 PDFLATEXINPUTS = TEXINPUTS_pdflatex=.:$(srcdir):`kpsewhich --progname=pdflatex --show-path=cnf.pdflatex`
103 LATEXINPUTS = TEXINPUTS_latex=.:$(srcdir):`kpsewhich --progname=latex --show-path=cnf.latex`
105 noinst_DATA = prelink.pdf
106 pics = gap bss basemove newseg dso1 dso2 dso3
108 SUFFIXES = .fig .eps .pdf
110 CLEANFILES = $(pics:=.eps) $(pics:=.pdf) prelink.aux prelink.dvi \
111 prelink.log prelink.mtc prelink.mtc1 prelink.pdf prelink.ps \
112 prelink.glo prelink.idx prelink.out prelink.tpt prelink.ilg \
113 prelink.gls prelink.toc
116 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
117 CONFIG_HEADER = $(top_builddir)/config.h
123 DATA = $(noinst_DATA)
125 DIST_COMMON = Makefile.am Makefile.in
129 .SUFFIXES: .fig .eps .pdf
130 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
131 cd $(top_srcdir) && \
132 $(AUTOMAKE) --gnu doc/Makefile
133 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
134 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
146 man8dir = $(mandir)/man8
147 install-man8: $(man8_MANS) $(man_MANS)
149 $(mkinstalldirs) $(DESTDIR)$(man8dir)
150 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
151 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
154 *.8*) list="$$list $$i" ;; \
157 for i in $$list; do \
158 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
160 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
165 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
166 inst=`echo $$inst | sed -e 's/^.*\///'`; \
167 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
168 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
169 $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
173 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
174 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
177 *.8*) list="$$list $$i" ;; \
180 for i in $$list; do \
181 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
182 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
183 inst=`echo $$inst | sed -e 's/^.*\///'`; \
184 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
185 echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
186 rm -f $(DESTDIR)$(man8dir)/$$inst; \
191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
196 distdir: $(DISTFILES)
197 @list='$(DISTFILES)'; for file in $$list; do \
198 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
199 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
200 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
202 $(mkinstalldirs) "$(distdir)$$dir"; \
206 if test -d $$d/$$file; then \
207 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
208 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
210 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
212 test -f $(distdir)/$$file \
213 || cp -p $$d/$$file $(distdir)/$$file \
219 all-am: Makefile $(MANS) $(DATA)
222 $(mkinstalldirs) $(DESTDIR)$(man8dir)
225 install-exec: install-exec-am
226 install-data: install-data-am
227 uninstall: uninstall-am
230 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
232 installcheck: installcheck-am
234 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
235 INSTALL_STRIP_FLAG=-s \
236 `test -z '$(STRIP)' || \
237 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
241 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
244 -rm -f Makefile $(CONFIG_CLEAN_FILES)
246 maintainer-clean-generic:
247 @echo "This command is intended for maintainers to use"
248 @echo "it deletes files that may require special tools to rebuild."
251 clean-am: clean-generic clean-libtool mostlyclean-am
253 distclean: distclean-am
255 distclean-am: clean-am distclean-generic distclean-libtool
265 install-data-am: install-man
269 install-info: install-info-am
271 install-man: install-man8
275 maintainer-clean: maintainer-clean-am
277 maintainer-clean-am: distclean-am maintainer-clean-generic
279 mostlyclean: mostlyclean-am
281 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
283 uninstall-am: uninstall-info-am uninstall-man
285 uninstall-man: uninstall-man8
287 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
288 distclean distclean-generic distclean-libtool distdir dvi \
289 dvi-am info info-am install install-am install-data \
290 install-data-am install-exec install-exec-am install-info \
291 install-info-am install-man install-man8 install-strip \
292 installcheck installcheck-am installdirs maintainer-clean \
293 maintainer-clean-generic mostlyclean mostlyclean-generic \
294 mostlyclean-libtool uninstall uninstall-am uninstall-info-am \
295 uninstall-man uninstall-man8
298 prelink.pdf: prelink.tex $(pics:=.fig) linuxtag.sty \
299 prelinklisting.sty lineno.sty glossary.conf
300 $(MAKE) $(pics:=.pdf)
301 $(PDFLATEXINPUTS) pdflatex $<
302 makeindex -s $(srcdir)/glossary.conf -o prelink.gls prelink.glo
303 if grep -q Rerun prelink.log; then $(PDFLATEXINPUTS) pdflatex $<; fi
304 thumbpdf $@ && $(PDFLATEXINPUTS) pdflatex $<
306 pdfopt prelinkin.pdf $@
309 prelink.ps: prelink.dvi
312 prelink.dvi: prelink.tex $(pics:=.eps)
313 $(LATEXINPUTS) latex $<
314 if grep -q Rerun prelink.log; then $(LATEXINPUTS) latex $<; fi
321 # Tell versions [3.59,3.63) of GNU make to not export all variables.
322 # Otherwise a system limit (for SysV at least) may be exceeded.