diff options
Diffstat (limited to 'buildX86/Makefile-variables.mk')
-rw-r--r-- | buildX86/Makefile-variables.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/buildX86/Makefile-variables.mk b/buildX86/Makefile-variables.mk new file mode 100644 index 0000000..92eaac7 --- /dev/null +++ b/buildX86/Makefile-variables.mk @@ -0,0 +1,27 @@ +# +# Generated - do not edit! +# +# NOCDDL +# +CND_BASEDIR=`pwd` +CND_BUILDDIR=build +CND_DISTDIR=dist +# Release configuration +CND_PLATFORM_Release=GNU-Linux-x86 +CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux-x86 +CND_ARTIFACT_NAME_Release=tmp +CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux-x86/tmp +CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux-x86/package +CND_PACKAGE_NAME_Release=tmp.tar +CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux-x86/package/tmp.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 |