1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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
16 top_srcdir
= @top_srcdir@
19 exec_prefix = @
exec_prefix@
23 libexecdir
= @libexecdir@
25 sysconfdir
= @sysconfdir@
26 sharedstatedir
= @sharedstatedir@
27 localstatedir
= @localstatedir@
31 includedir = @
includedir@
32 oldincludedir = /usr
/include
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkglibdir
= $(libdir)/@PACKAGE@
38 pkgincludedir
= $(includedir)/@PACKAGE@
45 AUTOHEADER
= @AUTOHEADER@
48 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
49 INSTALL_DATA
= @INSTALL_DATA@
50 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
60 host_alias
= @host_alias@
75 TARGETDIR
= @TARGETDIR@
77 libffi_basedir
= @libffi_basedir@
80 AUTOMAKE_OPTIONS
= foreign
82 EXTRA_DIST
= ffi.h.in ffi_common.h ffi_mips.h
84 hackdir
= $(includedir)
86 hack_DATA
= fficonfig.h ffi.h ffi_mips.h
88 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
89 CONFIG_HEADER
= ..
/fficonfig.h
90 CONFIG_CLEAN_FILES
= ffi.h
94 DIST_COMMON
= $(hack_DATA
) Makefile.am Makefile.in ffi.h.in
97 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
102 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
103 cd
$(top_srcdir
) && $(AUTOMAKE
) --foreign
include/Makefile
105 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
107 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
109 ffi.h
: $(top_builddir
)/config.status ffi.h.in
110 cd
$(top_builddir
) && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
112 install-hackDATA
: $(hack_DATA
)
114 $(mkinstalldirs
) $(DESTDIR
)$(hackdir
)
115 @list
='$(hack_DATA)'; for p in
$$list; do \
116 if
test -f
"$$p"; then d
= ; else d
="$(srcdir)/"; fi
; \
117 f
="`echo $$p | sed -e 's|^.*/||'`"; \
118 echo
" $(INSTALL_DATA) $$d$$p $(DESTDIR)$(hackdir)/$$f"; \
119 $(INSTALL_DATA
) $$d$$p $(DESTDIR
)$(hackdir
)/$$f; \
124 @list
='$(hack_DATA)'; for p in
$$list; do \
125 f
="`echo $$p | sed -e 's|^.*/||'`"; \
126 echo
" rm -f $(DESTDIR)$(hackdir)/$$f"; \
127 rm -f
$(DESTDIR
)$(hackdir
)/$$f; \
133 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
135 distdir
: $(DISTFILES
)
136 @for file in
$(DISTFILES
); do \
138 if
test -d
$$d/$$file; then \
139 cp
-pR
$$d/$$file $(distdir
); \
141 test -f
$(distdir
)/$$file \
142 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
143 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
153 installcheck: installcheck-am
155 install-exec
: install-exec-am
157 install-data-am
: install-hackDATA
158 install-data
: install-data-am
161 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
163 uninstall-am
: uninstall-hackDATA
164 uninstall: uninstall-am
165 all-am
: Makefile
$(DATA
)
168 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_STRIP_FLAG
=-s
install
170 $(mkinstalldirs
) $(DESTDIR
)$(hackdir
)
178 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
179 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
181 maintainer-clean-generic
:
183 mostlyclean-am
: mostlyclean-generic
185 mostlyclean: mostlyclean-am
187 clean-am
: clean-generic mostlyclean-am
191 distclean-am
: distclean-generic clean-am
194 distclean: distclean-am
196 maintainer-clean-am
: maintainer-clean-generic distclean-am
197 @echo
"This command is intended for maintainers to use;"
198 @echo
"it deletes files that may require special tools to rebuild."
200 maintainer-clean
: maintainer-clean-am
202 .PHONY
: uninstall-hackDATA install-hackDATA
tags distdir info-am
info \
203 dvi-am
dvi check check-am installcheck-am
installcheck install-exec-am \
204 install-exec install-data-am install-data install-am
install \
205 uninstall-am
uninstall all-redirect all-am
all install-strip \
206 installdirs mostlyclean-generic distclean-generic clean-generic \
207 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
210 # Tell versions [3.59,3.63) of GNU make to not export all variables.
211 # Otherwise a system limit (for SysV at least) may be exceeded.