aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-11-22 20:32:48 +0100
committervimene <vincent.menegaux@gmail.com>2023-11-22 20:32:48 +0100
commit4558a2a704bf75266f7262f8dd41bb1c9b094e1d (patch)
tree3042dedc701d0458d5ede0a85d554ec174c61a6f /Makefile.am
parent6322e8d7e6e4ddb1c0a0b3a00a1b516d1a84df49 (diff)
downloadengine-4558a2a704bf75266f7262f8dd41bb1c9b094e1d.tar.gz
code refactoring
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6c8ff00..0f451ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,10 @@ ACLOCAL_AMFLAGS = -Im4 --install
AM_CPPFLAGS = $(DEPS_CFLAGS)
bin_PROGRAMS = engine
-engine_SOURCES = src/chfb.cpp src/chfb.h src/engine.cpp src/math_vector.cpp src/math_vector.h src/obj3d.cpp src/obj3d.h src/pixfb.cpp src/pixfb.h src/tri_vertex.cpp src/tri_vertex.h src/vertex.cpp src/vertex_data.cpp src/vertex_data.h src/vertex.h
+engine_SOURCES = src/engine.cpp
+engine_SOURCES += src/fb/chfb.h src/fb/chfb.cpp src/fb/pixfb.h src/fb/pixfb.cpp
+engine_SOURCES += src/math/math_vector.h src/math/math_vector.cpp
+engine_SOURCES += src/o3d/obj3d.h src/o3d/obj3d.cpp src/o3d/tri_vertex.h src/o3d/tri_vertex.cpp src/o3d/vertex.h src/o3d/vertex.cpp src/o3d/vertex_data.h src/o3d/vertex_data.cpp
engine_LDADD = $(DEPS_LIBS)
EXTRA_DIST = m4/NOTES