| 1 | # Makefile.in generated automatically by automake 1.4 from Makefile.am | 
|---|
| 2 |  | 
|---|
| 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. | 
|---|
| 7 |  | 
|---|
| 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 | 
|---|
| 11 | # PARTICULAR PURPOSE. | 
|---|
| 12 |  | 
|---|
| 13 |  | 
|---|
| 14 | SHELL = @SHELL@ | 
|---|
| 15 |  | 
|---|
| 16 | srcdir = @srcdir@ | 
|---|
| 17 | top_srcdir = @top_srcdir@ | 
|---|
| 18 | prefix = @prefix@ | 
|---|
| 19 | exec_prefix = @exec_prefix@ | 
|---|
| 20 |  | 
|---|
| 21 | bindir = @bindir@ | 
|---|
| 22 | sbindir = @sbindir@ | 
|---|
| 23 | libexecdir = @libexecdir@ | 
|---|
| 24 | datadir = @datadir@ | 
|---|
| 25 | sysconfdir = @sysconfdir@ | 
|---|
| 26 | sharedstatedir = @sharedstatedir@ | 
|---|
| 27 | localstatedir = @localstatedir@ | 
|---|
| 28 | libdir = @libdir@ | 
|---|
| 29 | infodir = @infodir@ | 
|---|
| 30 | mandir = @mandir@ | 
|---|
| 31 | includedir = @includedir@ | 
|---|
| 32 | oldincludedir = /usr/include | 
|---|
| 33 |  | 
|---|
| 34 | DESTDIR = | 
|---|
| 35 |  | 
|---|
| 36 | pkgdatadir = $(datadir)/@PACKAGE@ | 
|---|
| 37 | pkglibdir = $(libdir)/@PACKAGE@ | 
|---|
| 38 | pkgincludedir = $(includedir)/@PACKAGE@ | 
|---|
| 39 |  | 
|---|
| 40 | top_builddir = . | 
|---|
| 41 |  | 
|---|
| 42 | ACLOCAL = @ACLOCAL@ | 
|---|
| 43 | AUTOCONF = @AUTOCONF@ | 
|---|
| 44 | AUTOMAKE = @AUTOMAKE@ | 
|---|
| 45 | AUTOHEADER = @AUTOHEADER@ | 
|---|
| 46 |  | 
|---|
| 47 | INSTALL = @INSTALL@ | 
|---|
| 48 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) | 
|---|
| 49 | INSTALL_DATA = @INSTALL_DATA@ | 
|---|
| 50 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 
|---|
| 51 | transform = @program_transform_name@ | 
|---|
| 52 |  | 
|---|
| 53 | NORMAL_INSTALL = : | 
|---|
| 54 | PRE_INSTALL = : | 
|---|
| 55 | POST_INSTALL = : | 
|---|
| 56 | NORMAL_UNINSTALL = : | 
|---|
| 57 | PRE_UNINSTALL = : | 
|---|
| 58 | POST_UNINSTALL = : | 
|---|
| 59 | host_alias = @host_alias@ | 
|---|
| 60 | host_triplet = @host@ | 
|---|
| 61 | AS = @AS@ | 
|---|
| 62 | CC = @CC@ | 
|---|
| 63 | CXX = @CXX@ | 
|---|
| 64 | CXXCPP = @CXXCPP@ | 
|---|
| 65 | DLLTOOL = @DLLTOOL@ | 
|---|
| 66 | EXEEXT = @EXEEXT@ | 
|---|
| 67 | GCJ = @GCJ@ | 
|---|
| 68 | GCJFLAGS = @GCJFLAGS@ | 
|---|
| 69 | LIBTOOL = @LIBTOOL@ | 
|---|
| 70 | LN_S = @LN_S@ | 
|---|
| 71 | MAINT = @MAINT@ | 
|---|
| 72 | MAKEINFO = @MAKEINFO@ | 
|---|
| 73 | OBJDUMP = @OBJDUMP@ | 
|---|
| 74 | OBJEXT = @OBJEXT@ | 
|---|
| 75 | PACKAGE = @PACKAGE@ | 
|---|
| 76 | RANLIB = @RANLIB@ | 
|---|
| 77 | SHELL = @SHELL@ | 
|---|
| 78 | STRIP = @STRIP@ | 
|---|
| 79 | TARGET = @TARGET@ | 
|---|
| 80 | TARGETDIR = @TARGETDIR@ | 
|---|
| 81 | VERSION = @VERSION@ | 
|---|
| 82 | libffi_basedir = @libffi_basedir@ | 
|---|
| 83 | toolexecdir = @toolexecdir@ | 
|---|
| 84 | toolexeclibdir = @toolexeclibdir@ | 
|---|
| 85 |  | 
|---|
| 86 | AUTOMAKE_OPTIONS = cygnus | 
|---|
| 87 |  | 
|---|
| 88 | SUBDIRS = include | 
|---|
| 89 |  | 
|---|
| 90 | EXTRA_DIST = LICENSE ChangeLog.v1 src/mips/ffi.c src/mips/n32.S \ | 
|---|
| 91 | src/mips/n32.s src/mips/o32.S src/mips/o32.s \ | 
|---|
| 92 | src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S \ | 
|---|
| 93 | src/x86/ffi.c src/x86/sysv.S src/x86/win32.S \ | 
|---|
| 94 | src/alpha/ffi.c src/alpha/osf.S \ | 
|---|
| 95 | src/m68k/ffi.c src/m68k/sysv.S \ | 
|---|
| 96 | src/powerpc/ffi.c src/powerpc/sysv.S \ | 
|---|
| 97 | src/powerpc/ppc_closure.S src/powerpc/asm.h \ | 
|---|
| 98 | src/powerpc/ffi_darwin.c \ | 
|---|
| 99 | src/powerpc/darwin.S src/powerpc/aix.S \ | 
|---|
| 100 | src/powerpc/darwin_closure.S src/powerpc/aix_closures.S \ | 
|---|
| 101 | src/arm/ffi.c src/arm/sysv.S | 
|---|
| 102 |  | 
|---|
| 103 |  | 
|---|
| 104 | VPATH = @srcdir@:@srcdir@/src:@srcdir@/src/@TARGETDIR@ | 
|---|
| 105 |  | 
|---|
| 106 | # Work around what appears to be a GNU make bug handling MAKEFLAGS | 
|---|
| 107 | # values defined in terms of make variables, as is the case for CC and | 
|---|
| 108 | # friends when we are called from the top level Makefile. | 
|---|
| 109 | AM_MAKEFLAGS = \ | 
|---|
| 110 | "AR_FLAGS=$(AR_FLAGS)" \ | 
|---|
| 111 | "CC_FOR_BUILD=$(CC_FOR_BUILD)" \ | 
|---|
| 112 | "CFLAGS=$(CFLAGS)" \ | 
|---|
| 113 | "CXXFLAGS=$(CXXFLAGS)" \ | 
|---|
| 114 | "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \ | 
|---|
| 115 | "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \ | 
|---|
| 116 | "INSTALL=$(INSTALL)" \ | 
|---|
| 117 | "INSTALL_DATA=$(INSTALL_DATA)" \ | 
|---|
| 118 | "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ | 
|---|
| 119 | "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \ | 
|---|
| 120 | "JC1FLAGS=$(JC1FLAGS)" \ | 
|---|
| 121 | "LDFLAGS=$(LDFLAGS)" \ | 
|---|
| 122 | "LIBCFLAGS=$(LIBCFLAGS)" \ | 
|---|
| 123 | "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ | 
|---|
| 124 | "MAKE=$(MAKE)" \ | 
|---|
| 125 | "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ | 
|---|
| 126 | "PICFLAG=$(PICFLAG)" \ | 
|---|
| 127 | "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \ | 
|---|
| 128 | "SHELL=$(SHELL)" \ | 
|---|
| 129 | "exec_prefix=$(exec_prefix)" \ | 
|---|
| 130 | "infodir=$(infodir)" \ | 
|---|
| 131 | "libdir=$(libdir)" \ | 
|---|
| 132 | "prefix=$(prefix)" \ | 
|---|
| 133 | "AR=$(AR)" \ | 
|---|
| 134 | "AS=$(AS)" \ | 
|---|
| 135 | "CC=$(CC)" \ | 
|---|
| 136 | "CXX=$(CXX)" \ | 
|---|
| 137 | "LD=$(LD)" \ | 
|---|
| 138 | "LIBCFLAGS=$(LIBCFLAGS)" \ | 
|---|
| 139 | "NM=$(NM)" \ | 
|---|
| 140 | "PICFLAG=$(PICFLAG)" \ | 
|---|
| 141 | "RANLIB=$(RANLIB)" \ | 
|---|
| 142 | "DESTDIR=$(DESTDIR)" | 
|---|
| 143 |  | 
|---|
| 144 |  | 
|---|
| 145 | MAKEOVERRIDES = | 
|---|
| 146 |  | 
|---|
| 147 | # Multilib support variables. | 
|---|
| 148 | MULTISRCTOP = | 
|---|
| 149 | MULTIBUILDTOP = | 
|---|
| 150 | MULTIDIRS = | 
|---|
| 151 | MULTISUBDIR = | 
|---|
| 152 | MULTIDO = true | 
|---|
| 153 | MULTICLEAN = true | 
|---|
| 154 |  | 
|---|
| 155 | toolexeclib_LTLIBRARIES = libffi.la | 
|---|
| 156 | noinst_LTLIBRARIES = libffi_convenience.la | 
|---|
| 157 |  | 
|---|
| 158 | noinst_PROGRAMS = ffitest | 
|---|
| 159 |  | 
|---|
| 160 | ffitest_OBJECTS = ffitest.lo | 
|---|
| 161 | ffitest_LDADD = libffi.la | 
|---|
| 162 | ffitest_LDFLAGS = -shared-libgcc | 
|---|
| 163 |  | 
|---|
| 164 | TARGET_SRC_MIPS_GCC = src/mips/ffi.c src/mips/o32.S src/mips/n32.S | 
|---|
| 165 | TARGET_SRC_MIPS_SGI = src/mips/ffi.c src/mips/o32.s src/mips/n32.s | 
|---|
| 166 | TARGET_SRC_X86 = src/x86/ffi.c src/x86/sysv.S | 
|---|
| 167 | TARGET_SRC_X86_WIN32 = src/x86/ffi.c src/x86/win32.S | 
|---|
| 168 | TARGET_SRC_SPARC = src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S | 
|---|
| 169 | TARGET_SRC_ALPHA = src/alpha/ffi.c src/alpha/osf.S | 
|---|
| 170 | TARGET_SRC_IA64 = src/ia64/ffi.c src/ia64/unix.S | 
|---|
| 171 | TARGET_SRC_M68K = src/m68k/ffi.c src/m68k/sysv.S | 
|---|
| 172 | TARGET_SRC_POWERPC = src/powerpc/ffi.c src/powerpc/sysv.S src/powerpc/ppc_closure.S | 
|---|
| 173 | TARGET_SRC_POWERPC_AIX = src/powerpc/ffi_darwin.c src/powerpc/aix.S src/powerpc/aix_closures.S | 
|---|
| 174 | TARGET_SRC_POWERPC_DARWIN = src/powerpc/ffi_darwin.c src/powerpc/darwin.S src/powerpc/darwin_closure.S | 
|---|
| 175 | TARGET_SRC_ARM = src/arm/sysv.S src/arm/ffi.c | 
|---|
| 176 |  | 
|---|
| 177 | libffi_la_common_SOURCES = src/debug.c src/prep_cif.c src/types.c \ | 
|---|
| 178 | src/raw_api.c src/java_raw_api.c | 
|---|
| 179 |  | 
|---|
| 180 | @MIPS_GCC_TRUE@libffi_la_SOURCES = @MIPS_GCC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_GCC) | 
|---|
| 181 | @MIPS_SGI_TRUE@libffi_la_SOURCES = @MIPS_SGI_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_SGI) | 
|---|
| 182 | @X86_TRUE@libffi_la_SOURCES = @X86_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_X86) | 
|---|
| 183 | @X86_WIN32_TRUE@libffi_la_SOURCES = @X86_WIN32_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_X86_WIN32) | 
|---|
| 184 | @SPARC_TRUE@libffi_la_SOURCES = @SPARC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_SPARC) | 
|---|
| 185 | @ALPHA_TRUE@libffi_la_SOURCES = @ALPHA_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_ALPHA) | 
|---|
| 186 | @IA64_TRUE@libffi_la_SOURCES = @IA64_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_IA64) | 
|---|
| 187 | @M68K_TRUE@libffi_la_SOURCES = @M68K_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_M68K) | 
|---|
| 188 | @POWERPC_TRUE@libffi_la_SOURCES = @POWERPC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC) | 
|---|
| 189 | @POWERPC_AIX_TRUE@libffi_la_SOURCES = @POWERPC_AIX_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC_AIX) | 
|---|
| 190 | @POWERPC_DARWIN_TRUE@libffi_la_SOURCES = @POWERPC_DARWIN_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC_DARWIN) | 
|---|
| 191 | @ARM_TRUE@libffi_la_SOURCES = @ARM_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_ARM) | 
|---|
| 192 | @MIPS_GCC_TRUE@libffi_convenience_la_SOURCES = @MIPS_GCC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_GCC) | 
|---|
| 193 | @MIPS_SGI_TRUE@libffi_convenience_la_SOURCES = @MIPS_SGI_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_MIPS_SGI) | 
|---|
| 194 | @X86_TRUE@libffi_convenience_la_SOURCES = @X86_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_X86) | 
|---|
| 195 | @X86_WIN32_TRUE@libffi_convenience_la_SOURCES = @X86_WIN32_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_X86_WIN32) | 
|---|
| 196 | @SPARC_TRUE@libffi_convenience_la_SOURCES = @SPARC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_SPARC) | 
|---|
| 197 | @ALPHA_TRUE@libffi_convenience_la_SOURCES = @ALPHA_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_ALPHA) | 
|---|
| 198 | @IA64_TRUE@libffi_convenience_la_SOURCES = @IA64_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_IA64) | 
|---|
| 199 | @M68K_TRUE@libffi_convenience_la_SOURCES = @M68K_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_M68K) | 
|---|
| 200 | @POWERPC_TRUE@libffi_convenience_la_SOURCES = @POWERPC_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC) | 
|---|
| 201 | @POWERPC_AIX_TRUE@libffi_convenience_la_SOURCES = @POWERPC_AIX_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC_AIX) | 
|---|
| 202 | @POWERPC_DARWIN_TRUE@libffi_convenience_la_SOURCES = @POWERPC_DARWIN_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_POWERPC_DARWIN) | 
|---|
| 203 | @ARM_TRUE@libffi_convenience_la_SOURCES = @ARM_TRUE@$(libffi_la_common_SOURCES) $(TARGET_SRC_ARM) | 
|---|
| 204 |  | 
|---|
| 205 | AM_CFLAGS = -fexceptions | 
|---|
| 206 |  | 
|---|
| 207 | libffi_la_LDFLAGS = -release $(VERSION) | 
|---|
| 208 |  | 
|---|
| 209 | INCLUDES = -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src | 
|---|
| 210 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | 
|---|
| 211 | mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs | 
|---|
| 212 | CONFIG_HEADER = fficonfig.h | 
|---|
| 213 | CONFIG_CLEAN_FILES = | 
|---|
| 214 | LTLIBRARIES =  $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES) | 
|---|
| 215 |  | 
|---|
| 216 |  | 
|---|
| 217 | DEFS = @DEFS@ -I. -I$(srcdir) -I. | 
|---|
| 218 | CPPFLAGS = @CPPFLAGS@ | 
|---|
| 219 | LDFLAGS = @LDFLAGS@ | 
|---|
| 220 | LIBS = @LIBS@ | 
|---|
| 221 | libffi_convenience_la_LDFLAGS = | 
|---|
| 222 | libffi_convenience_la_LIBADD = | 
|---|
| 223 | @POWERPC_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo \ | 
|---|
| 224 | @POWERPC_TRUE@src/prep_cif.lo src/types.lo src/raw_api.lo \ | 
|---|
| 225 | @POWERPC_TRUE@src/java_raw_api.lo src/powerpc/ffi.lo \ | 
|---|
| 226 | @POWERPC_TRUE@src/powerpc/sysv.lo src/powerpc/ppc_closure.lo | 
|---|
| 227 | @ALPHA_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo \ | 
|---|
| 228 | @ALPHA_TRUE@src/prep_cif.lo src/types.lo src/raw_api.lo \ | 
|---|
| 229 | @ALPHA_TRUE@src/java_raw_api.lo src/alpha/ffi.lo src/alpha/osf.lo | 
|---|
| 230 | @IA64_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 231 | @IA64_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 232 | @IA64_TRUE@src/ia64/ffi.lo src/ia64/unix.lo | 
|---|
| 233 | @MIPS_GCC_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo \ | 
|---|
| 234 | @MIPS_GCC_TRUE@src/prep_cif.lo src/types.lo src/raw_api.lo \ | 
|---|
| 235 | @MIPS_GCC_TRUE@src/java_raw_api.lo src/mips/ffi.lo src/mips/o32.lo \ | 
|---|
| 236 | @MIPS_GCC_TRUE@src/mips/n32.lo | 
|---|
| 237 | @X86_WIN32_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo \ | 
|---|
| 238 | @X86_WIN32_TRUE@src/prep_cif.lo src/types.lo src/raw_api.lo \ | 
|---|
| 239 | @X86_WIN32_TRUE@src/java_raw_api.lo src/x86/ffi.lo src/x86/win32.lo | 
|---|
| 240 | @M68K_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 241 | @M68K_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 242 | @M68K_TRUE@src/m68k/ffi.lo src/m68k/sysv.lo | 
|---|
| 243 | @SPARC_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo \ | 
|---|
| 244 | @SPARC_TRUE@src/prep_cif.lo src/types.lo src/raw_api.lo \ | 
|---|
| 245 | @SPARC_TRUE@src/java_raw_api.lo src/sparc/ffi.lo src/sparc/v8.lo \ | 
|---|
| 246 | @SPARC_TRUE@src/sparc/v9.lo | 
|---|
| 247 | @POWERPC_AIX_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo \ | 
|---|
| 248 | @POWERPC_AIX_TRUE@src/prep_cif.lo src/types.lo src/raw_api.lo \ | 
|---|
| 249 | @POWERPC_AIX_TRUE@src/java_raw_api.lo src/powerpc/ffi_darwin.lo \ | 
|---|
| 250 | @POWERPC_AIX_TRUE@src/powerpc/aix.lo src/powerpc/aix_closures.lo | 
|---|
| 251 | @X86_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 252 | @X86_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 253 | @X86_TRUE@src/x86/ffi.lo src/x86/sysv.lo | 
|---|
| 254 | @ARM_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 255 | @ARM_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 256 | @ARM_TRUE@src/arm/sysv.lo src/arm/ffi.lo | 
|---|
| 257 | @POWERPC_DARWIN_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo \ | 
|---|
| 258 | @POWERPC_DARWIN_TRUE@src/prep_cif.lo src/types.lo src/raw_api.lo \ | 
|---|
| 259 | @POWERPC_DARWIN_TRUE@src/java_raw_api.lo src/powerpc/ffi_darwin.lo \ | 
|---|
| 260 | @POWERPC_DARWIN_TRUE@src/powerpc/darwin.lo \ | 
|---|
| 261 | @POWERPC_DARWIN_TRUE@src/powerpc/darwin_closure.lo | 
|---|
| 262 | @MIPS_SGI_TRUE@libffi_convenience_la_OBJECTS =  src/debug.lo \ | 
|---|
| 263 | @MIPS_SGI_TRUE@src/prep_cif.lo src/types.lo src/raw_api.lo \ | 
|---|
| 264 | @MIPS_SGI_TRUE@src/java_raw_api.lo src/mips/ffi.lo src/mips/o32.lo \ | 
|---|
| 265 | @MIPS_SGI_TRUE@src/mips/n32.lo | 
|---|
| 266 | libffi_la_LIBADD = | 
|---|
| 267 | @POWERPC_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 268 | @POWERPC_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 269 | @POWERPC_TRUE@src/powerpc/ffi.lo src/powerpc/sysv.lo \ | 
|---|
| 270 | @POWERPC_TRUE@src/powerpc/ppc_closure.lo | 
|---|
| 271 | @ALPHA_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 272 | @ALPHA_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 273 | @ALPHA_TRUE@src/alpha/ffi.lo src/alpha/osf.lo | 
|---|
| 274 | @IA64_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 275 | @IA64_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 276 | @IA64_TRUE@src/ia64/ffi.lo src/ia64/unix.lo | 
|---|
| 277 | @MIPS_GCC_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 278 | @MIPS_GCC_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 279 | @MIPS_GCC_TRUE@src/mips/ffi.lo src/mips/o32.lo src/mips/n32.lo | 
|---|
| 280 | @X86_WIN32_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 281 | @X86_WIN32_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 282 | @X86_WIN32_TRUE@src/x86/ffi.lo src/x86/win32.lo | 
|---|
| 283 | @M68K_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 284 | @M68K_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 285 | @M68K_TRUE@src/m68k/ffi.lo src/m68k/sysv.lo | 
|---|
| 286 | @SPARC_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 287 | @SPARC_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 288 | @SPARC_TRUE@src/sparc/ffi.lo src/sparc/v8.lo src/sparc/v9.lo | 
|---|
| 289 | @POWERPC_AIX_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 290 | @POWERPC_AIX_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 291 | @POWERPC_AIX_TRUE@src/powerpc/ffi_darwin.lo src/powerpc/aix.lo \ | 
|---|
| 292 | @POWERPC_AIX_TRUE@src/powerpc/aix_closures.lo | 
|---|
| 293 | @X86_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo src/types.lo \ | 
|---|
| 294 | @X86_TRUE@src/raw_api.lo src/java_raw_api.lo src/x86/ffi.lo \ | 
|---|
| 295 | @X86_TRUE@src/x86/sysv.lo | 
|---|
| 296 | @ARM_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo src/types.lo \ | 
|---|
| 297 | @ARM_TRUE@src/raw_api.lo src/java_raw_api.lo src/arm/sysv.lo \ | 
|---|
| 298 | @ARM_TRUE@src/arm/ffi.lo | 
|---|
| 299 | @POWERPC_DARWIN_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 300 | @POWERPC_DARWIN_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 301 | @POWERPC_DARWIN_TRUE@src/powerpc/ffi_darwin.lo src/powerpc/darwin.lo \ | 
|---|
| 302 | @POWERPC_DARWIN_TRUE@src/powerpc/darwin_closure.lo | 
|---|
| 303 | @MIPS_SGI_TRUE@libffi_la_OBJECTS =  src/debug.lo src/prep_cif.lo \ | 
|---|
| 304 | @MIPS_SGI_TRUE@src/types.lo src/raw_api.lo src/java_raw_api.lo \ | 
|---|
| 305 | @MIPS_SGI_TRUE@src/mips/ffi.lo src/mips/o32.lo src/mips/n32.lo | 
|---|
| 306 | noinst_PROGRAMS =  ffitest$(EXEEXT) | 
|---|
| 307 | PROGRAMS =  $(noinst_PROGRAMS) | 
|---|
| 308 |  | 
|---|
| 309 | ffitest_DEPENDENCIES =  libffi.la | 
|---|
| 310 | CFLAGS = @CFLAGS@ | 
|---|
| 311 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | 
|---|
| 312 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | 
|---|
| 313 | CCLD = $(CC) | 
|---|
| 314 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ | 
|---|
| 315 | DIST_COMMON =  README ./stamp-h.in ChangeLog Makefile.am Makefile.in \ | 
|---|
| 316 | acconfig.h acinclude.m4 aclocal.m4 configure configure.in \ | 
|---|
| 317 | fficonfig.h.in | 
|---|
| 318 |  | 
|---|
| 319 |  | 
|---|
| 320 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | 
|---|
| 321 |  | 
|---|
| 322 | TAR = gtar | 
|---|
| 323 | GZIP_ENV = --best | 
|---|
| 324 | SOURCES = $(libffi_convenience_la_SOURCES) $(libffi_la_SOURCES) | 
|---|
| 325 | OBJECTS = $(libffi_convenience_la_OBJECTS) $(libffi_la_OBJECTS) | 
|---|
| 326 |  | 
|---|
| 327 | all: all-redirect | 
|---|
| 328 | .SUFFIXES: | 
|---|
| 329 | .SUFFIXES: .S .c .lo .o .obj .s | 
|---|
| 330 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 
|---|
| 331 | cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile | 
|---|
| 332 |  | 
|---|
| 333 | Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status | 
|---|
| 334 | cd $(top_builddir) \ | 
|---|
| 335 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | 
|---|
| 336 |  | 
|---|
| 337 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4 | 
|---|
| 338 | cd $(srcdir) && $(ACLOCAL) | 
|---|
| 339 |  | 
|---|
| 340 | config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | 
|---|
| 341 | $(SHELL) ./config.status --recheck | 
|---|
| 342 | $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | 
|---|
| 343 | cd $(srcdir) && $(AUTOCONF) | 
|---|
| 344 |  | 
|---|
| 345 | fficonfig.h: stamp-h | 
|---|
| 346 | @if test ! -f $@; then \ | 
|---|
| 347 | rm -f stamp-h; \ | 
|---|
| 348 | $(MAKE) stamp-h; \ | 
|---|
| 349 | else :; fi | 
|---|
| 350 | stamp-h: $(srcdir)/fficonfig.h.in $(top_builddir)/config.status | 
|---|
| 351 | cd $(top_builddir) \ | 
|---|
| 352 | && CONFIG_FILES= CONFIG_HEADERS=fficonfig.h \ | 
|---|
| 353 | $(SHELL) ./config.status | 
|---|
| 354 | @echo timestamp > stamp-h 2> /dev/null | 
|---|
| 355 | $(srcdir)/fficonfig.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in | 
|---|
| 356 | @if test ! -f $@; then \ | 
|---|
| 357 | rm -f $(srcdir)/stamp-h.in; \ | 
|---|
| 358 | $(MAKE) $(srcdir)/stamp-h.in; \ | 
|---|
| 359 | else :; fi | 
|---|
| 360 | $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h | 
|---|
| 361 | cd $(top_srcdir) && $(AUTOHEADER) | 
|---|
| 362 | @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null | 
|---|
| 363 |  | 
|---|
| 364 | mostlyclean-hdr: | 
|---|
| 365 |  | 
|---|
| 366 | clean-hdr: | 
|---|
| 367 |  | 
|---|
| 368 | distclean-hdr: | 
|---|
| 369 | -rm -f fficonfig.h | 
|---|
| 370 |  | 
|---|
| 371 | maintainer-clean-hdr: | 
|---|
| 372 |  | 
|---|
| 373 | mostlyclean-noinstLTLIBRARIES: | 
|---|
| 374 |  | 
|---|
| 375 | clean-noinstLTLIBRARIES: | 
|---|
| 376 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | 
|---|
| 377 |  | 
|---|
| 378 | distclean-noinstLTLIBRARIES: | 
|---|
| 379 |  | 
|---|
| 380 | maintainer-clean-noinstLTLIBRARIES: | 
|---|
| 381 |  | 
|---|
| 382 | mostlyclean-toolexeclibLTLIBRARIES: | 
|---|
| 383 |  | 
|---|
| 384 | clean-toolexeclibLTLIBRARIES: | 
|---|
| 385 | -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES) | 
|---|
| 386 |  | 
|---|
| 387 | distclean-toolexeclibLTLIBRARIES: | 
|---|
| 388 |  | 
|---|
| 389 | maintainer-clean-toolexeclibLTLIBRARIES: | 
|---|
| 390 |  | 
|---|
| 391 | install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES) | 
|---|
| 392 | @$(NORMAL_INSTALL) | 
|---|
| 393 | $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir) | 
|---|
| 394 | @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ | 
|---|
| 395 | if test -f $$p; then \ | 
|---|
| 396 | echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \ | 
|---|
| 397 | $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \ | 
|---|
| 398 | else :; fi; \ | 
|---|
| 399 | done | 
|---|
| 400 |  | 
|---|
| 401 | uninstall-toolexeclibLTLIBRARIES: | 
|---|
| 402 | @$(NORMAL_UNINSTALL) | 
|---|
| 403 | list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \ | 
|---|
| 404 | $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \ | 
|---|
| 405 | done | 
|---|
| 406 |  | 
|---|
| 407 | # FIXME: We should only use cygpath when building on Windows, | 
|---|
| 408 | # and only if it is available. | 
|---|
| 409 | .c.obj: | 
|---|
| 410 | $(COMPILE) -c `cygpath -w $<` | 
|---|
| 411 |  | 
|---|
| 412 | mostlyclean-compile: | 
|---|
| 413 | -rm -f *.o core *.core | 
|---|
| 414 | -rm -f *.$(OBJEXT) | 
|---|
| 415 |  | 
|---|
| 416 | clean-compile: | 
|---|
| 417 |  | 
|---|
| 418 | distclean-compile: | 
|---|
| 419 | -rm -f *.tab.c | 
|---|
| 420 |  | 
|---|
| 421 | maintainer-clean-compile: | 
|---|
| 422 |  | 
|---|
| 423 | mostlyclean-libtool: | 
|---|
| 424 | -rm -f *.lo | 
|---|
| 425 |  | 
|---|
| 426 | clean-libtool: | 
|---|
| 427 | -rm -rf .libs _libs | 
|---|
| 428 |  | 
|---|
| 429 | distclean-libtool: | 
|---|
| 430 |  | 
|---|
| 431 | maintainer-clean-libtool: | 
|---|
| 432 |  | 
|---|
| 433 | libffi_convenience.la: $(libffi_convenience_la_OBJECTS) $(libffi_convenience_la_DEPENDENCIES) | 
|---|
| 434 | $(LINK)  $(libffi_convenience_la_LDFLAGS) $(libffi_convenience_la_OBJECTS) $(libffi_convenience_la_LIBADD) $(LIBS) | 
|---|
| 435 |  | 
|---|
| 436 | libffi.la: $(libffi_la_OBJECTS) $(libffi_la_DEPENDENCIES) | 
|---|
| 437 | $(LINK) -rpath $(toolexeclibdir) $(libffi_la_LDFLAGS) $(libffi_la_OBJECTS) $(libffi_la_LIBADD) $(LIBS) | 
|---|
| 438 |  | 
|---|
| 439 | mostlyclean-noinstPROGRAMS: | 
|---|
| 440 |  | 
|---|
| 441 | clean-noinstPROGRAMS: | 
|---|
| 442 | -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | 
|---|
| 443 |  | 
|---|
| 444 | distclean-noinstPROGRAMS: | 
|---|
| 445 |  | 
|---|
| 446 | maintainer-clean-noinstPROGRAMS: | 
|---|
| 447 |  | 
|---|
| 448 | ffitest$(EXEEXT): $(ffitest_OBJECTS) $(ffitest_DEPENDENCIES) | 
|---|
| 449 | @rm -f ffitest$(EXEEXT) | 
|---|
| 450 | $(LINK) $(ffitest_LDFLAGS) $(ffitest_OBJECTS) $(ffitest_LDADD) $(LIBS) | 
|---|
| 451 |  | 
|---|
| 452 | # This directory's subdirectories are mostly independent; you can cd | 
|---|
| 453 | # into them and run `make' without going through this Makefile. | 
|---|
| 454 | # To change the values of `make' variables: instead of editing Makefiles, | 
|---|
| 455 | # (1) if the variable is set in `config.status', edit `config.status' | 
|---|
| 456 | #     (which will cause the Makefiles to be regenerated when you run `make'); | 
|---|
| 457 | # (2) otherwise, pass the desired values on the `make' command line. | 
|---|
| 458 |  | 
|---|
| 459 | @SET_MAKE@ | 
|---|
| 460 |  | 
|---|
| 461 | all-recursive install-data-recursive install-exec-recursive \ | 
|---|
| 462 | installdirs-recursive install-recursive uninstall-recursive install-info-recursive \ | 
|---|
| 463 | check-recursive installcheck-recursive info-recursive dvi-recursive: | 
|---|
| 464 | @set fnord $(MAKEFLAGS); amf=$$2; \ | 
|---|
| 465 | dot_seen=no; \ | 
|---|
| 466 | target=`echo $@ | sed s/-recursive//`; \ | 
|---|
| 467 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 468 | echo "Making $$target in $$subdir"; \ | 
|---|
| 469 | if test "$$subdir" = "."; then \ | 
|---|
| 470 | dot_seen=yes; \ | 
|---|
| 471 | local_target="$$target-am"; \ | 
|---|
| 472 | else \ | 
|---|
| 473 | local_target="$$target"; \ | 
|---|
| 474 | fi; \ | 
|---|
| 475 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|---|
| 476 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | 
|---|
| 477 | done; \ | 
|---|
| 478 | if test "$$dot_seen" = "no"; then \ | 
|---|
| 479 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | 
|---|
| 480 | fi; test -z "$$fail" | 
|---|
| 481 |  | 
|---|
| 482 | mostlyclean-recursive clean-recursive distclean-recursive \ | 
|---|
| 483 | maintainer-clean-recursive: | 
|---|
| 484 | @set fnord $(MAKEFLAGS); amf=$$2; \ | 
|---|
| 485 | dot_seen=no; \ | 
|---|
| 486 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 487 | rev="$$subdir $$rev"; \ | 
|---|
| 488 | test "$$subdir" = "." && dot_seen=yes; \ | 
|---|
| 489 | done; \ | 
|---|
| 490 | test "$$dot_seen" = "no" && rev=". $$rev"; \ | 
|---|
| 491 | target=`echo $@ | sed s/-recursive//`; \ | 
|---|
| 492 | for subdir in $$rev; do \ | 
|---|
| 493 | echo "Making $$target in $$subdir"; \ | 
|---|
| 494 | if test "$$subdir" = "."; then \ | 
|---|
| 495 | local_target="$$target-am"; \ | 
|---|
| 496 | else \ | 
|---|
| 497 | local_target="$$target"; \ | 
|---|
| 498 | fi; \ | 
|---|
| 499 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | 
|---|
| 500 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | 
|---|
| 501 | done && test -z "$$fail" | 
|---|
| 502 | tags-recursive: | 
|---|
| 503 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 504 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | 
|---|
| 505 | done | 
|---|
| 506 |  | 
|---|
| 507 | tags: TAGS | 
|---|
| 508 |  | 
|---|
| 509 | ID: $(HEADERS) $(SOURCES) $(LISP) | 
|---|
| 510 | list='$(SOURCES) $(HEADERS)'; \ | 
|---|
| 511 | unique=`for i in $$list; do echo $$i; done | \ | 
|---|
| 512 | awk '    { files[$$0] = 1; } \ | 
|---|
| 513 | END { for (i in files) print i; }'`; \ | 
|---|
| 514 | here=`pwd` && cd $(srcdir) \ | 
|---|
| 515 | && mkid -f$$here/ID $$unique $(LISP) | 
|---|
| 516 |  | 
|---|
| 517 | TAGS: tags-recursive $(HEADERS) $(SOURCES) fficonfig.h.in $(TAGS_DEPENDENCIES) $(LISP) | 
|---|
| 518 | tags=; \ | 
|---|
| 519 | here=`pwd`; \ | 
|---|
| 520 | list='$(SUBDIRS)'; for subdir in $$list; do \ | 
|---|
| 521 | if test "$$subdir" = .; then :; else \ | 
|---|
| 522 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ | 
|---|
| 523 | fi; \ | 
|---|
| 524 | done; \ | 
|---|
| 525 | list='$(SOURCES) $(HEADERS)'; \ | 
|---|
| 526 | unique=`for i in $$list; do echo $$i; done | \ | 
|---|
| 527 | awk '    { files[$$0] = 1; } \ | 
|---|
| 528 | END { for (i in files) print i; }'`; \ | 
|---|
| 529 | test -z "$(ETAGS_ARGS)fficonfig.h.in$$unique$(LISP)$$tags" \ | 
|---|
| 530 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags fficonfig.h.in $$unique $(LISP) -o $$here/TAGS) | 
|---|
| 531 |  | 
|---|
| 532 | mostlyclean-tags: | 
|---|
| 533 |  | 
|---|
| 534 | clean-tags: | 
|---|
| 535 |  | 
|---|
| 536 | distclean-tags: | 
|---|
| 537 | -rm -f TAGS ID | 
|---|
| 538 |  | 
|---|
| 539 | maintainer-clean-tags: | 
|---|
| 540 |  | 
|---|
| 541 | distdir = $(PACKAGE)-$(VERSION) | 
|---|
| 542 | top_distdir = $(distdir) | 
|---|
| 543 |  | 
|---|
| 544 | # This target untars the dist file and tries a VPATH configuration.  Then | 
|---|
| 545 | # it guarantees that the distribution is self-contained by making another | 
|---|
| 546 | # tarfile. | 
|---|
| 547 | distcheck: dist | 
|---|
| 548 | -rm -rf $(distdir) | 
|---|
| 549 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz | 
|---|
| 550 | mkdir $(distdir)/=build | 
|---|
| 551 | mkdir $(distdir)/=inst | 
|---|
| 552 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ | 
|---|
| 553 | cd $(distdir)/=build \ | 
|---|
| 554 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ | 
|---|
| 555 | && $(MAKE) $(AM_MAKEFLAGS) \ | 
|---|
| 556 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | 
|---|
| 557 | && $(MAKE) $(AM_MAKEFLAGS) check \ | 
|---|
| 558 | && $(MAKE) $(AM_MAKEFLAGS) install \ | 
|---|
| 559 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | 
|---|
| 560 | && $(MAKE) $(AM_MAKEFLAGS) dist | 
|---|
| 561 | -rm -rf $(distdir) | 
|---|
| 562 | @banner="$(distdir).tar.gz is ready for distribution"; \ | 
|---|
| 563 | dashes=`echo "$$banner" | sed s/./=/g`; \ | 
|---|
| 564 | echo "$$dashes"; \ | 
|---|
| 565 | echo "$$banner"; \ | 
|---|
| 566 | echo "$$dashes" | 
|---|
| 567 | dist: distdir | 
|---|
| 568 | -chmod -R a+r $(distdir) | 
|---|
| 569 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | 
|---|
| 570 | -rm -rf $(distdir) | 
|---|
| 571 | dist-all: distdir | 
|---|
| 572 | -chmod -R a+r $(distdir) | 
|---|
| 573 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | 
|---|
| 574 | -rm -rf $(distdir) | 
|---|
| 575 | distdir: $(DISTFILES) | 
|---|
| 576 | -rm -rf $(distdir) | 
|---|
| 577 | mkdir $(distdir) | 
|---|
| 578 | -chmod 777 $(distdir) | 
|---|
| 579 | $(mkinstalldirs) $(distdir)/src/alpha $(distdir)/src/arm \ | 
|---|
| 580 | $(distdir)/src/m68k $(distdir)/src/mips \ | 
|---|
| 581 | $(distdir)/src/powerpc $(distdir)/src/sparc \ | 
|---|
| 582 | $(distdir)/src/x86 | 
|---|
| 583 | @for file in $(DISTFILES); do \ | 
|---|
| 584 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ | 
|---|
| 585 | if test -d $$d/$$file; then \ | 
|---|
| 586 | cp -pr $$d/$$file $(distdir)/$$file; \ | 
|---|
| 587 | else \ | 
|---|
| 588 | test -f $(distdir)/$$file \ | 
|---|
| 589 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | 
|---|
| 590 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | 
|---|
| 591 | fi; \ | 
|---|
| 592 | done | 
|---|
| 593 | for subdir in $(SUBDIRS); do \ | 
|---|
| 594 | if test "$$subdir" = .; then :; else \ | 
|---|
| 595 | test -d $(distdir)/$$subdir \ | 
|---|
| 596 | || mkdir $(distdir)/$$subdir \ | 
|---|
| 597 | || exit 1; \ | 
|---|
| 598 | chmod 777 $(distdir)/$$subdir; \ | 
|---|
| 599 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ | 
|---|
| 600 | || exit 1; \ | 
|---|
| 601 | fi; \ | 
|---|
| 602 | done | 
|---|
| 603 | info-am: | 
|---|
| 604 | info: info-recursive | 
|---|
| 605 | dvi-am: | 
|---|
| 606 | dvi: dvi-recursive | 
|---|
| 607 | check-am: | 
|---|
| 608 | check: check-recursive | 
|---|
| 609 | installcheck-am: | 
|---|
| 610 | installcheck: installcheck-recursive | 
|---|
| 611 | install-info-am: | 
|---|
| 612 | install-info: install-info-recursive | 
|---|
| 613 | all-recursive-am: fficonfig.h | 
|---|
| 614 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | 
|---|
| 615 |  | 
|---|
| 616 | install-exec-am: install-toolexeclibLTLIBRARIES | 
|---|
| 617 | install-exec: install-exec-recursive | 
|---|
| 618 |  | 
|---|
| 619 | install-data-am: | 
|---|
| 620 | install-data: install-data-recursive | 
|---|
| 621 |  | 
|---|
| 622 | install-am: all-am | 
|---|
| 623 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | 
|---|
| 624 | install: install-recursive | 
|---|
| 625 | uninstall-am: uninstall-toolexeclibLTLIBRARIES | 
|---|
| 626 | uninstall: uninstall-recursive | 
|---|
| 627 | all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) fficonfig.h | 
|---|
| 628 | all-redirect: all-recursive-am | 
|---|
| 629 | install-strip: | 
|---|
| 630 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | 
|---|
| 631 | installdirs: installdirs-recursive | 
|---|
| 632 | installdirs-am: | 
|---|
| 633 | $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir) | 
|---|
| 634 |  | 
|---|
| 635 |  | 
|---|
| 636 | mostlyclean-generic: | 
|---|
| 637 |  | 
|---|
| 638 | clean-generic: | 
|---|
| 639 |  | 
|---|
| 640 | distclean-generic: | 
|---|
| 641 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | 
|---|
| 642 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | 
|---|
| 643 |  | 
|---|
| 644 | maintainer-clean-generic: | 
|---|
| 645 | mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLTLIBRARIES \ | 
|---|
| 646 | mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \ | 
|---|
| 647 | mostlyclean-libtool mostlyclean-noinstPROGRAMS \ | 
|---|
| 648 | mostlyclean-tags mostlyclean-generic | 
|---|
| 649 |  | 
|---|
| 650 | mostlyclean: mostlyclean-recursive | 
|---|
| 651 |  | 
|---|
| 652 | clean-am:  clean-hdr clean-noinstLTLIBRARIES \ | 
|---|
| 653 | clean-toolexeclibLTLIBRARIES clean-compile \ | 
|---|
| 654 | clean-libtool clean-noinstPROGRAMS clean-tags \ | 
|---|
| 655 | clean-generic mostlyclean-am | 
|---|
| 656 |  | 
|---|
| 657 | clean: clean-recursive | 
|---|
| 658 |  | 
|---|
| 659 | distclean-am:  distclean-hdr distclean-noinstLTLIBRARIES \ | 
|---|
| 660 | distclean-toolexeclibLTLIBRARIES distclean-compile \ | 
|---|
| 661 | distclean-libtool distclean-noinstPROGRAMS \ | 
|---|
| 662 | distclean-tags distclean-generic clean-am | 
|---|
| 663 | -rm -f libtool | 
|---|
| 664 |  | 
|---|
| 665 | distclean: distclean-recursive | 
|---|
| 666 | -rm -f config.status | 
|---|
| 667 |  | 
|---|
| 668 | maintainer-clean-am:  maintainer-clean-hdr \ | 
|---|
| 669 | maintainer-clean-noinstLTLIBRARIES \ | 
|---|
| 670 | maintainer-clean-toolexeclibLTLIBRARIES \ | 
|---|
| 671 | maintainer-clean-compile maintainer-clean-libtool \ | 
|---|
| 672 | maintainer-clean-noinstPROGRAMS maintainer-clean-tags \ | 
|---|
| 673 | maintainer-clean-generic distclean-am | 
|---|
| 674 | @echo "This command is intended for maintainers to use;" | 
|---|
| 675 | @echo "it deletes files that may require special tools to rebuild." | 
|---|
| 676 |  | 
|---|
| 677 | maintainer-clean: maintainer-clean-recursive | 
|---|
| 678 | -rm -f config.status | 
|---|
| 679 |  | 
|---|
| 680 | .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ | 
|---|
| 681 | mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \ | 
|---|
| 682 | clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \ | 
|---|
| 683 | mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \ | 
|---|
| 684 | clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \ | 
|---|
| 685 | uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \ | 
|---|
| 686 | mostlyclean-compile distclean-compile clean-compile \ | 
|---|
| 687 | maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | 
|---|
| 688 | clean-libtool maintainer-clean-libtool mostlyclean-noinstPROGRAMS \ | 
|---|
| 689 | distclean-noinstPROGRAMS clean-noinstPROGRAMS \ | 
|---|
| 690 | maintainer-clean-noinstPROGRAMS install-data-recursive \ | 
|---|
| 691 | uninstall-data-recursive install-exec-recursive \ | 
|---|
| 692 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ | 
|---|
| 693 | all-recursive check-recursive installcheck-recursive info-recursive \ | 
|---|
| 694 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ | 
|---|
| 695 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ | 
|---|
| 696 | distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ | 
|---|
| 697 | dvi-am dvi check check-am installcheck-am installcheck install-info-am \ | 
|---|
| 698 | install-info all-recursive-am install-exec-am install-exec \ | 
|---|
| 699 | install-data-am install-data install-am install uninstall-am uninstall \ | 
|---|
| 700 | all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ | 
|---|
| 701 | distclean-generic clean-generic maintainer-clean-generic clean \ | 
|---|
| 702 | mostlyclean distclean maintainer-clean | 
|---|
| 703 |  | 
|---|
| 704 |  | 
|---|
| 705 | # Override these rules so that object files get put in the correct | 
|---|
| 706 | # subdirectories. | 
|---|
| 707 | .c.o: | 
|---|
| 708 | $(LTCOMPILE) -c -o $@ $< | 
|---|
| 709 |  | 
|---|
| 710 | .s.o: | 
|---|
| 711 | $(LTCOMPILE) -c -o $@ $< | 
|---|
| 712 |  | 
|---|
| 713 | .S.o: | 
|---|
| 714 | $(LTCOMPILE) -c -o $@ $< | 
|---|
| 715 |  | 
|---|
| 716 | .c.lo: | 
|---|
| 717 | $(LTCOMPILE) -c -o $@ $< | 
|---|
| 718 |  | 
|---|
| 719 | .s.lo: | 
|---|
| 720 | $(LTCOMPILE) -c -o $@ $< | 
|---|
| 721 |  | 
|---|
| 722 | .S.lo: | 
|---|
| 723 | $(LTCOMPILE) -c -o $@ $< | 
|---|
| 724 |  | 
|---|
| 725 | # Multilib support. | 
|---|
| 726 | .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \ | 
|---|
| 727 | maintainer-clean-multi | 
|---|
| 728 |  | 
|---|
| 729 | all-recursive: all-multi | 
|---|
| 730 | install-recursive: install-multi | 
|---|
| 731 | mostlyclean-recursive: mostlyclean-multi | 
|---|
| 732 | clean-recursive: clean-multi | 
|---|
| 733 | distclean-recursive: distclean-multi | 
|---|
| 734 | maintainer-clean-recursive: maintainer-clean-multi | 
|---|
| 735 |  | 
|---|
| 736 | all-multi: | 
|---|
| 737 | : $(MAKE) ; exec $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do | 
|---|
| 738 | install-multi: | 
|---|
| 739 | $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do | 
|---|
| 740 | mostlyclean-multi: | 
|---|
| 741 | $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean | 
|---|
| 742 | clean-multi: | 
|---|
| 743 | $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean | 
|---|
| 744 | distclean-multi: | 
|---|
| 745 | $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean | 
|---|
| 746 | maintainer-clean-multi: | 
|---|
| 747 | $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean | 
|---|
| 748 |  | 
|---|
| 749 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | 
|---|
| 750 | # Otherwise a system limit (for SysV at least) may be exceeded. | 
|---|
| 751 | .NOEXPORT: | 
|---|