diff options
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 1064 |
1 files changed, 858 insertions, 206 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index e7a060ac..2fa45ebb 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -1,67 +1,112 @@ <?xml version="1.0" encoding="UTF-8"?> -<configurationDescriptor version="97"> +<configurationDescriptor version="100"> <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> <df root="." name="0"> - <df name="plugins"> - <df name="afm-main-plugin"> - <in>afm-main-plugin.c</in> - <in>utils-jbus.c</in> - </df> - <df name="audio"> - <in>audio-alsa.c</in> - <in>audio-api.c</in> - </df> - <df name="radio"> - <in>radio-api.c</in> - <in>radio-rtlsdr.c</in> + <df name="bindings"> + <df name="intrinsics"> + <in>afb-dbus-binding.c</in> </df> <df name="samples"> - <in>ClientCtx.c</in> + <in>AuthLogin.c</in> + <in>DemoContext.c</in> + <in>DemoPost.c</in> <in>HelloWorld.c</in> - <in>SamplePost.c</in> + <in>ave.c</in> + <in>hello3.c</in> + <in>hi3.c</in> + <in>tic-tac-toe.c</in> </df> - <df name="session"> - <in>token-api.c</in> + <df name="tutorial"> + <in>tuto-1.c</in> + <in>tuto-2.c</in> + <in>tuto-3.cpp</in> </df> </df> <df name="src"> - <in>afbs-api.c</in> - <in>alsa-api.c</in> - <in>config.c</in> - <in>dbus-api.c</in> - <in>helper-api.c</in> - <in>http-svc.c</in> + <df name="devtools"> + <in>exprefs.c</in> + <in>genskel.c</in> + <in>json2c.c</in> + </df> + <df name="tests"> + <df name="apiset"> + <in>test-apiset.c</in> + </df> + <df name="session"> + <in>test-session.c</in> + </df> + </df> + <in>afb-api-dbus.c</in> + <in>afb-api-so-v1.c</in> + <in>afb-api-so-v2.c</in> + <in>afb-api-so-v3.c</in> + <in>afb-api-so-vdyn.c</in> + <in>afb-api-so.c</in> + <in>afb-api-v3.c</in> + <in>afb-api-ws.c</in> + <in>afb-api.c</in> + <in>afb-apiset.c</in> + <in>afb-auth.c</in> + <in>afb-client-demo.c</in> + <in>afb-common.c</in> + <in>afb-config.c</in> + <in>afb-context.c</in> + <in>afb-cred.c</in> + <in>afb-debug.c</in> + <in>afb-evt.c</in> + <in>afb-export.c</in> + <in>afb-fdev.c</in> + <in>afb-hook.c</in> + <in>afb-hreq.c</in> + <in>afb-hsrv.c</in> + <in>afb-hswitch.c</in> + <in>afb-method.c</in> + <in>afb-monitor.c</in> + <in>afb-msg-json.c</in> + <in>afb-proto-ws.c</in> + <in>afb-session.c</in> + <in>afb-stub-ws.c</in> + <in>afb-supervision.c</in> + <in>afb-systemd.c</in> + <in>afb-trace.c</in> + <in>afb-websock.c</in> + <in>afb-ws-client.c</in> + <in>afb-ws-json1.c</in> + <in>afb-ws.c</in> + <in>afb-wsj1.c</in> + <in>afb-xreq.c</in> + <in>afs-config.c</in> + <in>afs-discover.c</in> + <in>afs-main.c</in> + <in>afs-supervisor.c</in> + <in>fdev-epoll.c</in> + <in>fdev-systemd.c</in> + <in>fdev.c</in> + <in>jobs-fake.c</in> + <in>jobs.c</in> + <in>locale-root.c</in> <in>main.c</in> - <in>radio-api.c</in> - <in>rest-api.c</in> - <in>session.c</in> + <in>process-name.c</in> + <in>sig-monitor.c</in> + <in>subpath.c</in> + <in>verbose.c</in> + <in>websock.c</in> + <in>wrap-json.c</in> </df> </df> - <df root="." name="1"> - </df> - <logicalFolder name="ExternalFiles" - displayName="Important Files" - projectFiles="false" - kind="IMPORTANT_FILES_FOLDER"> - <itemPath>CMakeLists.txt</itemPath> - <itemPath>build/Makefile</itemPath> - <itemPath>nbproject/private/launcher.properties</itemPath> - </logicalFolder> <logicalFolder name="ExternalFiles" displayName="Important Files" projectFiles="false" kind="IMPORTANT_FILES_FOLDER"> - <itemPath>CMakeLists.txt</itemPath> - <itemPath>build/Makefile</itemPath> + <itemPath>Makefile</itemPath> <itemPath>nbproject/private/launcher.properties</itemPath> </logicalFolder> </logicalFolder> <sourceFolderFilter>^(nbproject)$</sourceFolderFilter> <sourceRootList> <Elem>.</Elem> - <Elem>.</Elem> </sourceRootList> - <projectmakefile>build/Makefile</projectmakefile> + <projectmakefile>Makefile</projectmakefile> <confs> <conf name="Default" type="0"> <toolsSet> @@ -70,8 +115,10 @@ <rebuildPropChanged>false</rebuildPropChanged> </toolsSet> <flagsDictionary> - <element flagsID="0" commonFlags="-fPIE"/> - <element flagsID="1" commonFlags="-mtune=generic -march=x86-64 -fPIC"/> + <element flagsID="0" + commonFlags="-mtune=generic -march=x86-64 -g -ggdb -g -fPIC"/> + <element flagsID="1" + commonFlags="-mtune=generic -march=x86-64 -std=gnu++14 -fPIC"/> </flagsDictionary> <codeAssistance> </codeAssistance> @@ -80,321 +127,926 @@ <buildCommandWorkingDir>build</buildCommandWorkingDir> <buildCommand>${MAKE} -f Makefile</buildCommand> <cleanCommand>${MAKE} -f Makefile clean</cleanCommand> - <executablePath>build/afb-daemon</executablePath> - <cTool flags="1"> - </cTool> + <executablePath></executablePath> + <ccTool> + <incDir> + <pElem>include/afb</pElem> + <pElem>bindings/tutorial</pElem> + <pElem>/usr/include/c++/7</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/c++/7/x86_64-redhat-linux/bits</pElem> + <pElem>/usr/include/c++/7/bits</pElem> + <pElem>/usr/include/c++/7/debug</pElem> + <pElem>/usr/include/c++/7/ext</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include/gnu</pElem> + <pElem>/usr/include/c++/7/backward</pElem> + <pElem>/usr/include/linux</pElem> + <pElem>/usr/include/asm</pElem> + <pElem>/usr/include/asm-generic</pElem> + <pElem>include</pElem> + <pElem>/usr/include/c++/7/x86_64-redhat-linux</pElem> + <pElem>build/bindings/tutorial</pElem> + </incDir> + <preprocessorList> + <Elem>AFB_VERSION="5.99-FFRC0"</Elem> + <Elem>AFS_SUPERVISION_SOCKET="@urn:AGL:afs:supervision:socket"</Elem> + <Elem>AFS_SUPERVISOR_PORT=1619</Elem> + <Elem>AFS_SUPERVISOR_TOKEN="HELLO"</Elem> + <Elem>AGL_DEVEL=1</Elem> + <Elem>USE_MAGIC_MIME_TYPE=1</Elem> + <Elem>WITH_MONITORING_OPTION=1</Elem> + <Elem>__PIC__=2</Elem> + <Elem>__REGISTER_PREFIX__=</Elem> + <Elem>__USER_LABEL_PREFIX__=</Elem> + <Elem>__pic__=2</Elem> + <Elem>tuto_3_EXPORTS=1</Elem> + </preprocessorList> + </ccTool> </makeTool> <preBuild> <preBuildCommandWorkingDir>build</preBuildCommandWorkingDir> - <preBuildCommand>cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_C_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_CXX_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..</preBuildCommand> + <preBuildCommand>cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_C_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_CXX_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DAGL_DEVEL=ON -DINCLUDE_MONITORING=ON -DINCLUDE_SUPERVISOR=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/opt/jobol ..</preBuildCommand> <preBuildFirst>true</preBuildFirst> </preBuild> </makefileType> - <folder path="0/plugins"> - <cTool> + <item path="bindings/intrinsics/afb-dbus-binding.c" + ex="false" + tool="0" + flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/samples/AuthLogin.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/samples/DemoContext.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/samples/DemoPost.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/samples/HelloWorld.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/samples/ave.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/samples/hello3.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/samples/hi3.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/samples/tic-tac-toe.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="bindings/tutorial/tuto-1.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> - <pElem>include</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>build/bindings/tutorial</pElem> + </incDir> + </cTool> + </item> + <item path="bindings/tutorial/tuto-2.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>/usr/include/bits</pElem> <pElem>/usr/include/json-c</pElem> - <pElem>/usr/include/uuid</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include</pElem> + <pElem>build/bindings/tutorial</pElem> </incDir> </cTool> - </folder> - <folder path="0/plugins/afm-main-plugin"> + </item> + <item path="bindings/tutorial/tuto-3.cpp" ex="false" tool="1" flavor2="11"> + <ccTool flags="1"> + </ccTool> + </item> + <folder path="0/bindings"> <cTool> <incDir> - <pElem>plugins/afm-main-plugin</pElem> + <pElem>include/afb</pElem> </incDir> <preprocessorList> - <Elem>PLUGIN_INSTALL_DIR="/usr/local/lib64/afb"</Elem> - <Elem>__PIC__=2</Elem> - <Elem>__REGISTER_PREFIX__=</Elem> - <Elem>__USER_LABEL_PREFIX__=</Elem> - <Elem>__pic__=2</Elem> - <Elem>afm_main_api_EXPORTS=1</Elem> + <Elem>AFB_VERSION="5.99-FFRC0"</Elem> + <Elem>AFS_SUPERVISION_SOCKET="@urn:AGL:afs:supervision:socket"</Elem> + <Elem>AFS_SUPERVISOR_PORT=1619</Elem> + <Elem>AFS_SUPERVISOR_TOKEN="HELLO"</Elem> + <Elem>AGL_DEVEL</Elem> + <Elem>USE_MAGIC_MIME_TYPE</Elem> + <Elem>WITH_MONITORING_OPTION</Elem> </preprocessorList> </cTool> </folder> - <folder path="0/plugins/audio"> + <folder path="0/bindings/intrinsics"> <cTool> <incDir> - <pElem>plugins/audio</pElem> + <pElem>bindings/intrinsics</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>/usr/include/systemd</pElem> + <pElem>build/bindings/intrinsics</pElem> </incDir> - <preprocessorList> - <Elem>PLUGIN_INSTALL_DIR="/usr/local/lib64/afb"</Elem> - <Elem>__PIC__=2</Elem> - <Elem>__REGISTER_PREFIX__=</Elem> - <Elem>__USER_LABEL_PREFIX__=</Elem> - <Elem>__pic__=2</Elem> - <Elem>audio_api_EXPORTS=1</Elem> - </preprocessorList> </cTool> </folder> - <folder path="0/plugins/radio"> + <folder path="0/bindings/samples"> <cTool> <incDir> - <pElem>/usr/include/alsa</pElem> - <pElem>/usr/include/libusb-1.0</pElem> - <pElem>build/plugins</pElem> - <pElem>plugins/radio</pElem> - <pElem>plugins/audio</pElem> + <pElem>bindings/samples</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>build/bindings/samples</pElem> </incDir> </cTool> </folder> - <folder path="0/plugins/samples"> + <folder path="0/bindings/tutorial"> <cTool> <incDir> - <pElem>plugins/samples</pElem> - <pElem>build/plugins/samples</pElem> + <pElem>bindings/tutorial</pElem> + </incDir> + </cTool> + </folder> + <folder path="0/src/devtools"> + <cTool> + <incDir> + <pElem>src/devtools</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>build/src/devtools</pElem> </incDir> - <preprocessorList> - <Elem>PLUGIN_INSTALL_DIR="/usr/local/lib64/afb"</Elem> - <Elem>__PIC__=2</Elem> - <Elem>__REGISTER_PREFIX__=</Elem> - <Elem>__USER_LABEL_PREFIX__=</Elem> - <Elem>__pic__=2</Elem> - </preprocessorList> </cTool> </folder> - <folder path="0/plugins/session"> + <folder path="0/src/tests"> <cTool> <incDir> - <pElem>plugins/session</pElem> - <pElem>build/plugins/session</pElem> + <pElem>include</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>/usr/include/p11-kit-1</pElem> + <pElem>/usr/include/uuid</pElem> + <pElem>src</pElem> </incDir> <preprocessorList> - <Elem>PLUGIN_INSTALL_DIR="/usr/local/lib64/afb"</Elem> - <Elem>__PIC__=2</Elem> - <Elem>__REGISTER_PREFIX__=</Elem> - <Elem>__USER_LABEL_PREFIX__=</Elem> - <Elem>__pic__=2</Elem> - <Elem>token_api_EXPORTS=1</Elem> + <Elem>AFB_VERSION="5.99-FFRC0"</Elem> + <Elem>AFS_SUPERVISION_SOCKET="@urn:AGL:afs:supervision:socket"</Elem> + <Elem>AFS_SUPERVISOR_PORT=1619</Elem> + <Elem>AFS_SUPERVISOR_TOKEN="HELLO"</Elem> + <Elem>AGL_DEVEL</Elem> + <Elem>USE_MAGIC_MIME_TYPE</Elem> + <Elem>WITH_MONITORING_OPTION</Elem> </preprocessorList> </cTool> </folder> - <item path="plugins/afm-main-plugin/afm-main-plugin.c" - ex="false" - tool="0" - flavor2="2"> - <cTool flags="1"> + <folder path="0/src/tests/apiset"> + <cTool> + <incDir> + <pElem>src/tests/apiset</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src/tests/apiset</pElem> + </incDir> + </cTool> + </folder> + <folder path="0/src/tests/session"> + <cTool> + <incDir> + <pElem>src/tests/session</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src/tests/session</pElem> + </incDir> + </cTool> + </folder> + <item path="src/afb-api-dbus.c" ex="false" tool="0" flavor2="2"> + </item> + <item path="src/afb-api-so-v1.c" ex="false" tool="0" flavor2="2"> + </item> + <item path="src/afb-api-so-v2.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins/afm-main-plugin</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="plugins/afm-main-plugin/utils-jbus.c" - ex="false" - tool="0" - flavor2="2"> - <cTool flags="1"> + <item path="src/afb-api-so-v3.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>include/afb</pElem> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-api-so-vdyn.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>include/afb</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-api-so.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-api-v3.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> + <pElem>include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-api-ws.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> - <pElem>/usr/lib64/dbus-1.0/include/dbus</pElem> - <pElem>/usr/include/dbus-1.0/dbus</pElem> - <pElem>/usr/include/dbus-1.0</pElem> - <pElem>/usr/lib64/dbus-1.0/include</pElem> - <pElem>build/plugins/afm-main-plugin</pElem> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/netinet</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-api.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="plugins/audio/audio-alsa.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-apiset.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>include/afb</pElem> <pElem>include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-auth.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> <pElem>/usr/include/json-c</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins/audio</pElem> + <pElem>include/afb</pElem> + <pElem>include</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="plugins/audio/audio-api.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-client-demo.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/systemd</pElem> <pElem>/usr/include/json-c</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-common.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-config.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins/audio</pElem> + <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="plugins/radio/radio-api.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-context.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> </cTool> </item> - <item path="plugins/radio/radio-rtlsdr.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-cred.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> </cTool> </item> - <item path="plugins/samples/ClientCtx.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> - <preprocessorList> - <Elem>clientCtx_api_EXPORTS=1</Elem> - </preprocessorList> + <item path="src/afb-debug.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>build/src</pElem> + </incDir> </cTool> </item> - <item path="plugins/samples/HelloWorld.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> - <preprocessorList> - <Elem>helloWorld_api_EXPORTS=1</Elem> - </preprocessorList> + <item path="src/afb-evt.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> + <pElem>include</pElem> + <pElem>build/src</pElem> + </incDir> </cTool> </item> - <item path="plugins/samples/SamplePost.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> - <preprocessorList> - <Elem>samplePost_api_EXPORTS=1</Elem> - </preprocessorList> + <item path="src/afb-export.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> + <pElem>include</pElem> + <pElem>build/src</pElem> + </incDir> </cTool> </item> - <item path="plugins/session/token-api.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-fdev.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>build/src</pElem> + </incDir> </cTool> </item> - <item path="src/afbs-api.c" ex="false" tool="0" flavor2="2"> + <item path="src/afb-hook.c" ex="false" tool="0" flavor2="3"> <cTool flags="0"> <incDir> - <pElem>plugins/audio</pElem> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits/types</pElem> <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins</pElem> - <pElem>plugins/samples</pElem> - <pElem>plugins/session</pElem> <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="src/alsa-api.c" ex="false" tool="0" flavor2="2"> + <item path="src/afb-hreq.c" ex="false" tool="0" flavor2="3"> <cTool flags="0"> <incDir> - <pElem>plugins/audio</pElem> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include</pElem> <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins</pElem> - <pElem>plugins/samples</pElem> - <pElem>plugins/session</pElem> <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="src/config.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-hsrv.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>include/afb</pElem> + <pElem>include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-hswitch.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>include/afb</pElem> + <pElem>include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-method.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-monitor.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>include/afb</pElem> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> <pElem>/usr/include/json-c</pElem> <pElem>include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-msg-json.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-proto-ws.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>/usr/include/bits</pElem> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/netinet</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-session.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include/sys</pElem> <pElem>/usr/include/uuid</pElem> + <pElem>/usr/include/json-c</pElem> <pElem>build/src</pElem> </incDir> - <preprocessorList> - <Elem>PLUGIN_INSTALL_DIR="/usr/local/lib64/afb"</Elem> - <Elem>__PIC__=2</Elem> - <Elem>__REGISTER_PREFIX__=</Elem> - <Elem>__USER_LABEL_PREFIX__=</Elem> - <Elem>__pic__=2</Elem> - </preprocessorList> </cTool> </item> - <item path="src/dbus-api.c" ex="false" tool="0" flavor2="2"> + <item path="src/afb-stub-ws.c" ex="false" tool="0" flavor2="3"> <cTool flags="0"> <incDir> - <pElem>plugins/audio</pElem> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/netinet</pElem> <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins</pElem> - <pElem>plugins/samples</pElem> - <pElem>plugins/session</pElem> <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="src/helper-api.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-supervision.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> + <pElem>include/afb</pElem> <pElem>src</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include/sys</pElem> <pElem>/usr/include/json-c</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="src/http-svc.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-systemd.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> <pElem>src</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-trace.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>include/afb</pElem> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/bits/types</pElem> <pElem>/usr/include/json-c</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="src/main.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afb-websock.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> <pElem>src</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>include/afb</pElem> + <pElem>include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-ws-client.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/netinet</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-ws-json1.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include</pElem> <pElem>/usr/include/json-c</pElem> + <pElem>include/afb</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> <pElem>build/src</pElem> </incDir> - <preprocessorList> - <Elem>PLUGIN_INSTALL_DIR="/usr/local/lib64/afb"</Elem> - <Elem>__PIC__=2</Elem> - <Elem>__REGISTER_PREFIX__=</Elem> - <Elem>__USER_LABEL_PREFIX__=</Elem> - <Elem>__pic__=2</Elem> - </preprocessorList> </cTool> </item> - <item path="src/radio-api.c" ex="false" tool="0" flavor2="2"> + <item path="src/afb-ws.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-wsj1.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afb-xreq.c" ex="false" tool="0" flavor2="3"> <cTool flags="0"> <incDir> - <pElem>plugins/audio</pElem> + <pElem>include/afb</pElem> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include</pElem> <pElem>/usr/include/json-c</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> - <pElem>build/plugins</pElem> - <pElem>plugins/samples</pElem> - <pElem>plugins/session</pElem> - <pElem>/usr/include/libusb-1.0</pElem> <pElem>build/src</pElem> </incDir> - <preprocessorList> - <Elem>WITH_RADIO_PLUGIN=1</Elem> - </preprocessorList> </cTool> </item> - <item path="src/rest-api.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/afs-config.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afs-discover.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afs-main.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/afs-supervisor.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>include/afb</pElem> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/sys</pElem> <pElem>/usr/include/json-c</pElem> <pElem>include</pElem> - <pElem>/usr/include/uuid</pElem> <pElem>build/src</pElem> </incDir> </cTool> </item> - <item path="src/session.c" ex="false" tool="0" flavor2="2"> - <cTool flags="1"> + <item path="src/devtools/exprefs.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="src/devtools/genskel.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="src/devtools/json2c.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="src/fdev-epoll.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/fdev-systemd.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/systemd</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/fdev.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/jobs-fake.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/jobs.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/systemd</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/locale-root.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/main.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> <incDir> <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include</pElem> <pElem>/usr/include/json-c</pElem> - <pElem>/usr/include/uuid</pElem> + <pElem>include/afb</pElem> <pElem>include</pElem> <pElem>build/src</pElem> </incDir> - <preprocessorList> - <Elem>PLUGIN_INSTALL_DIR="/usr/local/lib64/afb"</Elem> - <Elem>__PIC__=2</Elem> - <Elem>__REGISTER_PREFIX__=</Elem> - <Elem>__USER_LABEL_PREFIX__=</Elem> - <Elem>__pic__=2</Elem> - </preprocessorList> + </cTool> + </item> + <item path="src/process-name.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/sig-monitor.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/subpath.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/tests/apiset/test-apiset.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="src/tests/session/test-session.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + </cTool> + </item> + <item path="src/verbose.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/websock.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/sys</pElem> + <pElem>/usr/include</pElem> + <pElem>/usr/include/bits/types</pElem> + <pElem>build/src</pElem> + </incDir> + </cTool> + </item> + <item path="src/wrap-json.c" ex="false" tool="0" flavor2="3"> + <cTool flags="0"> + <incDir> + <pElem>src</pElem> + <pElem>/usr/lib/gcc/x86_64-redhat-linux/7/include</pElem> + <pElem>/usr/include/bits</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>/usr/include</pElem> + <pElem>build/src</pElem> + </incDir> </cTool> </item> </conf> |