From f83d651392b8556248600f2b1360b9306b845c3d Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Sun, 29 Apr 2018 20:52:58 +0200 Subject: Initial push work in progress --- nbproject/configurations.xml | 164 +++++++++++++++++++++++++++++++++++++++++++ nbproject/project.xml | 26 +++++++ 2 files changed, 190 insertions(+) create mode 100644 nbproject/configurations.xml create mode 100644 nbproject/project.xml (limited to 'nbproject') diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml new file mode 100644 index 0000000..8e36718 --- /dev/null +++ b/nbproject/configurations.xml @@ -0,0 +1,164 @@ + + + + + + filescan-utils.c + wrap-json.c + + + + ctl-action.c + ctl-config.c + ctl-control.c + ctl-event.c + ctl-lua.c + ctl-plugin.c + ctl-timer.c + + + + mixer-binding.c + + + + build/Makefile + nbproject/private/launcher.properties + + + ^(nbproject)$ + + . + + build/Makefile + + + + GNU|GNU + false + false + + + + + + + + + build + ${MAKE} -f Makefile + ${MAKE} -f Makefile clean + + + + build + cmake .. + true + + + + + + ../../../opt/include/afb + app-afb-helpers-submodule + ../../../opt/include + build/app-afb-helpers-submodule + + + + + + + app-afb-helpers-submodule + build/app-afb-helpers-submodule + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ../../../opt/include/afb + app-controller-submodule/ctl-lib + app-afb-helpers-submodule + ../../../opt/include + build/app-controller-submodule/ctl-lib + + + + + + + ../../../opt/include/afb + mixer-binding + app-afb-helpers-submodule + app-controller-submodule/ctl-lib + ../../../opt/include + build/mixer-binding + + + + + + + + + + diff --git a/nbproject/project.xml b/nbproject/project.xml new file mode 100644 index 0000000..369d0f7 --- /dev/null +++ b/nbproject/project.xml @@ -0,0 +1,26 @@ + + + org.netbeans.modules.cnd.makeproject + + + 4a-softmixer + c + cpp,cxx + h,hpp + UTF-8 + + + . + + + + Default + 0 + + + + false + + + + -- cgit 1.2.3-korg