c++/sql-dk/nbproject/Makefile-variables.mk
author František Kučera <franta-hg@frantovo.cz>
Tue, 26 Feb 2019 18:19:49 +0100
branchv_0
changeset 236 a3ec71fa8e17
parent 230 8bae71482622
permissions -rw-r--r--
Avoid reusing/rewriting the DB connection properties.
There was weird random errors while testing connection to multiple DB in parallel when one of them was meta connection to same DB connection.
Two kinds of exception: 1) missing password 2) „Passing DB password as CLI parameter is insecure!“
franta-hg@230
     1
#
franta-hg@230
     2
# Generated - do not edit!
franta-hg@230
     3
#
franta-hg@230
     4
# NOCDDL
franta-hg@230
     5
#
franta-hg@230
     6
CND_BASEDIR=`pwd`
franta-hg@230
     7
CND_BUILDDIR=build
franta-hg@230
     8
CND_DISTDIR=dist
franta-hg@230
     9
# Debug configuration
franta-hg@230
    10
CND_PLATFORM_Debug=GNU-Linux
franta-hg@230
    11
CND_ARTIFACT_DIR_Debug=dist/Debug/GNU-Linux
franta-hg@230
    12
CND_ARTIFACT_NAME_Debug=sql-dk
franta-hg@230
    13
CND_ARTIFACT_PATH_Debug=dist/Debug/GNU-Linux/sql-dk
franta-hg@230
    14
CND_PACKAGE_DIR_Debug=dist/Debug/GNU-Linux/package
franta-hg@230
    15
CND_PACKAGE_NAME_Debug=sql-dk.tar
franta-hg@230
    16
CND_PACKAGE_PATH_Debug=dist/Debug/GNU-Linux/package/sql-dk.tar
franta-hg@230
    17
# Release configuration
franta-hg@230
    18
CND_PLATFORM_Release=GNU-Linux
franta-hg@230
    19
CND_ARTIFACT_DIR_Release=dist/Release/GNU-Linux
franta-hg@230
    20
CND_ARTIFACT_NAME_Release=sql-dk
franta-hg@230
    21
CND_ARTIFACT_PATH_Release=dist/Release/GNU-Linux/sql-dk
franta-hg@230
    22
CND_PACKAGE_DIR_Release=dist/Release/GNU-Linux/package
franta-hg@230
    23
CND_PACKAGE_NAME_Release=sql-dk.tar
franta-hg@230
    24
CND_PACKAGE_PATH_Release=dist/Release/GNU-Linux/package/sql-dk.tar
franta-hg@230
    25
#
franta-hg@230
    26
# include compiler specific variables
franta-hg@230
    27
#
franta-hg@230
    28
# dmake command
franta-hg@230
    29
ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
franta-hg@230
    30
	(mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
franta-hg@230
    31
#
franta-hg@230
    32
# gmake command
franta-hg@230
    33
.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
franta-hg@230
    34
#
franta-hg@230
    35
include nbproject/private/Makefile-variables.mk