Initial extraction: C++ MixerEngine standalone daemon
Extracted from op-pedal mixer-engine branch. Core components: - MixerEngine / MixerChannelStrip / MixerBus — cleaned of LV2/Pedalboard/IHost/MidiMapper deps - MixerControlServer — Unix domain socket JSON control interface - main.cpp — JACK audio I/O client with headless fallback - CMake build — auto-fetches nlohmann/json, links JACK - 9 core tests passing Architecture: JACK ports → MixerEngine::process() → JACK ports, controlled via Unix socket JSON commands.
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.3
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
#Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /home/oplabs/.hermes/hermes-agent/venv/lib/python3.11/site-packages/cmake/data/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/oplabs/projects/oplabs-mixer-daemon
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/oplabs/projects/oplabs-mixer-daemon/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/mixer-daemon.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/mixer-daemon.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/mixer-daemon.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/mixer-daemon.dir/flags.make
|
||||
|
||||
CMakeFiles/mixer-daemon.dir/codegen:
|
||||
.PHONY : CMakeFiles/mixer-daemon.dir/codegen
|
||||
|
||||
CMakeFiles/mixer-daemon.dir/src/main.cpp.o: CMakeFiles/mixer-daemon.dir/flags.make
|
||||
CMakeFiles/mixer-daemon.dir/src/main.cpp.o: /home/oplabs/projects/oplabs-mixer-daemon/src/main.cpp
|
||||
CMakeFiles/mixer-daemon.dir/src/main.cpp.o: CMakeFiles/mixer-daemon.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/oplabs/projects/oplabs-mixer-daemon/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/mixer-daemon.dir/src/main.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/mixer-daemon.dir/src/main.cpp.o -MF CMakeFiles/mixer-daemon.dir/src/main.cpp.o.d -o CMakeFiles/mixer-daemon.dir/src/main.cpp.o -c /home/oplabs/projects/oplabs-mixer-daemon/src/main.cpp
|
||||
|
||||
CMakeFiles/mixer-daemon.dir/src/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/mixer-daemon.dir/src/main.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/oplabs/projects/oplabs-mixer-daemon/src/main.cpp > CMakeFiles/mixer-daemon.dir/src/main.cpp.i
|
||||
|
||||
CMakeFiles/mixer-daemon.dir/src/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/mixer-daemon.dir/src/main.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/oplabs/projects/oplabs-mixer-daemon/src/main.cpp -o CMakeFiles/mixer-daemon.dir/src/main.cpp.s
|
||||
|
||||
# Object files for target mixer-daemon
|
||||
mixer__daemon_OBJECTS = \
|
||||
"CMakeFiles/mixer-daemon.dir/src/main.cpp.o"
|
||||
|
||||
# External object files for target mixer-daemon
|
||||
mixer__daemon_EXTERNAL_OBJECTS =
|
||||
|
||||
mixer-daemon: CMakeFiles/mixer-daemon.dir/src/main.cpp.o
|
||||
mixer-daemon: CMakeFiles/mixer-daemon.dir/build.make
|
||||
mixer-daemon: CMakeFiles/mixer-daemon.dir/compiler_depend.ts
|
||||
mixer-daemon: libmixer-control.a
|
||||
mixer-daemon: CMakeFiles/mixer-daemon.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/oplabs/projects/oplabs-mixer-daemon/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable mixer-daemon"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mixer-daemon.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/mixer-daemon.dir/build: mixer-daemon
|
||||
.PHONY : CMakeFiles/mixer-daemon.dir/build
|
||||
|
||||
CMakeFiles/mixer-daemon.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/mixer-daemon.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/mixer-daemon.dir/clean
|
||||
|
||||
CMakeFiles/mixer-daemon.dir/depend:
|
||||
cd /home/oplabs/projects/oplabs-mixer-daemon/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/oplabs/projects/oplabs-mixer-daemon /home/oplabs/projects/oplabs-mixer-daemon /home/oplabs/projects/oplabs-mixer-daemon/build /home/oplabs/projects/oplabs-mixer-daemon/build /home/oplabs/projects/oplabs-mixer-daemon/build/CMakeFiles/mixer-daemon.dir/DependInfo.cmake "--color=$(COLOR)" mixer-daemon
|
||||
.PHONY : CMakeFiles/mixer-daemon.dir/depend
|
||||
|
||||
Reference in New Issue
Block a user