diff --git a/host_usb_mixer_control/.makefile b/host_usb_mixer_control/.makefile new file mode 100644 index 00000000..595ea033 --- /dev/null +++ b/host_usb_mixer_control/.makefile @@ -0,0 +1,10 @@ +all: + @echo ======================================================= + @echo Build complete [module only - cannot be run on its own] + @echo ======================================================= + +clean: + @echo ======================================================= + @echo Build clean [module only - cannot be run on its own] + @echo ======================================================= + diff --git a/host_usb_mixer_control/.project b/host_usb_mixer_control/.project new file mode 100644 index 00000000..875c0c73 --- /dev/null +++ b/host_usb_mixer_control/.project @@ -0,0 +1,77 @@ + + + host_usb_mixer_control + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + ?name? + + + + org.eclipse.cdt.make.core.append_environment + true + + + org.eclipse.cdt.make.core.autoBuildTarget + all + + + org.eclipse.cdt.make.core.buildArguments + + + + org.eclipse.cdt.make.core.buildCommand + xmake + + + org.eclipse.cdt.make.core.cleanBuildTarget + clean + + + org.eclipse.cdt.make.core.contents + org.eclipse.cdt.make.core.activeConfigSettings + + + org.eclipse.cdt.make.core.enableAutoBuild + false + + + org.eclipse.cdt.make.core.enableCleanBuild + true + + + org.eclipse.cdt.make.core.enableFullBuild + true + + + org.eclipse.cdt.make.core.fullBuildTarget + all + + + org.eclipse.cdt.make.core.stopOnError + true + + + org.eclipse.cdt.make.core.useDefaultBuildCmd + true + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.core.cnature + + diff --git a/lib_xua/src/host_usb_mixer_control/EULA b/host_usb_mixer_control/EULA similarity index 100% rename from lib_xua/src/host_usb_mixer_control/EULA rename to host_usb_mixer_control/EULA diff --git a/lib_xua/src/host_usb_mixer_control/LICENSING b/host_usb_mixer_control/LICENSING similarity index 100% rename from lib_xua/src/host_usb_mixer_control/LICENSING rename to host_usb_mixer_control/LICENSING diff --git a/lib_xua/src/host_usb_mixer_control/Makefile.OSX b/host_usb_mixer_control/Makefile.OSX similarity index 100% rename from lib_xua/src/host_usb_mixer_control/Makefile.OSX rename to host_usb_mixer_control/Makefile.OSX diff --git a/lib_xua/src/host_usb_mixer_control/Makefile.Win32 b/host_usb_mixer_control/Makefile.Win32 similarity index 100% rename from lib_xua/src/host_usb_mixer_control/Makefile.Win32 rename to host_usb_mixer_control/Makefile.Win32 diff --git a/lib_xua/src/host_usb_mixer_control/OSX/libusb-1.0.0.dylib b/host_usb_mixer_control/OSX/libusb-1.0.0.dylib similarity index 100% rename from lib_xua/src/host_usb_mixer_control/OSX/libusb-1.0.0.dylib rename to host_usb_mixer_control/OSX/libusb-1.0.0.dylib diff --git a/lib_xua/src/host_usb_mixer_control/OSX/libusb.h b/host_usb_mixer_control/OSX/libusb.h similarity index 100% rename from lib_xua/src/host_usb_mixer_control/OSX/libusb.h rename to host_usb_mixer_control/OSX/libusb.h diff --git a/lib_xua/src/host_usb_mixer_control/OSX/usb_mixer.cpp b/host_usb_mixer_control/OSX/usb_mixer.cpp similarity index 100% rename from lib_xua/src/host_usb_mixer_control/OSX/usb_mixer.cpp rename to host_usb_mixer_control/OSX/usb_mixer.cpp diff --git a/lib_xua/src/host_usb_mixer_control/README b/host_usb_mixer_control/README similarity index 100% rename from lib_xua/src/host_usb_mixer_control/README rename to host_usb_mixer_control/README diff --git a/lib_xua/src/host_usb_mixer_control/VERSION b/host_usb_mixer_control/VERSION similarity index 100% rename from lib_xua/src/host_usb_mixer_control/VERSION rename to host_usb_mixer_control/VERSION diff --git a/lib_xua/src/host_usb_mixer_control/Win32/global.h b/host_usb_mixer_control/Win32/global.h similarity index 100% rename from lib_xua/src/host_usb_mixer_control/Win32/global.h rename to host_usb_mixer_control/Win32/global.h diff --git a/lib_xua/src/host_usb_mixer_control/Win32/usb_mixer.cpp b/host_usb_mixer_control/Win32/usb_mixer.cpp similarity index 100% rename from lib_xua/src/host_usb_mixer_control/Win32/usb_mixer.cpp rename to host_usb_mixer_control/Win32/usb_mixer.cpp diff --git a/lib_xua/src/host_usb_mixer_control/mixer_app.cpp b/host_usb_mixer_control/mixer_app.cpp similarity index 100% rename from lib_xua/src/host_usb_mixer_control/mixer_app.cpp rename to host_usb_mixer_control/mixer_app.cpp diff --git a/lib_xua/src/host_usb_mixer_control/module_description b/host_usb_mixer_control/module_description similarity index 100% rename from lib_xua/src/host_usb_mixer_control/module_description rename to host_usb_mixer_control/module_description diff --git a/lib_xua/src/host_usb_mixer_control/setup.sh b/host_usb_mixer_control/setup.sh similarity index 100% rename from lib_xua/src/host_usb_mixer_control/setup.sh rename to host_usb_mixer_control/setup.sh diff --git a/lib_xua/src/host_usb_mixer_control/usb_mixer.h b/host_usb_mixer_control/usb_mixer.h similarity index 100% rename from lib_xua/src/host_usb_mixer_control/usb_mixer.h rename to host_usb_mixer_control/usb_mixer.h