From 65f1c4bbd7f7abff9469789f3ddc746caa1a3965 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 9 Jan 2017 23:10:02 -0800 Subject: *: preliminary autotools adoption Builds were getting too time consuming, autotools is a very simple way to get incremental builds without having to dick with Makefiles myself. --- modules/sparkler/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/sparkler/Makefile.am (limited to 'modules/sparkler') diff --git a/modules/sparkler/Makefile.am b/modules/sparkler/Makefile.am new file mode 100644 index 0000000..13d8e8a --- /dev/null +++ b/modules/sparkler/Makefile.am @@ -0,0 +1,4 @@ +noinst_LIBRARIES = libsparkler.a +libsparkler_a_SOURCES = bsp.c bsp.h burst.c chunker.c chunker.h container.h draw.h list.h particle.c particle.h particles.c particles.h rocket.c simple.c spark.c sparkler.c sparkler.h v3f.h xplode.c +libsparkler_a_CFLAGS = @ROTOTILLER_CFLAGS@ -ffast-math +libsparkler_a_CPPFLAGS = @ROTOTILLER_CFLAGS@ -I../../ -- cgit v1.2.3