# Makefile.in generated automatically by automake 1.3 from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DISTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = .. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ AS = @AS@ CC = @CC@ DLLTOOL = @DLLTOOL@ LD = @LD@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SHELL = @SHELL@ TARGET = @TARGET@ TARGETDIR = @TARGETDIR@ VERSION = @VERSION@ AUTOMAKE_OPTIONS = foreign SUFFIXES = .c .lo .o .s .S lib_LTLIBRARIES = libffi.la noinst_PROGRAMS = ffitest TARGET_SRC_MIPS_GCC = mips/ffi.c mips/o32.S mips/n32.S TARGET_SRC_MIPS_SGI = mips/ffi.c mips/o32.s mips/n32.s TARGET_SRC_X86 = x86/ffi.c x86/sysv.S TARGET_SRC_SPARC = sparc/ffi.c sparc/v8.S TARGET_SRC_ALPHA = alpha/ffi.c alpha/osf.S TARGET_SRC_M68K = m68k/ffi.c m68k/sysv.S TARGET_SRC_POWERPC = powerpc/ffi.c powerpc/sysv.S TARGET_SRC_ARM = arm/sysv.S arm/ffi.c libffi_la_common_SOURCES = debug.c prep_cif.c types.c @MIPS_GCC_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_GCC) @MIPS_SGI_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_SGI) @X86_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_X86) @SPARC_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_SPARC) @ALPHA_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_ALPHA) @M68K_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_M68K) @POWERPC_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC) @ARM_TRUE@libffi_la_SOURCES = $(libffi_la_common_SOURCES) $(TARGET_SRC_ARM) libffi_la_LDFLAGS = -version-info 2:3:1 ffitest_SOURCES = ffitest.c ffitest_LDADD = libffi.la EXTRA_DIST = mips/ffi.c mips/n32.S mips/n32.s mips/o32.S mips/o32.s \ sparc/ffi.c sparc/v8.S \ x86/ffi.c x86/sysv.S \ alpha/ffi.c alpha/osf.S \ m68k/ffi.c m68k/sysv.S \ powerpc/ffi.c powerpc/sysv.S powerpc/asm.h \ arm/ffi.c arm/sysv.S VPATH = @srcdir@:@srcdir@/@TARGETDIR@ INCLUDES = -I$(top_srcdir)/include -I../include mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../fficonfig.h CONFIG_CLEAN_FILES = LTLIBRARIES = $(lib_LTLIBRARIES) DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ libffi_la_LIBADD = @SPARC_TRUE@cond0libffi_la_OBJECTS = debug.lo prep_cif.lo types.lo \ @SPARC_TRUE@ffi.lo v8.lo @MIPS_SGI_TRUE@cond1libffi_la_OBJECTS = debug.lo prep_cif.lo types.lo \ @MIPS_SGI_TRUE@ffi.lo o32.lo n32.lo @MIPS_GCC_TRUE@cond2libffi_la_OBJECTS = debug.lo prep_cif.lo types.lo \ @MIPS_GCC_TRUE@ffi.lo o32.lo n32.lo @M68K_TRUE@cond3libffi_la_OBJECTS = debug.lo prep_cif.lo types.lo \ @M68K_TRUE@ffi.lo sysv.lo @ALPHA_TRUE@cond4libffi_la_OBJECTS = debug.lo prep_cif.lo types.lo \ @ALPHA_TRUE@ffi.lo osf.lo @X86_TRUE@cond5libffi_la_OBJECTS = debug.lo prep_cif.lo types.lo ffi.lo \ @X86_TRUE@sysv.lo @ARM_TRUE@cond6libffi_la_OBJECTS = debug.lo prep_cif.lo types.lo \ @ARM_TRUE@sysv.lo ffi.lo @POWERPC_TRUE@cond7libffi_la_OBJECTS = debug.lo prep_cif.lo types.lo \ @POWERPC_TRUE@ffi.lo sysv.lo libffi_la_OBJECTS = $(cond0libffi_la_OBJECTS) $(cond1libffi_la_OBJECTS) \ $(cond2libffi_la_OBJECTS) $(cond3libffi_la_OBJECTS) \ $(cond4libffi_la_OBJECTS) $(cond5libffi_la_OBJECTS) \ $(cond6libffi_la_OBJECTS) $(cond7libffi_la_OBJECTS) PROGRAMS = $(noinst_PROGRAMS) ffitest_OBJECTS = ffitest.o ffitest_DEPENDENCIES = libffi.la ffitest_LDFLAGS = CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = ChangeLog Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP = --best SOURCES = $(libffi_la_SOURCES) $(ffitest_SOURCES) OBJECTS = $(libffi_la_OBJECTS) $(ffitest_OBJECTS) all: Makefile $(LTLIBRARIES) .SUFFIXES: .SUFFIXES: .S .c .lo .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-libLTLIBRARIES: clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) distclean-libLTLIBRARIES: maintainer-clean-libLTLIBRARIES: install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(libdir) @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \ $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \ else :; fi; \ done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) list='$(lib_LTLIBRARIES)'; for p in $$list; do \ $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \ done .c.o: $(COMPILE) -c $< .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: .c.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< .s.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< .S.lo: $(LIBTOOL) --mode=compile $(COMPILE) -c $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: maintainer-clean-libtool: libffi.la: $(libffi_la_OBJECTS) $(libffi_la_DEPENDENCIES) $(LINK) -rpath $(libdir) $(libffi_la_LDFLAGS) $(libffi_la_OBJECTS) $(libffi_la_LIBADD) $(LIBS) mostlyclean-noinstPROGRAMS: clean-noinstPROGRAMS: -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) distclean-noinstPROGRAMS: maintainer-clean-noinstPROGRAMS: ffitest: $(ffitest_OBJECTS) $(ffitest_DEPENDENCIES) @rm -f ffitest $(LINK) $(ffitest_LDFLAGS) $(ffitest_OBJECTS) $(ffitest_LDADD) $(LIBS) tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = src distdir: $(DISTFILES) $(mkinstalldirs) $(distdir)/alpha $(distdir)/arm $(distdir)/m68k \ $(distdir)/mips $(distdir)/powerpc $(distdir)/sparc \ $(distdir)/x86 @for file in $(DISTFILES); do \ d=$(srcdir); \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file; \ done debug.o debug.lo: debug.c ../include/ffi.h ../fficonfig.h \ ../include/ffi_common.h ffi.o ffi.lo: @TARGETDIR@/ffi.c ../include/ffi.h ../fficonfig.h \ ../include/ffi_common.h ffitest.o ffitest.lo: ffitest.c ../include/ffi.h ../fficonfig.h prep_cif.o prep_cif.lo: prep_cif.c ../include/ffi.h ../fficonfig.h \ ../include/ffi_common.h types.o types.lo: types.c ../include/ffi.h ../fficonfig.h \ ../include/ffi_common.h info: dvi: check: all $(MAKE) installcheck: install-exec: install-libLTLIBRARIES @$(NORMAL_INSTALL) install-data: @$(NORMAL_INSTALL) install: install-exec install-data all @: uninstall: uninstall-libLTLIBRARIES install-strip: $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install installdirs: $(mkinstalldirs) $(DATADIR)$(libdir) mostlyclean-generic: -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -rm -f Makefile $(DISTCLEANFILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) mostlyclean: mostlyclean-libLTLIBRARIES mostlyclean-compile \ mostlyclean-libtool mostlyclean-noinstPROGRAMS \ mostlyclean-tags mostlyclean-generic clean: clean-libLTLIBRARIES clean-compile clean-libtool \ clean-noinstPROGRAMS clean-tags clean-generic \ mostlyclean distclean: distclean-libLTLIBRARIES distclean-compile distclean-libtool \ distclean-noinstPROGRAMS distclean-tags \ distclean-generic clean -rm -f config.status -rm -f libtool maintainer-clean: maintainer-clean-libLTLIBRARIES \ maintainer-clean-compile maintainer-clean-libtool \ maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ maintainer-clean-generic distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \ clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \ uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \ distclean-compile clean-compile maintainer-clean-compile \ mostlyclean-libtool distclean-libtool clean-libtool \ maintainer-clean-libtool mostlyclean-noinstPROGRAMS \ distclean-noinstPROGRAMS clean-noinstPROGRAMS \ maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \ clean-tags maintainer-clean-tags distdir info dvi installcheck \ install-exec install-data install uninstall all installdirs \ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean .deps/%.P: $(srcdir)/%.s @echo "Computing dependencies for $<..." @o='o'; \ test -n "$o" && o='$$o'; \ $(MKDEP) $< | sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," > $@ .deps/%.P: $(srcdir)/%.S @echo "Computing dependencies for $<..." @o='o'; \ test -n "$o" && o='$$o'; \ $(MKDEP) $< | sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," > $@ @MIPS_SGI_TRUE@%.o: %.s @MIPS_SGI_TRUE@ $(COMPILE) -c $< # This rule should only be used for compiling with the SGI assembler. @MIPS_SGI_TRUE@%.lo: %.s @MIPS_SGI_TRUE@ $(LTCOMPILE) -c $< # This is the general rule. @MIPS_SGI_FALSE@%.o: %.S @MIPS_SGI_FALSE@ $(COMPILE) -c $< # This is the general rule. @MIPS_SGI_FALSE@%.lo: %.S @MIPS_SGI_FALSE@ $(LTCOMPILE) -c $< test: ffitest ./ffitest lint: $(LINT) $(INCLUDES) $(srcdir)/*.c $(srcdir)/@TARGETDIR@/*.c # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: