summaryrefslogtreecommitdiffstats
path: root/nbproject/private
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-10 15:32:52 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-10 15:32:52 +0100
commit8b0c4ac0a3d03465c12c2e01c307f319a7f4a361 (patch)
tree3933384d564cae577158bf2c2600f3d3093ae9f6 /nbproject/private
parent0179cd87a2d7763c07e53b42cbc3b14d993c2dc1 (diff)
Added Netbean to work with cmake
Diffstat (limited to 'nbproject/private')
-rw-r--r--nbproject/private/.gitignore4
-rw-r--r--nbproject/private/CodeAssistancePathMapper.properties1
-rw-r--r--nbproject/private/Default-build.log11
-rw-r--r--nbproject/private/Default-exec.log168
-rw-r--r--nbproject/private/Default.properties1
-rw-r--r--nbproject/private/configurations.xml89
-rw-r--r--nbproject/private/launcher.properties40
-rw-r--r--nbproject/private/private.xml10
8 files changed, 324 insertions, 0 deletions
diff --git a/nbproject/private/.gitignore b/nbproject/private/.gitignore
new file mode 100644
index 00000000..da2f4b01
--- /dev/null
+++ b/nbproject/private/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+**
+# Except this file
+!.gitignore
diff --git a/nbproject/private/CodeAssistancePathMapper.properties b/nbproject/private/CodeAssistancePathMapper.properties
new file mode 100644
index 00000000..7f5ded8f
--- /dev/null
+++ b/nbproject/private/CodeAssistancePathMapper.properties
@@ -0,0 +1 @@
+# Automatic path mapper. CRC = 1
diff --git a/nbproject/private/Default-build.log b/nbproject/private/Default-build.log
new file mode 100644
index 00000000..df500729
--- /dev/null
+++ b/nbproject/private/Default-build.log
@@ -0,0 +1,11 @@
+Scanning dependencies of target afb-daemon
+[ 12%] Building C object src/CMakeFiles/afb-daemon.dir/main.c.o
+[ 25%] Building C object src/CMakeFiles/afb-daemon.dir/config.c.o
+[ 37%] Building C object src/CMakeFiles/afb-daemon.dir/session.c.o
+[ 50%] Building C object src/CMakeFiles/afb-daemon.dir/http-svc.c.o
+[ 62%] Building C object src/CMakeFiles/afb-daemon.dir/afbs-api.c.o
+[ 75%] Building C object src/CMakeFiles/afb-daemon.dir/dbus-api.c.o
+[ 87%] Building C object src/CMakeFiles/afb-daemon.dir/rest-api.c.o
+[100%] Building C object src/CMakeFiles/afb-daemon.dir/alsa-api.c.o
+Linking C executable afb-daemon
+[100%] Built target afb-daemon
diff --git a/nbproject/private/Default-exec.log b/nbproject/private/Default-exec.log
new file mode 100644
index 00000000..ae220060
--- /dev/null
+++ b/nbproject/private/Default-exec.log
@@ -0,0 +1,168 @@
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ -fPIE
+ -I/home/fulup/Workspace/afb-daemon/include
+ -I/usr/include/json-c
+ -o
+ CMakeFiles/afb-daemon.dir/main.c.o
+ -c
+ /home/fulup/Workspace/afb-daemon/src/main.c
+
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ -fPIE
+ -I/home/fulup/Workspace/afb-daemon/include
+ -I/usr/include/json-c
+ -o
+ CMakeFiles/afb-daemon.dir/config.c.o
+ -c
+ /home/fulup/Workspace/afb-daemon/src/config.c
+
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ -fPIE
+ -I/home/fulup/Workspace/afb-daemon/include
+ -I/usr/include/json-c
+ -o
+ CMakeFiles/afb-daemon.dir/session.c.o
+ -c
+ /home/fulup/Workspace/afb-daemon/src/session.c
+
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ -fPIE
+ -I/home/fulup/Workspace/afb-daemon/include
+ -I/usr/include/json-c
+ -o
+ CMakeFiles/afb-daemon.dir/http-svc.c.o
+ -c
+ /home/fulup/Workspace/afb-daemon/src/http-svc.c
+
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ -fPIE
+ -I/home/fulup/Workspace/afb-daemon/include
+ -I/usr/include/json-c
+ -o
+ CMakeFiles/afb-daemon.dir/afbs-api.c.o
+ -c
+ /home/fulup/Workspace/afb-daemon/src/afbs-api.c
+
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ -fPIE
+ -I/home/fulup/Workspace/afb-daemon/include
+ -I/usr/include/json-c
+ -o
+ CMakeFiles/afb-daemon.dir/dbus-api.c.o
+ -c
+ /home/fulup/Workspace/afb-daemon/src/dbus-api.c
+
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ -fPIE
+ -I/home/fulup/Workspace/afb-daemon/include
+ -I/usr/include/json-c
+ -o
+ CMakeFiles/afb-daemon.dir/rest-api.c.o
+ -c
+ /home/fulup/Workspace/afb-daemon/src/rest-api.c
+
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ -fPIE
+ -I/home/fulup/Workspace/afb-daemon/include
+ -I/usr/include/json-c
+ -o
+ CMakeFiles/afb-daemon.dir/alsa-api.c.o
+ -c
+ /home/fulup/Workspace/afb-daemon/src/alsa-api.c
+
+called: /usr/bin/gcc
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/bin/gcc
+ -g3
+ -gdwarf-2
+ CMakeFiles/afb-daemon.dir/main.c.o
+ CMakeFiles/afb-daemon.dir/config.c.o
+ CMakeFiles/afb-daemon.dir/session.c.o
+ CMakeFiles/afb-daemon.dir/http-svc.c.o
+ CMakeFiles/afb-daemon.dir/afbs-api.c.o
+ CMakeFiles/afb-daemon.dir/dbus-api.c.o
+ CMakeFiles/afb-daemon.dir/rest-api.c.o
+ CMakeFiles/afb-daemon.dir/alsa-api.c.o
+ -o
+ afb-daemon
+ -rdynamic
+ -ljson-c
+ -lmicrohttpd
+ -lmagic
+
+called: /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld
+ /home/fulup/Workspace/afb-daemon/build/src
+ /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld
+ --build-id
+ --eh-frame-hdr
+ -m
+ elf_x86_64
+ -export-dynamic
+ -dynamic-linker
+ /lib64/ld-linux-x86-64.so.2
+ -o
+ afb-daemon
+ /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crt1.o
+ /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crti.o
+ /usr/lib64/gcc/x86_64-suse-linux/4.8/crtbegin.o
+ -L/usr/lib64/gcc/x86_64-suse-linux/4.8
+ -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64
+ -L/lib/../lib64
+ -L/usr/lib/../lib64
+ -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/lib
+ -L/usr/lib64/gcc/x86_64-suse-linux/4.8/../../..
+ CMakeFiles/afb-daemon.dir/main.c.o
+ CMakeFiles/afb-daemon.dir/config.c.o
+ CMakeFiles/afb-daemon.dir/session.c.o
+ CMakeFiles/afb-daemon.dir/http-svc.c.o
+ CMakeFiles/afb-daemon.dir/afbs-api.c.o
+ CMakeFiles/afb-daemon.dir/dbus-api.c.o
+ CMakeFiles/afb-daemon.dir/rest-api.c.o
+ CMakeFiles/afb-daemon.dir/alsa-api.c.o
+ -ljson-c
+ -lmicrohttpd
+ -lmagic
+ -lgcc
+ --as-needed
+ -lgcc_s
+ --no-as-needed
+ -lc
+ -lgcc
+ --as-needed
+ -lgcc_s
+ --no-as-needed
+ /usr/lib64/gcc/x86_64-suse-linux/4.8/crtend.o
+ /usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../lib64/crtn.o
+
diff --git a/nbproject/private/Default.properties b/nbproject/private/Default.properties
new file mode 100644
index 00000000..6b8095d5
--- /dev/null
+++ b/nbproject/private/Default.properties
@@ -0,0 +1 @@
+/home/fulup/Workspace/afb-daemon/src/main.c=/home/fulup/Workspace/afb-daemon/build/src#-g3 -gdwarf-2 -fPIE -I/home/fulup/Workspace/afb-daemon/include -I/usr/include/json-c -o CMakeFiles/afb-daemon.dir/main.c.o -c /home/fulup/Workspace/afb-daemon/src/main.c
diff --git a/nbproject/private/configurations.xml b/nbproject/private/configurations.xml
new file mode 100644
index 00000000..24aab80c
--- /dev/null
+++ b/nbproject/private/configurations.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configurationDescriptor version="97">
+ <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
+ <df root="." name="0">
+ <df name="build">
+ <df name="CMakeFiles">
+ <df name="3.0.2">
+ <df name="CompilerIdC">
+ <in>CMakeCCompilerId.c</in>
+ </df>
+ </df>
+ <df name="CMakeTmp">
+ </df>
+ </df>
+ <df name="src">
+ <df name="CMakeFiles">
+ <df name="afb-daemon.dir">
+ </df>
+ </df>
+ </df>
+ </df>
+ <df name="include">
+ <in>local-def.h</in>
+ <in>proto-def.h</in>
+ </df>
+ <df name="src">
+ <in>afbs-api.c</in>
+ <in>alsa-api.c</in>
+ <in>config.c</in>
+ <in>dbus-api.c</in>
+ <in>http-svc.c</in>
+ <in>main.c</in>
+ <in>rest-api.c</in>
+ <in>session.c</in>
+ </df>
+ </df>
+ </logicalFolder>
+ <projectmakefile>build/Makefile</projectmakefile>
+ <confs>
+ <conf name="Default" type="0">
+ <toolsSet>
+ <developmentServer>localhost</developmentServer>
+ <platform>2</platform>
+ </toolsSet>
+ <compile>
+ <compiledirpicklist>
+ <compiledirpicklistitem>.</compiledirpicklistitem>
+ <compiledirpicklistitem>${AUTO_FOLDER}</compiledirpicklistitem>
+ </compiledirpicklist>
+ <compiledir>${AUTO_FOLDER}</compiledir>
+ <compilecommandpicklist>
+ <compilecommandpicklistitem>${MAKE} ${ITEM_NAME}.o</compilecommandpicklistitem>
+ <compilecommandpicklistitem>${AUTO_COMPILE}</compilecommandpicklistitem>
+ </compilecommandpicklist>
+ <compilecommand>${AUTO_COMPILE}</compilecommand>
+ </compile>
+ <dbx_gdbdebugger version="1">
+ <gdb_pathmaps>
+ </gdb_pathmaps>
+ <gdb_interceptlist>
+ <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+ </gdb_interceptlist>
+ <gdb_signals>
+ </gdb_signals>
+ <gdb_options>
+ <DebugOptions>
+ </DebugOptions>
+ </gdb_options>
+ <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+ </dbx_gdbdebugger>
+ <nativedebugger version="1">
+ <engine>gdb</engine>
+ </nativedebugger>
+ <runprofile version="9">
+ <runcommandpicklist>
+ <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+ <runcommandpicklistitem>"${OUTPUT_PATH}" --verbose --alias=icons:/usr/share/icons</runcommandpicklistitem>
+ </runcommandpicklist>
+ <runcommand>"${OUTPUT_PATH}" --verbose --alias=icons:/usr/share/icons</runcommand>
+ <rundir>build</rundir>
+ <buildfirst>true</buildfirst>
+ <terminal-type>0</terminal-type>
+ <remove-instrumentation>0</remove-instrumentation>
+ <environment>
+ </environment>
+ </runprofile>
+ </conf>
+ </confs>
+</configurationDescriptor>
diff --git a/nbproject/private/launcher.properties b/nbproject/private/launcher.properties
new file mode 100644
index 00000000..6cc2127d
--- /dev/null
+++ b/nbproject/private/launcher.properties
@@ -0,0 +1,40 @@
+# Launchers File syntax:
+#
+# [Must-have property line]
+# launcher1.runCommand=<Run Command>
+# [Optional extra properties]
+# launcher1.displayName=<Display Name, runCommand by default>
+# launcher1.buildCommand=<Build Command, Build Command specified in project properties by default>
+# launcher1.runDir=<Run Directory, ${PROJECT_DIR} by default>
+# launcher1.symbolFiles=<Symbol Files loaded by debugger, ${OUTPUT_PATH} by default>
+# launcher1.env.<Environment variable KEY>=<Environment variable VALUE>
+# (If this value is quoted with ` it is handled as a native command which execution result will become the value)
+# [Common launcher properties]
+# common.runDir=<Run Directory>
+# (This value is overwritten by a launcher specific runDir value if the latter exists)
+# common.env.<Environment variable KEY>=<Environment variable VALUE>
+# (Environment variables from common launcher are merged with launcher specific variables)
+# common.symbolFiles=<Symbol Files loaded by debugger>
+# (This value is overwritten by a launcher specific symbolFiles value if the latter exists)
+#
+# In runDir, symbolFiles and env fields you can use these macroses:
+# ${PROJECT_DIR} - project directory absolute path
+# ${OUTPUT_PATH} - linker output path (relative to project directory path)
+# ${OUTPUT_BASENAME}- linker output filename
+# ${TESTDIR} - test files directory (relative to project directory path)
+# ${OBJECTDIR} - object files directory (relative to project directory path)
+# ${CND_DISTDIR} - distribution directory (relative to project directory path)
+# ${CND_BUILDDIR} - build directory (relative to project directory path)
+# ${CND_PLATFORM} - platform name
+# ${CND_CONF} - configuration name
+# ${CND_DLIB_EXT} - dynamic library extension
+#
+# All the project launchers must be listed in the file!
+#
+# launcher1.runCommand=...
+# launcher2.runCommand=...
+# ...
+# common.runDir=...
+# common.env.KEY=VALUE
+
+# launcher1.runCommand=<type your run command here> \ No newline at end of file
diff --git a/nbproject/private/private.xml b/nbproject/private/private.xml
new file mode 100644
index 00000000..4f3fdc62
--- /dev/null
+++ b/nbproject/private/private.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+ <code-assistance-data xmlns="http://www.netbeans.org/ns/make-project-private/1">
+ <code-model-enabled>true</code-model-enabled>
+ </code-assistance-data>
+ <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
+ <activeConfTypeElem>0</activeConfTypeElem>
+ <activeConfIndexElem>0</activeConfIndexElem>
+ </data>
+</project-private>