# Makefile autogenerated by premake

# Don't edit this file! Instead edit `premake.lua` then rerun `make`

# Options:

#   CONFIG=[DebugDLL|ReleaseDLL|DebugLib|ReleaseLib]


ifndef CONFIG
  CONFIG=DebugDLL
endif

export CONFIG

.PHONY: all clean ode drawstuff test_boxstack test_buggy test_chain1 test_chain2 test_collision test_crash test_feedback test_friction test_heightfield test_hinge test_I test_joints test_motor test_ode test_plane2d test_slider test_space test_space_stress test_step test_basket test_cyl test_moving_trimesh test_trimesh test_cylvssphere tests

all: ode drawstuff test_boxstack test_buggy test_chain1 test_chain2 test_collision test_crash test_feedback test_friction test_heightfield test_hinge test_I test_joints test_motor test_ode test_plane2d test_slider test_space test_space_stress test_step test_basket test_cyl test_moving_trimesh test_trimesh test_cylvssphere tests

Makefile: ../premake.lua ../ode.lua ../drawstuff.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua ../tests.lua
	@echo ==== Regenerating Makefiles ====
	@premake --file $^ --usetargetpath --with-tests --clean --target gnu

ode:
	@echo ==== Building ode ====
	@$(MAKE) --no-print-directory -C . -f ode.make

drawstuff:
	@echo ==== Building drawstuff ====
	@$(MAKE) --no-print-directory -C . -f drawstuff.make

test_boxstack: ode drawstuff
	@echo ==== Building test_boxstack ====
	@$(MAKE) --no-print-directory -C . -f test_boxstack.make

test_buggy: ode drawstuff
	@echo ==== Building test_buggy ====
	@$(MAKE) --no-print-directory -C . -f test_buggy.make

test_chain1: ode drawstuff
	@echo ==== Building test_chain1 ====
	@$(MAKE) --no-print-directory -C . -f test_chain1.make

test_chain2: ode drawstuff
	@echo ==== Building test_chain2 ====
	@$(MAKE) --no-print-directory -C . -f test_chain2.make

test_collision: ode drawstuff
	@echo ==== Building test_collision ====
	@$(MAKE) --no-print-directory -C . -f test_collision.make

test_crash: ode drawstuff
	@echo ==== Building test_crash ====
	@$(MAKE) --no-print-directory -C . -f test_crash.make

test_feedback: ode drawstuff
	@echo ==== Building test_feedback ====
	@$(MAKE) --no-print-directory -C . -f test_feedback.make

test_friction: ode drawstuff
	@echo ==== Building test_friction ====
	@$(MAKE) --no-print-directory -C . -f test_friction.make

test_heightfield: ode drawstuff
	@echo ==== Building test_heightfield ====
	@$(MAKE) --no-print-directory -C . -f test_heightfield.make

test_hinge: ode drawstuff
	@echo ==== Building test_hinge ====
	@$(MAKE) --no-print-directory -C . -f test_hinge.make

test_I: ode drawstuff
	@echo ==== Building test_I ====
	@$(MAKE) --no-print-directory -C . -f test_I.make

test_joints: ode drawstuff
	@echo ==== Building test_joints ====
	@$(MAKE) --no-print-directory -C . -f test_joints.make

test_motor: ode drawstuff
	@echo ==== Building test_motor ====
	@$(MAKE) --no-print-directory -C . -f test_motor.make

test_ode: ode drawstuff
	@echo ==== Building test_ode ====
	@$(MAKE) --no-print-directory -C . -f test_ode.make

test_plane2d: ode drawstuff
	@echo ==== Building test_plane2d ====
	@$(MAKE) --no-print-directory -C . -f test_plane2d.make

test_slider: ode drawstuff
	@echo ==== Building test_slider ====
	@$(MAKE) --no-print-directory -C . -f test_slider.make

test_space: ode drawstuff
	@echo ==== Building test_space ====
	@$(MAKE) --no-print-directory -C . -f test_space.make

test_space_stress: ode drawstuff
	@echo ==== Building test_space_stress ====
	@$(MAKE) --no-print-directory -C . -f test_space_stress.make

test_step: ode drawstuff
	@echo ==== Building test_step ====
	@$(MAKE) --no-print-directory -C . -f test_step.make

test_basket: ode drawstuff
	@echo ==== Building test_basket ====
	@$(MAKE) --no-print-directory -C . -f test_basket.make

test_cyl: ode drawstuff
	@echo ==== Building test_cyl ====
	@$(MAKE) --no-print-directory -C . -f test_cyl.make

test_moving_trimesh: ode drawstuff
	@echo ==== Building test_moving_trimesh ====
	@$(MAKE) --no-print-directory -C . -f test_moving_trimesh.make

test_trimesh: ode drawstuff
	@echo ==== Building test_trimesh ====
	@$(MAKE) --no-print-directory -C . -f test_trimesh.make

test_cylvssphere: ode drawstuff
	@echo ==== Building test_cylvssphere ====
	@$(MAKE) --no-print-directory -C . -f test_cylvssphere.make

tests: ode
	@echo ==== Building tests ====
	@$(MAKE) --no-print-directory -C . -f tests.make

clean:
	@$(MAKE) --no-print-directory -C . -f ode.make clean
	@$(MAKE) --no-print-directory -C . -f drawstuff.make clean
	@$(MAKE) --no-print-directory -C . -f test_boxstack.make clean
	@$(MAKE) --no-print-directory -C . -f test_buggy.make clean
	@$(MAKE) --no-print-directory -C . -f test_chain1.make clean
	@$(MAKE) --no-print-directory -C . -f test_chain2.make clean
	@$(MAKE) --no-print-directory -C . -f test_collision.make clean
	@$(MAKE) --no-print-directory -C . -f test_crash.make clean
	@$(MAKE) --no-print-directory -C . -f test_feedback.make clean
	@$(MAKE) --no-print-directory -C . -f test_friction.make clean
	@$(MAKE) --no-print-directory -C . -f test_heightfield.make clean
	@$(MAKE) --no-print-directory -C . -f test_hinge.make clean
	@$(MAKE) --no-print-directory -C . -f test_I.make clean
	@$(MAKE) --no-print-directory -C . -f test_joints.make clean
	@$(MAKE) --no-print-directory -C . -f test_motor.make clean
	@$(MAKE) --no-print-directory -C . -f test_ode.make clean
	@$(MAKE) --no-print-directory -C . -f test_plane2d.make clean
	@$(MAKE) --no-print-directory -C . -f test_slider.make clean
	@$(MAKE) --no-print-directory -C . -f test_space.make clean
	@$(MAKE) --no-print-directory -C . -f test_space_stress.make clean
	@$(MAKE) --no-print-directory -C . -f test_step.make clean
	@$(MAKE) --no-print-directory -C . -f test_basket.make clean
	@$(MAKE) --no-print-directory -C . -f test_cyl.make clean
	@$(MAKE) --no-print-directory -C . -f test_moving_trimesh.make clean
	@$(MAKE) --no-print-directory -C . -f test_trimesh.make clean
	@$(MAKE) --no-print-directory -C . -f test_cylvssphere.make clean
	@$(MAKE) --no-print-directory -C . -f tests.make clean


syntax highlighted by Code2HTML, v. 0.9.1