X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=f4122dec4a3a6659d7531e510db69bb1535f8cf7;hp=9ea7843df9b375f79ce8107849035dc6b7ccb408;hb=329a48e4c4c2f5f2904b913938fc53154c48b825;hpb=c2321281bf12a7efaedde930422c7ddbc92080d4 diff --git a/src/Makefile.am b/src/Makefile.am index 9ea7843..f4122de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,11 +2,15 @@ noinst_LTLIBRARIES = libmoof.la libmoof_la_SOURCES = \ + Moof/Aabb.cc \ Moof/Aabb.hh \ Moof/Animation.cc \ Moof/Animation.hh \ + Moof/Camera.cc \ + Moof/Camera.hh \ Moof/ConvertUTF.c \ Moof/ConvertUTF.h \ + Moof/Cullable.hh \ Moof/Deserializer.cc \ Moof/Deserializer.hh \ Moof/Dispatcher.cc \ @@ -14,12 +18,20 @@ libmoof_la_SOURCES = \ Moof/Drawable.hh \ Moof/Engine.cc \ Moof/Engine.hh \ + Moof/Entity.hh \ Moof/Event.hh \ + Moof/Frustum.cc \ + Moof/Frustum.hh \ + Moof/Hash.cc \ + Moof/Hash.hh \ Moof/Interpolator.hh \ Moof/Math.hh \ Moof/Mippleton.hh \ + Moof/Octree.hh \ + Moof/OpenGL.cc \ Moof/OpenGL.hh \ - Moof/Profiler.hh \ + Moof/Plane.cc \ + Moof/Plane.hh \ Moof/Random.cc \ Moof/Random.hh \ Moof/Resource.cc \ @@ -33,6 +45,8 @@ libmoof_la_SOURCES = \ Moof/Settings.cc \ Moof/Settings.hh \ Moof/Singleton.hh \ + Moof/Sphere.cc \ + Moof/Sphere.hh \ Moof/StringTools.cc \ Moof/StringTools.hh \ Moof/Texture.cc \ @@ -69,14 +83,13 @@ yoink_CPPFLAGS = -I$(top_srcdir)/src/Moof yoink_LDADD = libmoof.la -EXTRA_DIST = Moof/cml +EXTRA_DIST = Moof/cml Moof/stlplus -YOINK_ENVIRONMENT = YOINK_DATADIR="$(top_srcdir)/data" \ - YOINKRC="$(top_srcdir)/data/yoinkrc" +YOINK_ENVIRONMENT = YOINK_DATADIR="$(top_srcdir)/data" run: all - $(YOINK_ENVIRONMENT) ./yoink + $(YOINK_ENVIRONMENT) ./yoink $(YOINK_OPTS) debug: all $(YOINK_ENVIRONMENT) gdb ./yoink