summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-08-25 17:07:35 -0400
committerStarla Insigna <starla4444@gmail.com>2013-08-25 17:07:35 -0400
commitd47da18958b5214def5127e201f60668c566d9bb (patch)
tree00751c11ff7d44c9e8bd56e0f4c670bb337095aa /Makefile.am
parent387685d34e6c4ebee776a700a01fed4df05446be (diff)
downloadmazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.gz
mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.bz2
mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.zip
Moved to an autoconf-based build system
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..f1b00a1 --- /dev/null +++ b/Makefile.am
@@ -0,0 +1,7 @@
1AUTOMAKE_OPTIONS = subdir-objects
2ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
3
4bin_PROGRAMS = mazeoflife
5mazeoflife_SOURCES = chlstate.cpp gamestate.cpp highscore.cpp hsglobal.cpp hslist.cpp hslocal.cpp hsnew.cpp hssubmit.cpp htpstate.cpp mazeoflife.cpp titlestate.cpp
6AM_CXXFLAGS = $(SDLTTF_CXXFLAGS) $(SDLNET_CXXFLAGS)
7mazeoflife_LDADD = $(SDLTTF_LIBS) $(SDLNET_LIBS)