You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

448 lines
15 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# 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/dewdude/musepack/musepack_src_r475
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/dewdude/musepack/musepack_src_r475
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.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
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# The main all target
all: cmake_check_build_system
cd /home/dewdude/musepack/musepack_src_r475 && $(CMAKE_COMMAND) -E cmake_progress_start /home/dewdude/musepack/musepack_src_r475/CMakeFiles /home/dewdude/musepack/musepack_src_r475/libmpcdec//CMakeFiles/progress.marks
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libmpcdec/all
$(CMAKE_COMMAND) -E cmake_progress_start /home/dewdude/musepack/musepack_src_r475/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libmpcdec/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libmpcdec/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libmpcdec/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /home/dewdude/musepack/musepack_src_r475 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
libmpcdec/CMakeFiles/mpcdec.dir/rule:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libmpcdec/CMakeFiles/mpcdec.dir/rule
.PHONY : libmpcdec/CMakeFiles/mpcdec.dir/rule
# Convenience name for target.
mpcdec: libmpcdec/CMakeFiles/mpcdec.dir/rule
.PHONY : mpcdec
# fast build rule for target.
mpcdec/fast:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/build
.PHONY : mpcdec/fast
__/common/crc32.o: __/common/crc32.c.o
.PHONY : __/common/crc32.o
# target to build an object file
__/common/crc32.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/__/common/crc32.c.o
.PHONY : __/common/crc32.c.o
__/common/crc32.i: __/common/crc32.c.i
.PHONY : __/common/crc32.i
# target to preprocess a source file
__/common/crc32.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/__/common/crc32.c.i
.PHONY : __/common/crc32.c.i
__/common/crc32.s: __/common/crc32.c.s
.PHONY : __/common/crc32.s
# target to generate assembly for a file
__/common/crc32.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/__/common/crc32.c.s
.PHONY : __/common/crc32.c.s
huffman.o: huffman.c.o
.PHONY : huffman.o
# target to build an object file
huffman.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/huffman.c.o
.PHONY : huffman.c.o
huffman.i: huffman.c.i
.PHONY : huffman.i
# target to preprocess a source file
huffman.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/huffman.c.i
.PHONY : huffman.c.i
huffman.s: huffman.c.s
.PHONY : huffman.s
# target to generate assembly for a file
huffman.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/huffman.c.s
.PHONY : huffman.c.s
mpc_bits_reader.o: mpc_bits_reader.c.o
.PHONY : mpc_bits_reader.o
# target to build an object file
mpc_bits_reader.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_bits_reader.c.o
.PHONY : mpc_bits_reader.c.o
mpc_bits_reader.i: mpc_bits_reader.c.i
.PHONY : mpc_bits_reader.i
# target to preprocess a source file
mpc_bits_reader.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_bits_reader.c.i
.PHONY : mpc_bits_reader.c.i
mpc_bits_reader.s: mpc_bits_reader.c.s
.PHONY : mpc_bits_reader.s
# target to generate assembly for a file
mpc_bits_reader.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_bits_reader.c.s
.PHONY : mpc_bits_reader.c.s
mpc_decoder.o: mpc_decoder.c.o
.PHONY : mpc_decoder.o
# target to build an object file
mpc_decoder.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_decoder.c.o
.PHONY : mpc_decoder.c.o
mpc_decoder.i: mpc_decoder.c.i
.PHONY : mpc_decoder.i
# target to preprocess a source file
mpc_decoder.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_decoder.c.i
.PHONY : mpc_decoder.c.i
mpc_decoder.s: mpc_decoder.c.s
.PHONY : mpc_decoder.s
# target to generate assembly for a file
mpc_decoder.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_decoder.c.s
.PHONY : mpc_decoder.c.s
mpc_demux.o: mpc_demux.c.o
.PHONY : mpc_demux.o
# target to build an object file
mpc_demux.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_demux.c.o
.PHONY : mpc_demux.c.o
mpc_demux.i: mpc_demux.c.i
.PHONY : mpc_demux.i
# target to preprocess a source file
mpc_demux.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_demux.c.i
.PHONY : mpc_demux.c.i
mpc_demux.s: mpc_demux.c.s
.PHONY : mpc_demux.s
# target to generate assembly for a file
mpc_demux.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_demux.c.s
.PHONY : mpc_demux.c.s
mpc_reader.o: mpc_reader.c.o
.PHONY : mpc_reader.o
# target to build an object file
mpc_reader.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_reader.c.o
.PHONY : mpc_reader.c.o
mpc_reader.i: mpc_reader.c.i
.PHONY : mpc_reader.i
# target to preprocess a source file
mpc_reader.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_reader.c.i
.PHONY : mpc_reader.c.i
mpc_reader.s: mpc_reader.c.s
.PHONY : mpc_reader.s
# target to generate assembly for a file
mpc_reader.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/mpc_reader.c.s
.PHONY : mpc_reader.c.s
requant.o: requant.c.o
.PHONY : requant.o
# target to build an object file
requant.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/requant.c.o
.PHONY : requant.c.o
requant.i: requant.c.i
.PHONY : requant.i
# target to preprocess a source file
requant.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/requant.c.i
.PHONY : requant.c.i
requant.s: requant.c.s
.PHONY : requant.s
# target to generate assembly for a file
requant.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/requant.c.s
.PHONY : requant.c.s
streaminfo.o: streaminfo.c.o
.PHONY : streaminfo.o
# target to build an object file
streaminfo.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/streaminfo.c.o
.PHONY : streaminfo.c.o
streaminfo.i: streaminfo.c.i
.PHONY : streaminfo.i
# target to preprocess a source file
streaminfo.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/streaminfo.c.i
.PHONY : streaminfo.c.i
streaminfo.s: streaminfo.c.s
.PHONY : streaminfo.s
# target to generate assembly for a file
streaminfo.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/streaminfo.c.s
.PHONY : streaminfo.c.s
synth_filter.o: synth_filter.c.o
.PHONY : synth_filter.o
# target to build an object file
synth_filter.c.o:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/synth_filter.c.o
.PHONY : synth_filter.c.o
synth_filter.i: synth_filter.c.i
.PHONY : synth_filter.i
# target to preprocess a source file
synth_filter.c.i:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/synth_filter.c.i
.PHONY : synth_filter.c.i
synth_filter.s: synth_filter.c.s
.PHONY : synth_filter.s
# target to generate assembly for a file
synth_filter.c.s:
cd /home/dewdude/musepack/musepack_src_r475 && $(MAKE) $(MAKESILENT) -f libmpcdec/CMakeFiles/mpcdec.dir/build.make libmpcdec/CMakeFiles/mpcdec.dir/synth_filter.c.s
.PHONY : synth_filter.c.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 "... install"
@echo "... install/local"
@echo "... install/strip"
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... mpcdec"
@echo "... __/common/crc32.o"
@echo "... __/common/crc32.i"
@echo "... __/common/crc32.s"
@echo "... huffman.o"
@echo "... huffman.i"
@echo "... huffman.s"
@echo "... mpc_bits_reader.o"
@echo "... mpc_bits_reader.i"
@echo "... mpc_bits_reader.s"
@echo "... mpc_decoder.o"
@echo "... mpc_decoder.i"
@echo "... mpc_decoder.s"
@echo "... mpc_demux.o"
@echo "... mpc_demux.i"
@echo "... mpc_demux.s"
@echo "... mpc_reader.o"
@echo "... mpc_reader.i"
@echo "... mpc_reader.s"
@echo "... requant.o"
@echo "... requant.i"
@echo "... requant.s"
@echo "... streaminfo.o"
@echo "... streaminfo.i"
@echo "... streaminfo.s"
@echo "... synth_filter.o"
@echo "... synth_filter.i"
@echo "... synth_filter.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:
cd /home/dewdude/musepack/musepack_src_r475 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system