Sha256: ce8a92155df1249f791b25b3099046d0139c28a9d8311b2de6d8add332b469c1

Contents?: true

Size: 568 Bytes

Versions: 170

Compression:

Stored size: 568 Bytes

Contents

# -*- makefile -*-
#
# Makefile for msvc
#

# Tack the extra deps onto the autogenerated variables
INCFLAGS = $(INCFLAGS) -I$(LIBFFI_BUILD_DIR)/include -I$(LIBFFI_BUILD_DIR)/src/x86
LOCAL_LIBS = $(LOCAL_LIBS) $(LIBFFI)
BUILD_DIR = $(MAKEDIR)
LIBFFI_BUILD_DIR = $(BUILD_DIR)/libffi

!IF "$(srcdir)" == "."
LIBFFI_SRC_DIR = $(MAKEDIR)/libffi
!ELSE
LIBFFI_SRC_DIR = $(srcdir)/libffi
!ENDIF

LIBFFI = $(LIBFFI_BUILD_DIR)/.libs/libffi_convenience.lib

$(OBJS):	$(LIBFFI)

$(LIBFFI):		
	@$(MAKEDIRS) $(LIBFFI_BUILD_DIR)
	@cd $(LIBFFI_BUILD_DIR) && $(MAKE) -f Makefile.vc
	

Version data entries

170 entries across 168 versions & 22 rubygems

Version Path
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/libffi.vc.mk
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/libffi.vc.mk
ffi-1.9.14-x86-mingw32 ext/ffi_c/libffi.vc.mk
ffi-1.9.14-x64-mingw32 ext/ffi_c/libffi.vc.mk
ffi-1.9.14 ext/ffi_c/libffi.vc.mk
ffi-1.9.13-x86-mingw32 ext/ffi_c/libffi.vc.mk
ffi-1.9.13-x64-mingw32 ext/ffi_c/libffi.vc.mk
ffi-1.9.13 ext/ffi_c/libffi.vc.mk
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/libffi.vc.mk
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.12/ext/ffi_c/libffi.vc.mk
ffi-1.9.12-x86-mingw32 ext/ffi_c/libffi.vc.mk
ffi-1.9.12-x64-mingw32 ext/ffi_c/libffi.vc.mk
ffi-1.9.12 ext/ffi_c/libffi.vc.mk
ffi-1.9.11-x86-mingw32 ext/ffi_c/libffi.vc.mk
ffi-1.9.11-x64-mingw32 ext/ffi_c/libffi.vc.mk
ffi-1.9.11 ext/ffi_c/libffi.vc.mk
tdiary-5.0.1 vendor/bundle/gems/ffi-1.9.10/ext/ffi_c/libffi.vc.mk
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.10/ext/ffi_c/libffi.vc.mk
dwolla_swagger-1.0.6 vendor/bundle/ruby/2.2.0/gems/ffi-1.9.10/ext/ffi_c/libffi.vc.mk
mastermind_adeybee-0.1.4 vendor/bundle/ruby/2.2.0/gems/ffi-1.9.10/ext/ffi_c/libffi.vc.mk