Sha256: 72766ce77094323e96fade0bb9601e2c3001c715c36ac67b22002c8ba3003892
Contents?: true
Size: 852 Bytes
Versions: 2
Compression:
Stored size: 852 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= # Include project Makefile include ruby-ffi-Makefile.mk # Object Directory OBJECTDIR=build/Default/GNU-MacOSX # 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 . && make -f Makefile # Subprojects .build-subprojects: # Clean Targets .clean-conf: cd . && make -f Makefile clean # Subprojects .clean-subprojects:
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffi-0.1.1 | nbproject/Makefile-Default.mk |
ffi-0.1.0 | nbproject/Makefile-Default.mk |