# 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 = /data/jenkins/workspace/oi-encumbered/components/encumbered/libmad/libmad-0.16.4

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /data/jenkins/workspace/oi-encumbered/components/encumbered/libmad/build/amd64

#=============================================================================
# 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
	$(CMAKE_COMMAND) -E cmake_progress_start /data/jenkins/workspace/oi-encumbered/components/encumbered/libmad/build/amd64/CMakeFiles /data/jenkins/workspace/oi-encumbered/components/encumbered/libmad/build/amd64//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /data/jenkins/workspace/oi-encumbered/components/encumbered/libmad/build/amd64/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 mad

# Build rule for target.
mad: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mad
.PHONY : mad

# fast build rule for target.
mad/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/build
.PHONY : mad/fast

#=============================================================================
# Target rules for targets named mad_example

# Build rule for target.
mad_example: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mad_example
.PHONY : mad_example

# fast build rule for target.
mad_example/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad_example.dir/build.make CMakeFiles/mad_example.dir/build
.PHONY : mad_example/fast

bit.o: bit.c.o
.PHONY : bit.o

# target to build an object file
bit.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/bit.c.o
.PHONY : bit.c.o

bit.i: bit.c.i
.PHONY : bit.i

# target to preprocess a source file
bit.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/bit.c.i
.PHONY : bit.c.i

bit.s: bit.c.s
.PHONY : bit.s

# target to generate assembly for a file
bit.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/bit.c.s
.PHONY : bit.c.s

decoder.o: decoder.c.o
.PHONY : decoder.o

# target to build an object file
decoder.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/decoder.c.o
.PHONY : decoder.c.o

decoder.i: decoder.c.i
.PHONY : decoder.i

# target to preprocess a source file
decoder.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/decoder.c.i
.PHONY : decoder.c.i

decoder.s: decoder.c.s
.PHONY : decoder.s

# target to generate assembly for a file
decoder.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/decoder.c.s
.PHONY : decoder.c.s

fixed.o: fixed.c.o
.PHONY : fixed.o

# target to build an object file
fixed.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/fixed.c.o
.PHONY : fixed.c.o

fixed.i: fixed.c.i
.PHONY : fixed.i

# target to preprocess a source file
fixed.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/fixed.c.i
.PHONY : fixed.c.i

fixed.s: fixed.c.s
.PHONY : fixed.s

# target to generate assembly for a file
fixed.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/fixed.c.s
.PHONY : fixed.c.s

frame.o: frame.c.o
.PHONY : frame.o

# target to build an object file
frame.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/frame.c.o
.PHONY : frame.c.o

frame.i: frame.c.i
.PHONY : frame.i

# target to preprocess a source file
frame.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/frame.c.i
.PHONY : frame.c.i

frame.s: frame.c.s
.PHONY : frame.s

# target to generate assembly for a file
frame.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/frame.c.s
.PHONY : frame.c.s

huffman.o: huffman.c.o
.PHONY : huffman.o

# target to build an object file
huffman.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.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:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.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:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/huffman.c.s
.PHONY : huffman.c.s

layer12.o: layer12.c.o
.PHONY : layer12.o

# target to build an object file
layer12.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/layer12.c.o
.PHONY : layer12.c.o

layer12.i: layer12.c.i
.PHONY : layer12.i

# target to preprocess a source file
layer12.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/layer12.c.i
.PHONY : layer12.c.i

layer12.s: layer12.c.s
.PHONY : layer12.s

# target to generate assembly for a file
layer12.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/layer12.c.s
.PHONY : layer12.c.s

layer3.o: layer3.c.o
.PHONY : layer3.o

# target to build an object file
layer3.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/layer3.c.o
.PHONY : layer3.c.o

layer3.i: layer3.c.i
.PHONY : layer3.i

# target to preprocess a source file
layer3.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/layer3.c.i
.PHONY : layer3.c.i

layer3.s: layer3.c.s
.PHONY : layer3.s

# target to generate assembly for a file
layer3.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/layer3.c.s
.PHONY : layer3.c.s

minimad.o: minimad.c.o
.PHONY : minimad.o

# target to build an object file
minimad.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad_example.dir/build.make CMakeFiles/mad_example.dir/minimad.c.o
.PHONY : minimad.c.o

minimad.i: minimad.c.i
.PHONY : minimad.i

# target to preprocess a source file
minimad.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad_example.dir/build.make CMakeFiles/mad_example.dir/minimad.c.i
.PHONY : minimad.c.i

minimad.s: minimad.c.s
.PHONY : minimad.s

# target to generate assembly for a file
minimad.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad_example.dir/build.make CMakeFiles/mad_example.dir/minimad.c.s
.PHONY : minimad.c.s

stream.o: stream.c.o
.PHONY : stream.o

# target to build an object file
stream.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/stream.c.o
.PHONY : stream.c.o

stream.i: stream.c.i
.PHONY : stream.i

# target to preprocess a source file
stream.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/stream.c.i
.PHONY : stream.c.i

stream.s: stream.c.s
.PHONY : stream.s

# target to generate assembly for a file
stream.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/stream.c.s
.PHONY : stream.c.s

synth.o: synth.c.o
.PHONY : synth.o

# target to build an object file
synth.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/synth.c.o
.PHONY : synth.c.o

synth.i: synth.c.i
.PHONY : synth.i

# target to preprocess a source file
synth.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/synth.c.i
.PHONY : synth.c.i

synth.s: synth.c.s
.PHONY : synth.s

# target to generate assembly for a file
synth.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/synth.c.s
.PHONY : synth.c.s

timer.o: timer.c.o
.PHONY : timer.o

# target to build an object file
timer.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/timer.c.o
.PHONY : timer.c.o

timer.i: timer.c.i
.PHONY : timer.i

# target to preprocess a source file
timer.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/timer.c.i
.PHONY : timer.c.i

timer.s: timer.c.s
.PHONY : timer.s

# target to generate assembly for a file
timer.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/timer.c.s
.PHONY : timer.c.s

version.o: version.c.o
.PHONY : version.o

# target to build an object file
version.c.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/version.c.o
.PHONY : version.c.o

version.i: version.c.i
.PHONY : version.i

# target to preprocess a source file
version.c.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/version.c.i
.PHONY : version.c.i

version.s: version.c.s
.PHONY : version.s

# target to generate assembly for a file
version.c.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/mad.dir/build.make CMakeFiles/mad.dir/version.c.s
.PHONY : version.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 "... mad"
	@echo "... mad_example"
	@echo "... bit.o"
	@echo "... bit.i"
	@echo "... bit.s"
	@echo "... decoder.o"
	@echo "... decoder.i"
	@echo "... decoder.s"
	@echo "... fixed.o"
	@echo "... fixed.i"
	@echo "... fixed.s"
	@echo "... frame.o"
	@echo "... frame.i"
	@echo "... frame.s"
	@echo "... huffman.o"
	@echo "... huffman.i"
	@echo "... huffman.s"
	@echo "... layer12.o"
	@echo "... layer12.i"
	@echo "... layer12.s"
	@echo "... layer3.o"
	@echo "... layer3.i"
	@echo "... layer3.s"
	@echo "... minimad.o"
	@echo "... minimad.i"
	@echo "... minimad.s"
	@echo "... stream.o"
	@echo "... stream.i"
	@echo "... stream.s"
	@echo "... synth.o"
	@echo "... synth.i"
	@echo "... synth.s"
	@echo "... timer.o"
	@echo "... timer.i"
	@echo "... timer.s"
	@echo "... version.o"
	@echo "... version.i"
	@echo "... version.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

