1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
81 TARGETDIR
= @TARGETDIR@
83 libffi_basedir
= @libffi_basedir@
84 toolexecdir
= @toolexecdir@
85 toolexeclibdir
= @toolexeclibdir@
87 AUTOMAKE_OPTIONS
= foreign
89 EXTRA_DIST
= ffi.h.in ffi_common.h ffi_mips.h
91 hackdir
= $(includedir)
93 hack_DATA
= fficonfig.h ffi.h ffi_mips.h
94 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/${libffi_basedir}..
/mkinstalldirs
95 CONFIG_HEADER
= ..
/fficonfig.h
96 CONFIG_CLEAN_FILES
= ffi.h
99 DIST_COMMON
= Makefile.am Makefile.in ffi.h.in
102 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
108 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
109 cd
$(top_srcdir
) && $(AUTOMAKE
) --foreign
include/Makefile
111 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
113 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
115 ffi.h
: $(top_builddir
)/config.status ffi.h.in
116 cd
$(top_builddir
) && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
118 install-hackDATA
: $(hack_DATA
)
120 $(mkinstalldirs
) $(DESTDIR
)$(hackdir
)
121 @list
='$(hack_DATA)'; for p in
$$list; do \
122 if
test -f
$(srcdir)/$$p; then \
123 echo
" $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(hackdir)/$$p"; \
124 $(INSTALL_DATA
) $(srcdir)/$$p $(DESTDIR
)$(hackdir
)/$$p; \
125 else if
test -f
$$p; then \
126 echo
" $(INSTALL_DATA) $$p $(DESTDIR)$(hackdir)/$$p"; \
127 $(INSTALL_DATA
) $$p $(DESTDIR
)$(hackdir
)/$$p; \
133 list
='$(hack_DATA)'; for p in
$$list; do \
134 rm -f
$(DESTDIR
)$(hackdir
)/$$p; \
140 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
144 distdir
: $(DISTFILES
)
145 here
=`cd $(top_builddir) && pwd`; \
146 top_distdir
=`cd $(top_distdir) && pwd`; \
147 distdir
=`cd $(distdir) && pwd`; \
149 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --foreign
include/Makefile
150 @for file in
$(DISTFILES
); do \
152 if
test -d
$$d/$$file; then \
153 cp
-pr
$$d/$$file $(distdir
)/$$file; \
155 test -f
$(distdir
)/$$file \
156 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
157 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
167 installcheck: installcheck-am
169 install-exec
: install-exec-am
171 install-data-am
: install-hackDATA
172 install-data
: install-data-am
175 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
177 uninstall-am
: uninstall-hackDATA
178 uninstall: uninstall-am
179 all-am
: Makefile
$(DATA
)
182 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
184 $(mkinstalldirs
) $(DESTDIR
)$(hackdir
)
192 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
193 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
195 maintainer-clean-generic
:
196 mostlyclean-am
: mostlyclean-generic
198 mostlyclean: mostlyclean-am
200 clean-am
: clean-generic mostlyclean-am
204 distclean-am
: distclean-generic clean-am
207 distclean: distclean-am
209 maintainer-clean-am
: maintainer-clean-generic distclean-am
210 @echo
"This command is intended for maintainers to use;"
211 @echo
"it deletes files that may require special tools to rebuild."
213 maintainer-clean
: maintainer-clean-am
215 .PHONY
: uninstall-hackDATA install-hackDATA
tags distdir info-am
info \
216 dvi-am
dvi check check-am installcheck-am
installcheck install-exec-am \
217 install-exec install-data-am install-data install-am
install \
218 uninstall-am
uninstall all-redirect all-am
all installdirs \
219 mostlyclean-generic distclean-generic clean-generic \
220 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
223 # Tell versions [3.59,3.63) of GNU make to not export all variables.
224 # Otherwise a system limit (for SysV at least) may be exceeded.