Sha256: 81f4ab918ec07edc49c9f722606e16790e0d7ee37de9a32b42c16d2b0f3d1040

Contents?: true

Size: 570 Bytes

Versions: 170

Compression:

Stored size: 570 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.vc64
	

Version data entries

170 entries across 168 versions & 22 rubygems

Version Path
ffi-1.9.5-x86-mingw32 ext/ffi_c/libffi.vc64.mk
ffi-1.9.5 ext/ffi_c/libffi.vc64.mk
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/ffi-1.9.3/ext/ffi_c/libffi.vc64.mk
ffi-1.9.3-x64-mingw32 ext/ffi_c/libffi.vc64.mk
ffi-1.9.3-x86-mingw32 ext/ffi_c/libffi.vc64.mk
ffi-1.9.3 ext/ffi_c/libffi.vc64.mk
tnargav-1.3.3 vendor/bundle/ruby/1.9.1/gems/ffi-1.9.0/ext/ffi_c/libffi.vc64.mk
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/ffi-1.8.1/ext/ffi_c/libffi.vc64.mk
tnargav-1.2.3 vendor/bundle/ruby/1.9.1/gems/ffi-1.9.0/ext/ffi_c/libffi.vc64.mk
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/ffi-1.8.1/ext/ffi_c/libffi.vc64.mk
ffi-1.9.0-x86-mingw32 ext/ffi_c/libffi.vc64.mk
ffi-1.9.0 ext/ffi_c/libffi.vc64.mk
vagrant-shell-0.2.6 vendor/bundle/gems/ffi-1.8.1/ext/ffi_c/libffi.vc64.mk
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/ffi-1.8.1/ext/ffi_c/libffi.vc64.mk
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/ffi-1.8.1/ext/ffi_c/libffi.vc64.mk
vagrant-shell-0.2.5 vendor/bundle/gems/ffi-1.8.1/ext/ffi_c/libffi.vc64.mk
librarian-puppet-0.9.9 vendor/gems/ruby/1.9.1/gems/ffi-1.3.1/ext/ffi_c/libffi.vc64.mk
ffi-1.8.1-x86-mingw32 ext/ffi_c/libffi.vc64.mk
ffi-1.8.1 ext/ffi_c/libffi.vc64.mk
ffi-1.7.0-x86-mingw32 ext/ffi_c/libffi.vc64.mk