From f6f7c36909fa161efe53c40e9b4c34856e751536 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 12 May 2026 21:32:53 -0400 Subject: Initial tmix skeleton — model layer + basic UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PulseModel: stable PulseDevice objects keyed by PA index, updated in-place via postEvent reconciliation. No bulk rebuilds. Three signals: deviceAdded, deviceRemoved (device changed handled per-device via volumeChanged/muteChanged/nameChanged). MixerWindow: four-tab layout (Output/Input/Playback/Recording), adds and removes individual DeviceWidgets in response to model signals. Builds and links cleanly against TQt3/TDE + libpulse. Co-Authored-By: Claude Sonnet 4.6 --- build/Makefile | 316 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 316 insertions(+) create mode 100644 build/Makefile (limited to 'build/Makefile') diff --git a/build/Makefile b/build/Makefile new file mode 100644 index 0000000..049ee85 --- /dev/null +++ b/build/Makefile @@ -0,0 +1,316 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.25 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# 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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/calvin/tmix + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/calvin/tmix/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." + /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/tmix/build/CMakeFiles /home/calvin/tmix/build//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/calvin/tmix/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named tmix + +# Build rule for target. +tmix: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tmix +.PHONY : tmix + +# fast build rule for target. +tmix/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/build +.PHONY : tmix/fast + +src/main.o: src/main.cpp.o +.PHONY : src/main.o + +# target to build an object file +src/main.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/main.cpp.o +.PHONY : src/main.cpp.o + +src/main.i: src/main.cpp.i +.PHONY : src/main.i + +# target to preprocess a source file +src/main.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/main.cpp.i +.PHONY : src/main.cpp.i + +src/main.s: src/main.cpp.s +.PHONY : src/main.s + +# target to generate assembly for a file +src/main.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/main.cpp.s +.PHONY : src/main.cpp.s + +src/model/audiodevice.o: src/model/audiodevice.cpp.o +.PHONY : src/model/audiodevice.o + +# target to build an object file +src/model/audiodevice.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/audiodevice.cpp.o +.PHONY : src/model/audiodevice.cpp.o + +src/model/audiodevice.i: src/model/audiodevice.cpp.i +.PHONY : src/model/audiodevice.i + +# target to preprocess a source file +src/model/audiodevice.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/audiodevice.cpp.i +.PHONY : src/model/audiodevice.cpp.i + +src/model/audiodevice.s: src/model/audiodevice.cpp.s +.PHONY : src/model/audiodevice.s + +# target to generate assembly for a file +src/model/audiodevice.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/audiodevice.cpp.s +.PHONY : src/model/audiodevice.cpp.s + +src/model/pulsedevice.o: src/model/pulsedevice.cpp.o +.PHONY : src/model/pulsedevice.o + +# target to build an object file +src/model/pulsedevice.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/pulsedevice.cpp.o +.PHONY : src/model/pulsedevice.cpp.o + +src/model/pulsedevice.i: src/model/pulsedevice.cpp.i +.PHONY : src/model/pulsedevice.i + +# target to preprocess a source file +src/model/pulsedevice.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/pulsedevice.cpp.i +.PHONY : src/model/pulsedevice.cpp.i + +src/model/pulsedevice.s: src/model/pulsedevice.cpp.s +.PHONY : src/model/pulsedevice.s + +# target to generate assembly for a file +src/model/pulsedevice.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/pulsedevice.cpp.s +.PHONY : src/model/pulsedevice.cpp.s + +src/model/pulsemodel.o: src/model/pulsemodel.cpp.o +.PHONY : src/model/pulsemodel.o + +# target to build an object file +src/model/pulsemodel.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/pulsemodel.cpp.o +.PHONY : src/model/pulsemodel.cpp.o + +src/model/pulsemodel.i: src/model/pulsemodel.cpp.i +.PHONY : src/model/pulsemodel.i + +# target to preprocess a source file +src/model/pulsemodel.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/pulsemodel.cpp.i +.PHONY : src/model/pulsemodel.cpp.i + +src/model/pulsemodel.s: src/model/pulsemodel.cpp.s +.PHONY : src/model/pulsemodel.s + +# target to generate assembly for a file +src/model/pulsemodel.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/model/pulsemodel.cpp.s +.PHONY : src/model/pulsemodel.cpp.s + +src/ui/devicewidget.o: src/ui/devicewidget.cpp.o +.PHONY : src/ui/devicewidget.o + +# target to build an object file +src/ui/devicewidget.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/ui/devicewidget.cpp.o +.PHONY : src/ui/devicewidget.cpp.o + +src/ui/devicewidget.i: src/ui/devicewidget.cpp.i +.PHONY : src/ui/devicewidget.i + +# target to preprocess a source file +src/ui/devicewidget.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/ui/devicewidget.cpp.i +.PHONY : src/ui/devicewidget.cpp.i + +src/ui/devicewidget.s: src/ui/devicewidget.cpp.s +.PHONY : src/ui/devicewidget.s + +# target to generate assembly for a file +src/ui/devicewidget.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/ui/devicewidget.cpp.s +.PHONY : src/ui/devicewidget.cpp.s + +src/ui/mixerwindow.o: src/ui/mixerwindow.cpp.o +.PHONY : src/ui/mixerwindow.o + +# target to build an object file +src/ui/mixerwindow.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/ui/mixerwindow.cpp.o +.PHONY : src/ui/mixerwindow.cpp.o + +src/ui/mixerwindow.i: src/ui/mixerwindow.cpp.i +.PHONY : src/ui/mixerwindow.i + +# target to preprocess a source file +src/ui/mixerwindow.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/ui/mixerwindow.cpp.i +.PHONY : src/ui/mixerwindow.cpp.i + +src/ui/mixerwindow.s: src/ui/mixerwindow.cpp.s +.PHONY : src/ui/mixerwindow.s + +# target to generate assembly for a file +src/ui/mixerwindow.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/tmix.dir/build.make CMakeFiles/tmix.dir/src/ui/mixerwindow.cpp.s +.PHONY : src/ui/mixerwindow.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... tmix" + @echo "... src/main.o" + @echo "... src/main.i" + @echo "... src/main.s" + @echo "... src/model/audiodevice.o" + @echo "... src/model/audiodevice.i" + @echo "... src/model/audiodevice.s" + @echo "... src/model/pulsedevice.o" + @echo "... src/model/pulsedevice.i" + @echo "... src/model/pulsedevice.s" + @echo "... src/model/pulsemodel.o" + @echo "... src/model/pulsemodel.i" + @echo "... src/model/pulsemodel.s" + @echo "... src/ui/devicewidget.o" + @echo "... src/ui/devicewidget.i" + @echo "... src/ui/devicewidget.s" + @echo "... src/ui/mixerwindow.o" + @echo "... src/ui/mixerwindow.i" + @echo "... src/ui/mixerwindow.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + -- cgit v1.2.3