X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=4e8f65d0b26b0f47d252050332843f7e227426cd;hp=3c3fc5312c697cb34540d039fb8c9f9dfdbdc00b;hb=76b3f4be992514a740ac03cdbdd57844142a0b4c;hpb=565445cda1dd3e9db8000c4a194831dc296a203d diff --git a/src/Makefile.am b/src/Makefile.am index 3c3fc53..4e8f65d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,12 +7,11 @@ # # libmoof.a -#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ noinst_LIBRARIES = libmoof.a libmoof_a_SOURCES = \ - Moof/Aabb.cc \ Moof/Aabb.hh \ Moof/Camera.cc \ Moof/Camera.hh \ @@ -35,10 +34,10 @@ libmoof_a_SOURCES = \ 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 \ @@ -46,8 +45,6 @@ libmoof_a_SOURCES = \ Moof/Plane.cc \ Moof/Plane.hh \ Moof/Ray.hh \ - Moof/Rectangle.cc \ - Moof/Rectangle.hh \ Moof/Resource.cc \ Moof/Resource.hh \ Moof/RigidBody.hh \ @@ -79,7 +76,7 @@ EXTRA_DIST = Moof/cml Moof/stlplus # # yoink -#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bin_PROGRAMS = yoink @@ -100,8 +97,6 @@ yoink_SOURCES = \ Main.hh \ Scene.cc \ Scene.hh \ - Tilemap.cc \ - Tilemap.hh \ TilemapFont.cc \ TilemapFont.hh \ TitleLayer.cc \