summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-10-20 14:57:05 +0200
committerneoraider <devnull@localhost>2006-10-20 14:57:05 +0200
commit1021d32f7ccb9f3f10253934fd4e5202b7382b2d (patch)
tree61dd0e93d0171a5fcc8b0fe854a2f50df52652d5 /Makefile.in
parentf5ef6536cc243acd39bf563c3d9064d1908483b3 (diff)
downloadlibneofx-1021d32f7ccb9f3f10253934fd4e5202b7382b2d.tar
libneofx-1021d32f7ccb9f3f10253934fd4e5202b7382b2d.zip
Physik-Engine angefangen.
Lightmaps implementiert.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index a75c23c..d1032ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -133,8 +133,8 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
lib_LTLIBRARIES = libneofx.la
-libneofx_la_SOURCES = math.c collision.c
-nobase_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h
+libneofx_la_SOURCES = math.c collision.c physics.c
+nobase_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h neofx/physics.h
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -144,13 +144,14 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
libneofx_la_LDFLAGS =
libneofx_la_LIBADD =
-am_libneofx_la_OBJECTS = math.lo collision.lo
+am_libneofx_la_OBJECTS = math.lo collision.lo physics.lo
libneofx_la_OBJECTS = $(am_libneofx_la_OBJECTS)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
-@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/collision.Plo ./$(DEPDIR)/math.Plo
+@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/collision.Plo ./$(DEPDIR)/math.Plo \
+@AMDEP_TRUE@ ./$(DEPDIR)/physics.Plo
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
@@ -245,6 +246,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/collision.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/physics.Plo@am__quote@
.c.o:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \