summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2016-02-19 14:32:48 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2016-02-19 14:32:48 -0500
commit8f6b50132da371cbf66fd28b0bc1eefc2cb82135 (patch)
tree3b90f3c82db698b6503659a2744e642c43eca0fe /Makefile.am
parent2aed9c0fbf000c1a57296ed3c957ac8387f7f2e8 (diff)
downloadmazeoflife-8f6b50132da371cbf66fd28b0bc1eefc2cb82135.tar.gz
mazeoflife-8f6b50132da371cbf66fd28b0bc1eefc2cb82135.tar.bz2
mazeoflife-8f6b50132da371cbf66fd28b0bc1eefc2cb82135.zip
Switched to CMake build system
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index f8b1425..0000000 --- a/Makefile.am +++ /dev/null
@@ -1,8 +0,0 @@
1AUTOMAKE_OPTIONS = subdir-objects
2ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
3
4bin_PROGRAMS = mazeoflife
5mazeoflife_SOURCES = highscore.cpp highscore.h hslist.cpp hslist.h mazeoflife.cpp mazeoflife.h util.cpp util.h titlestate.cpp titlestate.h gamestate.cpp gamestate.h state.h
6AM_CXXFLAGS = $(SDLTTF_CXXFLAGS) $(SDLNET_CXXFLAGS)
7mazeoflife_LDADD = $(SDLTTF_LIBS) $(SDLNET_LIBS)
8EXTRA_DIST = resources/chl.bmp resources/hlo_paartm.bmp resources/hlo_passartm.bmp resources/hlo_rtm.bmp resources/htp1.bmp resources/htp2.bmp resources/icon.bmp resources/mono.ttf resources/pointer.bmp resources/title.bmp