Skip to content

Commit

Permalink
Sync netbeans metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Dec 11, 2009
1 parent 454220e commit 552ab39
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 25 deletions.
4 changes: 2 additions & 2 deletions nbproject/Makefile-impl.mk
Expand Up @@ -27,11 +27,11 @@ CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
PROJECTNAME=ruby-ffi.git

# Active Configuration
DEFAULTCONF=Default
DEFAULTCONF=x86_64-Linux
CONF=${DEFAULTCONF}

# All Configurations
ALLCONFS=Default
ALLCONFS=x86_64-Linux


# build
Expand Down
16 changes: 8 additions & 8 deletions nbproject/Makefile-variables.mk
Expand Up @@ -6,11 +6,11 @@
CND_BASEDIR=`pwd`
CND_BUILDDIR=build
CND_DISTDIR=dist
# Default configuration
CND_PLATFORM_Default=GNU-Solaris-x86
CND_ARTIFACT_DIR_Default=
CND_ARTIFACT_NAME_Default=
CND_ARTIFACT_PATH_Default=
CND_PACKAGE_DIR_Default=dist/Default/GNU-Solaris-x86/package
CND_PACKAGE_NAME_Default=ruby-ffi.git.tar
CND_PACKAGE_PATH_Default=dist/Default/GNU-Solaris-x86/package/ruby-ffi.git.tar
# x86_64-Linux configuration
CND_PLATFORM_x86_64-Linux=GNU-Linux-x86
CND_ARTIFACT_DIR_x86_64-Linux=
CND_ARTIFACT_NAME_x86_64-Linux=
CND_ARTIFACT_PATH_x86_64-Linux=
CND_PACKAGE_DIR_x86_64-Linux=dist/x86_64-Linux/GNU-Linux-x86/package
CND_PACKAGE_NAME_x86_64-Linux=ruby-ffi.git.tar
CND_PACKAGE_PATH_x86_64-Linux=dist/x86_64-Linux/GNU-Linux-x86/package/ruby-ffi.git.tar
Expand Up @@ -15,12 +15,12 @@ RANLIB=ranlib
CC=gcc
CCC=g++
CXX=g++
FC=g77
AS=gas
FC=
AS=as

# Macros
CND_PLATFORM=GNU-Solaris-x86
CND_CONF=Default
CND_PLATFORM=GNU-Linux-x86
CND_CONF=x86_64-Linux
CND_DISTDIR=dist

# Include project Makefile
Expand Down Expand Up @@ -50,14 +50,14 @@ LDLIBSOPTIONS=

# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
cd . && rake compile
cd . && ${MAKE}

# Subprojects
.build-subprojects:

# Clean Targets
.clean-conf:
cd . && rake clean
.clean-conf: ${CLEAN_SUBPROJECTS}
cd . && ${MAKE} clean

# Subprojects
.clean-subprojects:
Expand Up @@ -6,8 +6,8 @@

# Macros
TOP=`pwd`
CND_PLATFORM=GNU-Solaris-x86
CND_CONF=Default
CND_PLATFORM=GNU-Linux-x86
CND_CONF=x86_64-Linux
CND_DISTDIR=dist
TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
Expand Down
14 changes: 8 additions & 6 deletions nbproject/configurations.xml
Expand Up @@ -95,27 +95,29 @@
projectFiles="false">
<itemPath>Makefile</itemPath>
<itemPath>Rakefile</itemPath>
<itemPath>ext/ffi_c/extconf.rb</itemPath>
<itemPath>ruby-ffi-Makefile.mk</itemPath>
</logicalFolder>
</logicalFolder>
<projectmakefile>ruby-ffi-Makefile.mk</projectmakefile>
<confs>
<conf name="Default" type="0">
<conf name="x86_64-Linux" type="0">
<toolsSet>
<developmentServer>localhost</developmentServer>
<compilerSet>GNU|GNU</compilerSet>
<platform>1</platform>
<platform>2</platform>
</toolsSet>
<makefileType>
<makeTool>
<buildCommandWorkingDir>.</buildCommandWorkingDir>
<buildCommand>rake compile</buildCommand>
<cleanCommand>rake clean</cleanCommand>
<buildCommand>${MAKE}</buildCommand>
<cleanCommand>${MAKE} clean</cleanCommand>
<executablePath></executablePath>
<cTool>
<incDir>
<pElem>/usr/local/ruby-1.8.6-p369/lib/ruby/1.8/i386-solaris2.11</pElem>
<pElem>/usr/lib/libffi-3.0.5/include</pElem>
<pElem>/usr/local/ruby-trunk/include/ruby-1.9.1/ruby</pElem>
<pElem>/usr/local/ruby-trunk/include/ruby-1.9.1</pElem>
<pElem>/usr/include/x86_64-linux-gnu</pElem>
</incDir>
</cTool>
</makeTool>
Expand Down

0 comments on commit 552ab39

Please sign in to comment.