From 8f6b50132da371cbf66fd28b0bc1eefc2cb82135 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 19 Feb 2016 14:32:48 -0500 Subject: Switched to CMake build system --- Makefile.am | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index f8b1425..0000000 --- a/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -AUTOMAKE_OPTIONS = subdir-objects -ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} - -bin_PROGRAMS = mazeoflife -mazeoflife_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 -AM_CXXFLAGS = $(SDLTTF_CXXFLAGS) $(SDLNET_CXXFLAGS) -mazeoflife_LDADD = $(SDLTTF_LIBS) $(SDLNET_LIBS) -EXTRA_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 -- cgit 1.4.1