From 89140ee6578d6e484c0ff5a0b6410cb18a3e36dd Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Fri, 4 Oct 2013 14:18:09 +0200 Subject: [PATCH] Add currently disabled automake rule for updating scripts --- platform/unix/gen-makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform/unix/gen-makefile b/platform/unix/gen-makefile index 0ee1df2b3..999611448 100644 --- a/platform/unix/gen-makefile +++ b/platform/unix/gen-makefile @@ -18,6 +18,13 @@ love_LDADD = liblove.la love_SOURCES = love.cpp endif +# Compile scripts +#scripts/%.lua.h: scripts/%.lua +# cd scripts; \ +# lua auto.lua \$* +#TODO: Figure out how to only do this on gnu make, and detect which lua +# executable to run + # libLĂ–VE lib_LTLIBRARIES = liblove.la liblove_la_LDFLAGS = -module -export-dynamic \$(LDFLAGS)