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.

213 lines
15 KiB
Makefile

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
# 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 = /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
# Include any dependencies generated for this target.
include mpcenc/CMakeFiles/mpcenc.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.make
# Include the progress variables for this target.
include mpcenc/CMakeFiles/mpcenc.dir/progress.make
# Include the compile flags for this target's objects.
include mpcenc/CMakeFiles/mpcenc.dir/flags.make
mpcenc/CMakeFiles/mpcenc.dir/codegen:
.PHONY : mpcenc/CMakeFiles/mpcenc.dir/codegen
mpcenc/CMakeFiles/mpcenc.dir/keyboard.c.o: mpcenc/CMakeFiles/mpcenc.dir/flags.make
mpcenc/CMakeFiles/mpcenc.dir/keyboard.c.o: mpcenc/keyboard.c
mpcenc/CMakeFiles/mpcenc.dir/keyboard.c.o: mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/dewdude/musepack/musepack_src_r475/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object mpcenc/CMakeFiles/mpcenc.dir/keyboard.c.o"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT mpcenc/CMakeFiles/mpcenc.dir/keyboard.c.o -MF CMakeFiles/mpcenc.dir/keyboard.c.o.d -o CMakeFiles/mpcenc.dir/keyboard.c.o -c /home/dewdude/musepack/musepack_src_r475/mpcenc/keyboard.c
mpcenc/CMakeFiles/mpcenc.dir/keyboard.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mpcenc.dir/keyboard.c.i"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/dewdude/musepack/musepack_src_r475/mpcenc/keyboard.c > CMakeFiles/mpcenc.dir/keyboard.c.i
mpcenc/CMakeFiles/mpcenc.dir/keyboard.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mpcenc.dir/keyboard.c.s"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/dewdude/musepack/musepack_src_r475/mpcenc/keyboard.c -o CMakeFiles/mpcenc.dir/keyboard.c.s
mpcenc/CMakeFiles/mpcenc.dir/mpcenc.c.o: mpcenc/CMakeFiles/mpcenc.dir/flags.make
mpcenc/CMakeFiles/mpcenc.dir/mpcenc.c.o: mpcenc/mpcenc.c
mpcenc/CMakeFiles/mpcenc.dir/mpcenc.c.o: mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/dewdude/musepack/musepack_src_r475/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object mpcenc/CMakeFiles/mpcenc.dir/mpcenc.c.o"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT mpcenc/CMakeFiles/mpcenc.dir/mpcenc.c.o -MF CMakeFiles/mpcenc.dir/mpcenc.c.o.d -o CMakeFiles/mpcenc.dir/mpcenc.c.o -c /home/dewdude/musepack/musepack_src_r475/mpcenc/mpcenc.c
mpcenc/CMakeFiles/mpcenc.dir/mpcenc.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mpcenc.dir/mpcenc.c.i"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/dewdude/musepack/musepack_src_r475/mpcenc/mpcenc.c > CMakeFiles/mpcenc.dir/mpcenc.c.i
mpcenc/CMakeFiles/mpcenc.dir/mpcenc.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mpcenc.dir/mpcenc.c.s"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/dewdude/musepack/musepack_src_r475/mpcenc/mpcenc.c -o CMakeFiles/mpcenc.dir/mpcenc.c.s
mpcenc/CMakeFiles/mpcenc.dir/pipeopen.c.o: mpcenc/CMakeFiles/mpcenc.dir/flags.make
mpcenc/CMakeFiles/mpcenc.dir/pipeopen.c.o: mpcenc/pipeopen.c
mpcenc/CMakeFiles/mpcenc.dir/pipeopen.c.o: mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/dewdude/musepack/musepack_src_r475/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object mpcenc/CMakeFiles/mpcenc.dir/pipeopen.c.o"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT mpcenc/CMakeFiles/mpcenc.dir/pipeopen.c.o -MF CMakeFiles/mpcenc.dir/pipeopen.c.o.d -o CMakeFiles/mpcenc.dir/pipeopen.c.o -c /home/dewdude/musepack/musepack_src_r475/mpcenc/pipeopen.c
mpcenc/CMakeFiles/mpcenc.dir/pipeopen.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mpcenc.dir/pipeopen.c.i"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/dewdude/musepack/musepack_src_r475/mpcenc/pipeopen.c > CMakeFiles/mpcenc.dir/pipeopen.c.i
mpcenc/CMakeFiles/mpcenc.dir/pipeopen.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mpcenc.dir/pipeopen.c.s"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/dewdude/musepack/musepack_src_r475/mpcenc/pipeopen.c -o CMakeFiles/mpcenc.dir/pipeopen.c.s
mpcenc/CMakeFiles/mpcenc.dir/stderr.c.o: mpcenc/CMakeFiles/mpcenc.dir/flags.make
mpcenc/CMakeFiles/mpcenc.dir/stderr.c.o: mpcenc/stderr.c
mpcenc/CMakeFiles/mpcenc.dir/stderr.c.o: mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/dewdude/musepack/musepack_src_r475/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object mpcenc/CMakeFiles/mpcenc.dir/stderr.c.o"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT mpcenc/CMakeFiles/mpcenc.dir/stderr.c.o -MF CMakeFiles/mpcenc.dir/stderr.c.o.d -o CMakeFiles/mpcenc.dir/stderr.c.o -c /home/dewdude/musepack/musepack_src_r475/mpcenc/stderr.c
mpcenc/CMakeFiles/mpcenc.dir/stderr.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mpcenc.dir/stderr.c.i"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/dewdude/musepack/musepack_src_r475/mpcenc/stderr.c > CMakeFiles/mpcenc.dir/stderr.c.i
mpcenc/CMakeFiles/mpcenc.dir/stderr.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mpcenc.dir/stderr.c.s"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/dewdude/musepack/musepack_src_r475/mpcenc/stderr.c -o CMakeFiles/mpcenc.dir/stderr.c.s
mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.c.o: mpcenc/CMakeFiles/mpcenc.dir/flags.make
mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.c.o: common/tags.c
mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.c.o: mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/dewdude/musepack/musepack_src_r475/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.c.o"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.c.o -MF CMakeFiles/mpcenc.dir/__/common/tags.c.o.d -o CMakeFiles/mpcenc.dir/__/common/tags.c.o -c /home/dewdude/musepack/musepack_src_r475/common/tags.c
mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mpcenc.dir/__/common/tags.c.i"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/dewdude/musepack/musepack_src_r475/common/tags.c > CMakeFiles/mpcenc.dir/__/common/tags.c.i
mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mpcenc.dir/__/common/tags.c.s"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/dewdude/musepack/musepack_src_r475/common/tags.c -o CMakeFiles/mpcenc.dir/__/common/tags.c.s
mpcenc/CMakeFiles/mpcenc.dir/wave_in.c.o: mpcenc/CMakeFiles/mpcenc.dir/flags.make
mpcenc/CMakeFiles/mpcenc.dir/wave_in.c.o: mpcenc/wave_in.c
mpcenc/CMakeFiles/mpcenc.dir/wave_in.c.o: mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/dewdude/musepack/musepack_src_r475/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object mpcenc/CMakeFiles/mpcenc.dir/wave_in.c.o"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT mpcenc/CMakeFiles/mpcenc.dir/wave_in.c.o -MF CMakeFiles/mpcenc.dir/wave_in.c.o.d -o CMakeFiles/mpcenc.dir/wave_in.c.o -c /home/dewdude/musepack/musepack_src_r475/mpcenc/wave_in.c
mpcenc/CMakeFiles/mpcenc.dir/wave_in.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mpcenc.dir/wave_in.c.i"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/dewdude/musepack/musepack_src_r475/mpcenc/wave_in.c > CMakeFiles/mpcenc.dir/wave_in.c.i
mpcenc/CMakeFiles/mpcenc.dir/wave_in.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mpcenc.dir/wave_in.c.s"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/dewdude/musepack/musepack_src_r475/mpcenc/wave_in.c -o CMakeFiles/mpcenc.dir/wave_in.c.s
mpcenc/CMakeFiles/mpcenc.dir/winmsg.c.o: mpcenc/CMakeFiles/mpcenc.dir/flags.make
mpcenc/CMakeFiles/mpcenc.dir/winmsg.c.o: mpcenc/winmsg.c
mpcenc/CMakeFiles/mpcenc.dir/winmsg.c.o: mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/dewdude/musepack/musepack_src_r475/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object mpcenc/CMakeFiles/mpcenc.dir/winmsg.c.o"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT mpcenc/CMakeFiles/mpcenc.dir/winmsg.c.o -MF CMakeFiles/mpcenc.dir/winmsg.c.o.d -o CMakeFiles/mpcenc.dir/winmsg.c.o -c /home/dewdude/musepack/musepack_src_r475/mpcenc/winmsg.c
mpcenc/CMakeFiles/mpcenc.dir/winmsg.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mpcenc.dir/winmsg.c.i"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/dewdude/musepack/musepack_src_r475/mpcenc/winmsg.c > CMakeFiles/mpcenc.dir/winmsg.c.i
mpcenc/CMakeFiles/mpcenc.dir/winmsg.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mpcenc.dir/winmsg.c.s"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/dewdude/musepack/musepack_src_r475/mpcenc/winmsg.c -o CMakeFiles/mpcenc.dir/winmsg.c.s
# Object files for target mpcenc
mpcenc_OBJECTS = \
"CMakeFiles/mpcenc.dir/keyboard.c.o" \
"CMakeFiles/mpcenc.dir/mpcenc.c.o" \
"CMakeFiles/mpcenc.dir/pipeopen.c.o" \
"CMakeFiles/mpcenc.dir/stderr.c.o" \
"CMakeFiles/mpcenc.dir/__/common/tags.c.o" \
"CMakeFiles/mpcenc.dir/wave_in.c.o" \
"CMakeFiles/mpcenc.dir/winmsg.c.o"
# External object files for target mpcenc
mpcenc_EXTERNAL_OBJECTS =
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/keyboard.c.o
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/mpcenc.c.o
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/pipeopen.c.o
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/stderr.c.o
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.c.o
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/wave_in.c.o
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/winmsg.c.o
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/build.make
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/compiler_depend.ts
mpcenc/mpcenc: libmpcpsy/libmpcpsy_static.a
mpcenc/mpcenc: libmpcenc/libmpcenc_static.a
mpcenc/mpcenc: mpcenc/CMakeFiles/mpcenc.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/dewdude/musepack/musepack_src_r475/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Linking C executable mpcenc"
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mpcenc.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
mpcenc/CMakeFiles/mpcenc.dir/build: mpcenc/mpcenc
.PHONY : mpcenc/CMakeFiles/mpcenc.dir/build
mpcenc/CMakeFiles/mpcenc.dir/clean:
cd /home/dewdude/musepack/musepack_src_r475/mpcenc && $(CMAKE_COMMAND) -P CMakeFiles/mpcenc.dir/cmake_clean.cmake
.PHONY : mpcenc/CMakeFiles/mpcenc.dir/clean
mpcenc/CMakeFiles/mpcenc.dir/depend:
cd /home/dewdude/musepack/musepack_src_r475 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/dewdude/musepack/musepack_src_r475 /home/dewdude/musepack/musepack_src_r475/mpcenc /home/dewdude/musepack/musepack_src_r475 /home/dewdude/musepack/musepack_src_r475/mpcenc /home/dewdude/musepack/musepack_src_r475/mpcenc/CMakeFiles/mpcenc.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : mpcenc/CMakeFiles/mpcenc.dir/depend