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

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

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

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

# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list

# Produce verbose output by default.
VERBOSE = 1

# 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 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 = /builddir/build/BUILD/Chipmunk-5.3.4

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /builddir/build/BUILD/Chipmunk-5.3.4

#=============================================================================
# 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 -H$(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 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: install/local
.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: install/strip
.PHONY : install/strip/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 rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake -H$(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
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(CMAKE_COMMAND) -E cmake_progress_start /builddir/build/BUILD/Chipmunk-5.3.4/CMakeFiles /builddir/build/BUILD/Chipmunk-5.3.4/Demo/CMakeFiles/progress.marks
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f CMakeFiles/Makefile2 Demo/all
	$(CMAKE_COMMAND) -E cmake_progress_start /builddir/build/BUILD/Chipmunk-5.3.4/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f CMakeFiles/Makefile2 Demo/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f CMakeFiles/Makefile2 Demo/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f CMakeFiles/Makefile2 Demo/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
Demo/CMakeFiles/chipmunk_demos.dir/rule:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f CMakeFiles/Makefile2 Demo/CMakeFiles/chipmunk_demos.dir/rule
.PHONY : Demo/CMakeFiles/chipmunk_demos.dir/rule

# Convenience name for target.
chipmunk_demos: Demo/CMakeFiles/chipmunk_demos.dir/rule
.PHONY : chipmunk_demos

# fast build rule for target.
chipmunk_demos/fast:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/build
.PHONY : chipmunk_demos/fast

Bounce.o: Bounce.c.o
.PHONY : Bounce.o

# target to build an object file
Bounce.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Bounce.c.o
.PHONY : Bounce.c.o

Bounce.i: Bounce.c.i
.PHONY : Bounce.i

# target to preprocess a source file
Bounce.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Bounce.c.i
.PHONY : Bounce.c.i

Bounce.s: Bounce.c.s
.PHONY : Bounce.s

# target to generate assembly for a file
Bounce.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Bounce.c.s
.PHONY : Bounce.c.s

ChipmunkDemo.o: ChipmunkDemo.c.o
.PHONY : ChipmunkDemo.o

# target to build an object file
ChipmunkDemo.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/ChipmunkDemo.c.o
.PHONY : ChipmunkDemo.c.o

ChipmunkDemo.i: ChipmunkDemo.c.i
.PHONY : ChipmunkDemo.i

# target to preprocess a source file
ChipmunkDemo.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/ChipmunkDemo.c.i
.PHONY : ChipmunkDemo.c.i

ChipmunkDemo.s: ChipmunkDemo.c.s
.PHONY : ChipmunkDemo.s

# target to generate assembly for a file
ChipmunkDemo.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/ChipmunkDemo.c.s
.PHONY : ChipmunkDemo.c.s

Joints.o: Joints.c.o
.PHONY : Joints.o

# target to build an object file
Joints.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Joints.c.o
.PHONY : Joints.c.o

Joints.i: Joints.c.i
.PHONY : Joints.i

# target to preprocess a source file
Joints.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Joints.c.i
.PHONY : Joints.c.i

Joints.s: Joints.c.s
.PHONY : Joints.s

# target to generate assembly for a file
Joints.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Joints.c.s
.PHONY : Joints.c.s

LogoSmash.o: LogoSmash.c.o
.PHONY : LogoSmash.o

# target to build an object file
LogoSmash.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/LogoSmash.c.o
.PHONY : LogoSmash.c.o

LogoSmash.i: LogoSmash.c.i
.PHONY : LogoSmash.i

# target to preprocess a source file
LogoSmash.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/LogoSmash.c.i
.PHONY : LogoSmash.c.i

LogoSmash.s: LogoSmash.c.s
.PHONY : LogoSmash.s

# target to generate assembly for a file
LogoSmash.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/LogoSmash.c.s
.PHONY : LogoSmash.c.s

MagnetsElectric.o: MagnetsElectric.c.o
.PHONY : MagnetsElectric.o

# target to build an object file
MagnetsElectric.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/MagnetsElectric.c.o
.PHONY : MagnetsElectric.c.o

MagnetsElectric.i: MagnetsElectric.c.i
.PHONY : MagnetsElectric.i

# target to preprocess a source file
MagnetsElectric.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/MagnetsElectric.c.i
.PHONY : MagnetsElectric.c.i

MagnetsElectric.s: MagnetsElectric.c.s
.PHONY : MagnetsElectric.s

# target to generate assembly for a file
MagnetsElectric.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/MagnetsElectric.c.s
.PHONY : MagnetsElectric.c.s

OneWay.o: OneWay.c.o
.PHONY : OneWay.o

# target to build an object file
OneWay.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/OneWay.c.o
.PHONY : OneWay.c.o

OneWay.i: OneWay.c.i
.PHONY : OneWay.i

# target to preprocess a source file
OneWay.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/OneWay.c.i
.PHONY : OneWay.c.i

OneWay.s: OneWay.c.s
.PHONY : OneWay.s

# target to generate assembly for a file
OneWay.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/OneWay.c.s
.PHONY : OneWay.c.s

Planet.o: Planet.c.o
.PHONY : Planet.o

# target to build an object file
Planet.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Planet.c.o
.PHONY : Planet.c.o

Planet.i: Planet.c.i
.PHONY : Planet.i

# target to preprocess a source file
Planet.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Planet.c.i
.PHONY : Planet.c.i

Planet.s: Planet.c.s
.PHONY : Planet.s

# target to generate assembly for a file
Planet.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Planet.c.s
.PHONY : Planet.c.s

Player.o: Player.c.o
.PHONY : Player.o

# target to build an object file
Player.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Player.c.o
.PHONY : Player.c.o

Player.i: Player.c.i
.PHONY : Player.i

# target to preprocess a source file
Player.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Player.c.i
.PHONY : Player.c.i

Player.s: Player.c.s
.PHONY : Player.s

# target to generate assembly for a file
Player.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Player.c.s
.PHONY : Player.c.s

Plink.o: Plink.c.o
.PHONY : Plink.o

# target to build an object file
Plink.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Plink.c.o
.PHONY : Plink.c.o

Plink.i: Plink.c.i
.PHONY : Plink.i

# target to preprocess a source file
Plink.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Plink.c.i
.PHONY : Plink.c.i

Plink.s: Plink.c.s
.PHONY : Plink.s

# target to generate assembly for a file
Plink.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Plink.c.s
.PHONY : Plink.c.s

Pump.o: Pump.c.o
.PHONY : Pump.o

# target to build an object file
Pump.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Pump.c.o
.PHONY : Pump.c.o

Pump.i: Pump.c.i
.PHONY : Pump.i

# target to preprocess a source file
Pump.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Pump.c.i
.PHONY : Pump.c.i

Pump.s: Pump.c.s
.PHONY : Pump.s

# target to generate assembly for a file
Pump.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Pump.c.s
.PHONY : Pump.c.s

PyramidStack.o: PyramidStack.c.o
.PHONY : PyramidStack.o

# target to build an object file
PyramidStack.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/PyramidStack.c.o
.PHONY : PyramidStack.c.o

PyramidStack.i: PyramidStack.c.i
.PHONY : PyramidStack.i

# target to preprocess a source file
PyramidStack.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/PyramidStack.c.i
.PHONY : PyramidStack.c.i

PyramidStack.s: PyramidStack.c.s
.PHONY : PyramidStack.s

# target to generate assembly for a file
PyramidStack.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/PyramidStack.c.s
.PHONY : PyramidStack.c.s

PyramidTopple.o: PyramidTopple.c.o
.PHONY : PyramidTopple.o

# target to build an object file
PyramidTopple.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/PyramidTopple.c.o
.PHONY : PyramidTopple.c.o

PyramidTopple.i: PyramidTopple.c.i
.PHONY : PyramidTopple.i

# target to preprocess a source file
PyramidTopple.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/PyramidTopple.c.i
.PHONY : PyramidTopple.c.i

PyramidTopple.s: PyramidTopple.c.s
.PHONY : PyramidTopple.s

# target to generate assembly for a file
PyramidTopple.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/PyramidTopple.c.s
.PHONY : PyramidTopple.c.s

Query.o: Query.c.o
.PHONY : Query.o

# target to build an object file
Query.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Query.c.o
.PHONY : Query.c.o

Query.i: Query.c.i
.PHONY : Query.i

# target to preprocess a source file
Query.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Query.c.i
.PHONY : Query.c.i

Query.s: Query.c.s
.PHONY : Query.s

# target to generate assembly for a file
Query.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Query.c.s
.PHONY : Query.c.s

Sensors.o: Sensors.c.o
.PHONY : Sensors.o

# target to build an object file
Sensors.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Sensors.c.o
.PHONY : Sensors.c.o

Sensors.i: Sensors.c.i
.PHONY : Sensors.i

# target to preprocess a source file
Sensors.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Sensors.c.i
.PHONY : Sensors.c.i

Sensors.s: Sensors.c.s
.PHONY : Sensors.s

# target to generate assembly for a file
Sensors.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Sensors.c.s
.PHONY : Sensors.c.s

Simple.o: Simple.c.o
.PHONY : Simple.o

# target to build an object file
Simple.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Simple.c.o
.PHONY : Simple.c.o

Simple.i: Simple.c.i
.PHONY : Simple.i

# target to preprocess a source file
Simple.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Simple.c.i
.PHONY : Simple.c.i

Simple.s: Simple.c.s
.PHONY : Simple.s

# target to generate assembly for a file
Simple.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Simple.c.s
.PHONY : Simple.c.s

Springies.o: Springies.c.o
.PHONY : Springies.o

# target to build an object file
Springies.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Springies.c.o
.PHONY : Springies.c.o

Springies.i: Springies.c.i
.PHONY : Springies.i

# target to preprocess a source file
Springies.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Springies.c.i
.PHONY : Springies.c.i

Springies.s: Springies.c.s
.PHONY : Springies.s

# target to generate assembly for a file
Springies.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Springies.c.s
.PHONY : Springies.c.s

Tank.o: Tank.c.o
.PHONY : Tank.o

# target to build an object file
Tank.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Tank.c.o
.PHONY : Tank.c.o

Tank.i: Tank.c.i
.PHONY : Tank.i

# target to preprocess a source file
Tank.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Tank.c.i
.PHONY : Tank.c.i

Tank.s: Tank.c.s
.PHONY : Tank.s

# target to generate assembly for a file
Tank.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Tank.c.s
.PHONY : Tank.c.s

TheoJansen.o: TheoJansen.c.o
.PHONY : TheoJansen.o

# target to build an object file
TheoJansen.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/TheoJansen.c.o
.PHONY : TheoJansen.c.o

TheoJansen.i: TheoJansen.c.i
.PHONY : TheoJansen.i

# target to preprocess a source file
TheoJansen.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/TheoJansen.c.i
.PHONY : TheoJansen.c.i

TheoJansen.s: TheoJansen.c.s
.PHONY : TheoJansen.s

# target to generate assembly for a file
TheoJansen.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/TheoJansen.c.s
.PHONY : TheoJansen.c.s

Tumble.o: Tumble.c.o
.PHONY : Tumble.o

# target to build an object file
Tumble.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Tumble.c.o
.PHONY : Tumble.c.o

Tumble.i: Tumble.c.i
.PHONY : Tumble.i

# target to preprocess a source file
Tumble.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Tumble.c.i
.PHONY : Tumble.c.i

Tumble.s: Tumble.c.s
.PHONY : Tumble.s

# target to generate assembly for a file
Tumble.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/Tumble.c.s
.PHONY : Tumble.c.s

UnsafeOps.o: UnsafeOps.c.o
.PHONY : UnsafeOps.o

# target to build an object file
UnsafeOps.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/UnsafeOps.c.o
.PHONY : UnsafeOps.c.o

UnsafeOps.i: UnsafeOps.c.i
.PHONY : UnsafeOps.i

# target to preprocess a source file
UnsafeOps.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/UnsafeOps.c.i
.PHONY : UnsafeOps.c.i

UnsafeOps.s: UnsafeOps.c.s
.PHONY : UnsafeOps.s

# target to generate assembly for a file
UnsafeOps.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/UnsafeOps.c.s
.PHONY : UnsafeOps.c.s

drawSpace.o: drawSpace.c.o
.PHONY : drawSpace.o

# target to build an object file
drawSpace.c.o:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/drawSpace.c.o
.PHONY : drawSpace.c.o

drawSpace.i: drawSpace.c.i
.PHONY : drawSpace.i

# target to preprocess a source file
drawSpace.c.i:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/drawSpace.c.i
.PHONY : drawSpace.c.i

drawSpace.s: drawSpace.c.s
.PHONY : drawSpace.s

# target to generate assembly for a file
drawSpace.c.s:
	cd /builddir/build/BUILD/Chipmunk-5.3.4 && $(MAKE) -f Demo/CMakeFiles/chipmunk_demos.dir/build.make Demo/CMakeFiles/chipmunk_demos.dir/drawSpace.c.s
.PHONY : drawSpace.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 "... chipmunk_demos"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... Bounce.o"
	@echo "... Bounce.i"
	@echo "... Bounce.s"
	@echo "... ChipmunkDemo.o"
	@echo "... ChipmunkDemo.i"
	@echo "... ChipmunkDemo.s"
	@echo "... Joints.o"
	@echo "... Joints.i"
	@echo "... Joints.s"
	@echo "... LogoSmash.o"
	@echo "... LogoSmash.i"
	@echo "... LogoSmash.s"
	@echo "... MagnetsElectric.o"
	@echo "... MagnetsElectric.i"
	@echo "... MagnetsElectric.s"
	@echo "... OneWay.o"
	@echo "... OneWay.i"
	@echo "... OneWay.s"
	@echo "... Planet.o"
	@echo "... Planet.i"
	@echo "... Planet.s"
	@echo "... Player.o"
	@echo "... Player.i"
	@echo "... Player.s"
	@echo "... Plink.o"
	@echo "... Plink.i"
	@echo "... Plink.s"
	@echo "... Pump.o"
	@echo "... Pump.i"
	@echo "... Pump.s"
	@echo "... PyramidStack.o"
	@echo "... PyramidStack.i"
	@echo "... PyramidStack.s"
	@echo "... PyramidTopple.o"
	@echo "... PyramidTopple.i"
	@echo "... PyramidTopple.s"
	@echo "... Query.o"
	@echo "... Query.i"
	@echo "... Query.s"
	@echo "... Sensors.o"
	@echo "... Sensors.i"
	@echo "... Sensors.s"
	@echo "... Simple.o"
	@echo "... Simple.i"
	@echo "... Simple.s"
	@echo "... Springies.o"
	@echo "... Springies.i"
	@echo "... Springies.s"
	@echo "... Tank.o"
	@echo "... Tank.i"
	@echo "... Tank.s"
	@echo "... TheoJansen.o"
	@echo "... TheoJansen.i"
	@echo "... TheoJansen.s"
	@echo "... Tumble.o"
	@echo "... Tumble.i"
	@echo "... Tumble.s"
	@echo "... UnsafeOps.o"
	@echo "... UnsafeOps.i"
	@echo "... UnsafeOps.s"
	@echo "... drawSpace.o"
	@echo "... drawSpace.i"
	@echo "... drawSpace.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 /builddir/build/BUILD/Chipmunk-5.3.4 && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

