diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-10 15:32:52 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-10 15:32:52 +0100 |
commit | 8b0c4ac0a3d03465c12c2e01c307f319a7f4a361 (patch) | |
tree | 3933384d564cae577158bf2c2600f3d3093ae9f6 /nbproject/Makefile-variables.mk | |
parent | 0179cd87a2d7763c07e53b42cbc3b14d993c2dc1 (diff) |
Added Netbean to work with cmake
Diffstat (limited to 'nbproject/Makefile-variables.mk')
-rw-r--r-- | nbproject/Makefile-variables.mk | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/nbproject/Makefile-variables.mk b/nbproject/Makefile-variables.mk deleted file mode 100644 index 60514673..00000000 --- a/nbproject/Makefile-variables.mk +++ /dev/null @@ -1,35 +0,0 @@ -# -# Generated - do not edit! -# -# NOCDDL -# -CND_BASEDIR=`pwd` -CND_BUILDDIR=build -CND_DISTDIR=dist -# Debug configuration -CND_PLATFORM_Debug=GNU-Linux -CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux -CND_ARTIFACT_NAME_Debug=afb-daemon -CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux/afb-daemon -CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux/package -CND_PACKAGE_NAME_Debug=afb-daemon.tar -CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux/package/afb-daemon.tar -# Release configuration -CND_PLATFORM_Release=GNU-Linux -CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux -CND_ARTIFACT_NAME_Release=afb-daemon -CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux/afb-daemon -CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux/package -CND_PACKAGE_NAME_Release=afb-daemon.tar -CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux/package/afb-daemon.tar -# -# include compiler specific variables -# -# dmake command -ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \ - (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk) -# -# gmake command -.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)) -# -include nbproject/private/Makefile-variables.mk |