Create liblove

This commit is contained in:
Bart van Strien
2012-05-18 16:51:15 +02:00
parent 0f0a64819e
commit 7f39fa8c3a
4 changed files with 50 additions and 8 deletions
+6 -2
View File
@@ -11,9 +11,13 @@ SUBDIRS =
# LÖVE executable
bin_PROGRAMS = love
#love_LDFLAGS =
#love_LDADD =
love_LDADD = liblove.la
love_SOURCES = launcher.cpp
love_SOURCES = \\" > Makefile.am.tmp
# libLÖVE
lib_LTLIBRARIES = liblove.la
liblove_la_LDFLAGS = -module -export-dynamic \$(LDFLAGS)
liblove_la_SOURCES = \\" > Makefile.am.tmp
find . \( \( -iname "*.c" -o -iname "*.cpp" -o -iname "*.h" -o -iname "*.lch" \) \) -exec echo '{}' \\ \; >> Makefile.am.tmp
cat Makefile.am.tmp | grep -v -f"../platform/unix/exclude" | head -c -3 > Makefile.am
#head -c -3 Makefile.am.tmp > Makefile.am