X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=58b31118846ec4e601bdf0042cfba99ee818d27e;hp=c0600cd56f732c03292fc32a1ca662e554c11f9e;hb=e973a129b5b83b628ba3f09e8c95682fc74080cd;hpb=e495074443d9fd7bc16137084cf9de3d031b75c4 diff --git a/src/Makefile.am b/src/Makefile.am index c0600cd..58b3111 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,32 +18,34 @@ libmoof_a_SOURCES = \ Moof/Camera.hh \ Moof/ConvertUTF.c \ Moof/ConvertUTF.h \ + Moof/Core.cc \ + Moof/Core.hh \ Moof/Cullable.hh \ Moof/Dispatch.cc \ Moof/Dispatch.hh \ Moof/Drawable.hh \ - Moof/Engine.cc \ - Moof/Engine.hh \ Moof/Entity.hh \ + Moof/Error.hh \ Moof/Event.hh \ - Moof/Exception.hh \ Moof/Frustum.cc \ Moof/Frustum.hh \ Moof/Hash.cc \ Moof/Hash.hh \ + Moof/Image.cc \ + Moof/Image.hh \ Moof/Interpolator.hh \ Moof/Layer.hh \ - Moof/Library.hh \ + Moof/Line.hh \ Moof/Log.cc \ Moof/Log.hh \ + Moof/Manager.hh \ Moof/Math.hh \ Moof/ModalDialog.hh \ Moof/Octree.hh \ Moof/OpenGL.hh \ Moof/Plane.cc \ Moof/Plane.hh \ - Moof/Random.cc \ - Moof/Random.hh \ + Moof/Ray.hh \ Moof/Rectangle.cc \ Moof/Rectangle.hh \ Moof/Resource.cc \ @@ -52,9 +54,9 @@ libmoof_a_SOURCES = \ Moof/Script.hh \ Moof/Settings.cc \ Moof/Settings.hh \ + Moof/Shape.hh \ Moof/Sound.cc \ Moof/Sound.hh \ - Moof/Sphere.cc \ Moof/Sphere.hh \ Moof/StringTools.cc \ Moof/StringTools.hh \ @@ -94,25 +96,24 @@ yoink_SOURCES = \ Heroine.hh \ Hud.cc \ Hud.hh \ - MainLayer.cc \ - MainLayer.hh \ + Main.cc \ + Main.hh \ Scene.cc \ Scene.hh \ - Tilemap.cc \ - Tilemap.hh \ TilemapFont.cc \ TilemapFont.hh \ TitleLayer.cc \ TitleLayer.hh \ Typesetter.cc \ Typesetter.hh \ + version.c \ version.h \ $(ENDLIST) if WIN32 yoink_SOURCES += yoink.rc yoink.ico .rc.o: - @WINDRES@ -o $@ -i $< + $(AM_V_GEN) $(WINDRES) -o $@ -i $< endif yoink_CPPFLAGS = -I$(top_srcdir)/src/Moof