Sha256: f7554fd471378186f0e721a28b100acdb5e9e63e85c349d21d316d4e03ca1f1f

Contents?: true

Size: 860 Bytes

Versions: 128

Compression:

Stored size: 860 Bytes

Contents

# -*- makefile -*-
#
# Makefile for BSD systems
#

INCFLAGS += -I${LIBFFI_BUILD_DIR}/include
LOCAL_LIBS += ${LIBFFI} -lpthread

LIBFFI_CFLAGS = ${FFI_MMAP_EXEC} -pthread
LIBFFI_BUILD_DIR = ${.CURDIR}/libffi-${arch}

.if ${srcdir} == "."
  LIBFFI_SRC_DIR := ${.CURDIR}/libffi
.else
  LIBFFI_SRC_DIR := ${srcdir}/libffi
.endif


LIBFFI = ${LIBFFI_BUILD_DIR}/.libs/libffi_convenience.a
LIBFFI_CONFIGURE = ${LIBFFI_SRC_DIR}/configure --disable-static \
	--with-pic=yes --disable-dependency-tracking

$(OBJS):	${LIBFFI}

$(LIBFFI):		
	@mkdir -p ${LIBFFI_BUILD_DIR}
	@if [ ! -f ${LIBFFI_BUILD_DIR}/Makefile ]; then \
	    echo "Configuring libffi"; \
	    cd ${LIBFFI_BUILD_DIR} && \
		/usr/bin/env CC="${CC}" LD="${LD}" CFLAGS="${LIBFFI_CFLAGS}" GREP_OPTIONS="" \
		/bin/sh ${LIBFFI_CONFIGURE} ${LIBFFI_HOST} > /dev/null; \
	fi
	@cd ${LIBFFI_BUILD_DIR} && ${MAKE}

Version data entries

128 entries across 126 versions & 21 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
tdiary-5.0.8 vendor/bundle/gems/tdiary-5.0.7/vendor/bundle/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.5.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
tdiary-5.0.7 vendor/bundle/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
comiditaULL-0.1.1 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
comidita_ull-0.1.1 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
comidita_ull-0.1.0 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
cloudsmith-api-0.21.4 vendor/bundle/ruby/2.3.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
tdiary-5.0.6 vendor/bundle/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
tdiary-5.0.5 vendor/bundle/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
tdiary-5.0.4 vendor/bundle/gems/ffi-1.9.18/ext/ffi_c/libffi.bsd.mk
ffi-1.9.18-x86-mingw32 ext/ffi_c/libffi.bsd.mk
ffi-1.9.18-x64-mingw32 ext/ffi_c/libffi.bsd.mk