Browse Source

Add currently disabled automake rule for updating scripts

Bart van Strien 12 years ago
parent
commit
89140ee657
1 changed files with 7 additions and 0 deletions
  1. 7 0
      platform/unix/gen-makefile

+ 7 - 0
platform/unix/gen-makefile

@@ -18,6 +18,13 @@ love_LDADD = liblove.la
 love_SOURCES = love.cpp
 love_SOURCES = love.cpp
 endif
 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
 # libLÖVE
 lib_LTLIBRARIES = liblove.la
 lib_LTLIBRARIES = liblove.la
 liblove_la_LDFLAGS = -module -export-dynamic \$(LDFLAGS)
 liblove_la_LDFLAGS = -module -export-dynamic \$(LDFLAGS)