MARSHAL_PREFIX = tetringo_marshal MARSHAL_FILE = tetringo-marshal bin_PROGRAMS = tetringo BUILT_SOURCES = \ tetringo-marshal.c \ tetringo-marshal.h tetringo_SOURCES = \ board.c \ board.h \ board-display.c \ board-display.h \ display.c \ display.h \ game-engine.c \ game-engine.h \ game-engine-local.c \ game-engine-local.h \ pieces.c \ pieces.h \ tetringo.c \ tetringo-marshal.c \ tetringo-marshal.h tetringo_LDADD = $(PACKAGE_LIBS) tetringo-marshal.h: tetringo-marshal.list $(GLIB_GENMARSHAL) --prefix=$(MARSHAL_PREFIX) tetringo-marshal.list \ --header > tetringo-marshal.h tetringo-marshal.c: tetringo-marshal.list $(GLIB_GENMARSHAL) --prefix=$(MARSHAL_PREFIX) tetringo-marshal.list \ --body > tetringo-marshal.c EXTRA_DIST = \ tetringo-marshal.list CLEANFILES = \ tetringo-marshal.c \ tetringo-marshal.h INCLUDES = \ $(PACKAGE_CFLAGS) \ -DDATA_DIR=\"$(datadir)/tringo\"