MAINTAINERCLEANFILES = Makefile.in if BUILD_TESTS AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/src/lib \ -I$(top_builddir)/src/lib \ -I$(top_srcdir)/src/bin \ -DPACKAGE_BIN_DIR=\"$(bindir)\" \ -DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \ @EPHYSICS_TEST_CFLAGS@ bin_PROGRAMS = ephysics_test ephysics_logo ephysics_sandbox EXTRA_PROGRAMS = ephysics_test ephysics_logo ephysics_sandbox ephysics_test_SOURCES = \ test.c \ test_bouncing_ball.c \ test_bouncing_text.c \ test_camera.c \ test_camera_track.c \ test_colliding_balls.c \ test_collision_detection.c \ test_collision_filter.c \ test_collision_speed.c \ test_constraint.c \ test_delete.c \ test_falling_letters.c \ test_forces.c \ test_grab.c \ test_growing_balls.c \ test_heavy.c \ test_jumping_balls.c \ test_light.c \ test_material.c \ test_no_gravity.c \ test_rotate.c \ test_rotating_forever.c \ test_velocity.c \ test_shapes.c \ test_sleeping_threshold.c \ test_slider.c \ test_soft_body.c \ test_win_resize.c \ test_flag.c ephysics_logo_SOURCES = \ ephysics_logo.c ephysics_sandbox_SOURCES = \ ephysics_sandbox.c ephysics_test_LDADD = \ $(top_builddir)/src/lib/libephysics.la \ @EPHYSICS_TEST_LIBS@ ephysics_logo_LDADD = \ $(top_builddir)/src/lib/libephysics.la \ @EPHYSICS_TEST_LIBS@ ephysics_sandbox_LDADD = \ $(top_builddir)/src/lib/libephysics.la \ @EPHYSICS_TEST_LIBS@ ephysics_logo_LDFLAGS = ephysics_test_LDFLAGS = ephysics_sandbox_LDFLAGS = EXTRA_DIST = ephysics_test.h endif