bin_PROGRAMS = kuklomenos kuklomenos_SOURCES = clock.cc collision.cc conffile.cc coords.cc data.cc\ geom.cc gfx.cc invaders.cc main.cc menu.cc node.cc player.cc\ random.cc settings.cc shot.cc state.cc SDL_gfxPrimitivesDirty.cc noinst_HEADERS = clock.h collision.h conffile.h coords.h data.h geom.h\ gfx.h invaders.h menu.h node.h player.h random.h settings.h shot.h\ state.h SDL_gfxPrimitivesDirty.h pkgdata_DATA = 10x20.fnt 7x13.fnt amiga_machines.mod EXTRA_DIST = $(pkgdata_DATA) Mac AM_CXXFLAGS = -Wall -pedantic AM_CPPFLAGS = -DDATADIR=\"$(datadir)\" .PHONY: debug profile debug: $(MAKE) all "CXXFLAGS=-g -DDEBUG" profile: $(MAKE) all "CXXFLAGS=-pg"