# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.4

# Default target executed when no arguments are given to make.
default_target: all

# The main recursive all target
all:

# The main recursive preinstall target
preinstall:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canoncical targets will work.
.SUFFIXES:

.SUFFIXES: .hpux_make_needs_suffix_list

# Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
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 remove -f

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/src/asterisk/agx-ast-addons/spandsp-0.0.5

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/src/asterisk/agx-ast-addons/spandsp-0.0.5

#=============================================================================
# Target rules for target CMakeFiles/app_rxfax.dir

# All Build rule for target.
CMakeFiles/app_rxfax.dir/all:
	$(MAKE) -f CMakeFiles/app_rxfax.dir/build.make CMakeFiles/app_rxfax.dir/depend
	$(MAKE) -f CMakeFiles/app_rxfax.dir/build.make CMakeFiles/app_rxfax.dir/build
	$(CMAKE_COMMAND) -E cmake_progress_report /usr/src/asterisk/agx-ast-addons/spandsp-0.0.5/CMakeFiles  1
	@echo "Built target app_rxfax"

# Include target in all.
all: CMakeFiles/app_rxfax.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/app_rxfax.dir/rule: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /usr/src/asterisk/agx-ast-addons/spandsp-0.0.5/CMakeFiles 1
	$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/app_rxfax.dir/all
	$(CMAKE_COMMAND) -E cmake_progress_start /usr/src/asterisk/agx-ast-addons/spandsp-0.0.5/CMakeFiles 0

# Convenience name for target.
app_rxfax: CMakeFiles/app_rxfax.dir/rule

# Pre-install relink rule for target.
CMakeFiles/app_rxfax.dir/preinstall:
	$(MAKE) -f CMakeFiles/app_rxfax.dir/build.make CMakeFiles/app_rxfax.dir/preinstall

# Prepare target for install.
preinstall: CMakeFiles/app_rxfax.dir/preinstall

# clean rule for target.
CMakeFiles/app_rxfax.dir/clean:
	$(MAKE) -f CMakeFiles/app_rxfax.dir/build.make CMakeFiles/app_rxfax.dir/clean

# clean rule for target.
clean: CMakeFiles/app_rxfax.dir/clean

#=============================================================================
# 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) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0

