c++/sql-dk/nbproject/Makefile-Debug.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!“
     1 #
     2 # Generated Makefile - do not edit!
     3 #
     4 # Edit the Makefile in the project folder instead (../Makefile). Each target
     5 # has a -pre and a -post target defined where you can add customized code.
     6 #
     7 # This makefile implements configuration specific macros and targets.
     8 
     9 
    10 # Environment
    11 MKDIR=mkdir
    12 CP=cp
    13 GREP=grep
    14 NM=nm
    15 CCADMIN=CCadmin
    16 RANLIB=ranlib
    17 CC=gcc
    18 CCC=g++
    19 CXX=g++
    20 FC=gfortran
    21 AS=as
    22 
    23 # Macros
    24 CND_PLATFORM=GNU-Linux
    25 CND_DLIB_EXT=so
    26 CND_CONF=Debug
    27 CND_DISTDIR=dist
    28 CND_BUILDDIR=build
    29 
    30 # Include project Makefile
    31 include Makefile
    32 
    33 # Object Directory
    34 OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
    35 
    36 # Object Files
    37 OBJECTFILES= \
    38 	${OBJECTDIR}/CLIStarter.o
    39 
    40 
    41 # C Compiler Flags
    42 CFLAGS=
    43 
    44 # CC Compiler Flags
    45 CCFLAGS=
    46 CXXFLAGS=
    47 
    48 # Fortran Compiler Flags
    49 FFLAGS=
    50 
    51 # Assembler Flags
    52 ASFLAGS=
    53 
    54 # Link Libraries and Options
    55 LDLIBSOPTIONS=
    56 
    57 # Build Targets
    58 .build-conf: ${BUILD_SUBPROJECTS}
    59 	"${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/sql-dk
    60 
    61 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/sql-dk: ${OBJECTFILES}
    62 	${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
    63 	${LINK.cc} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/sql-dk ${OBJECTFILES} ${LDLIBSOPTIONS}
    64 
    65 ${OBJECTDIR}/CLIStarter.o: CLIStarter.cpp
    66 	${MKDIR} -p ${OBJECTDIR}
    67 	${RM} "$@.d"
    68 	$(COMPILE.cc) -g -std=c++14 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/CLIStarter.o CLIStarter.cpp
    69 
    70 # Subprojects
    71 .build-subprojects:
    72 
    73 # Clean Targets
    74 .clean-conf: ${CLEAN_SUBPROJECTS}
    75 	${RM} -r ${CND_BUILDDIR}/${CND_CONF}
    76 
    77 # Subprojects
    78 .clean-subprojects:
    79 
    80 # Enable dependency checking
    81 .dep.inc: .depcheck-impl
    82 
    83 include .dep.inc