Sha256: 4e3202099144fae3c98acec1cf0682b3b4981c40ffcdf2e2db614bba4a05285e
Contents?: true
Size: 867 Bytes
Versions: 4
Compression:
Stored size: 867 Bytes
Contents
# # Generated Makefile - do not edit! # # Edit the Makefile in the project folder instead (../Makefile). Each target # has a -pre and a -post target defined where you can add customized code. # # This makefile implements configuration specific macros and targets. # Environment MKDIR=mkdir CP=cp CCADMIN=CCadmin RANLIB=ranlib CC=gcc CCC=g++ CXX=g++ FC= # Macros PLATFORM=GNU-MacOSX # Include project Makefile include ruby-ffi-Makefile.mk # Object Directory OBJECTDIR=build/Default/${PLATFORM} # Object Files OBJECTFILES= # C Compiler Flags CFLAGS= # CC Compiler Flags CCFLAGS= CXXFLAGS= # Fortran Compiler Flags FFLAGS= # Link Libraries and Options LDLIBSOPTIONS= # Build Targets .build-conf: ${BUILD_SUBPROJECTS} cd . && rake compile # Subprojects .build-subprojects: # Clean Targets .clean-conf: cd . && rake clean # Subprojects .clean-subprojects:
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ffi-0.3.1 | nbproject/Makefile-Default.mk |
ffi-0.2.0 | nbproject/Makefile-Default.mk |
ffi-0.3.0 | nbproject/Makefile-Default.mk |
ffi-0.3.2 | nbproject/Makefile-Default.mk |