AM_CFLAGS= -g -O2 -Werror # Tricks to generate the traj cache at compile time noinst_PROGRAMS = pathinit pathinit_SOURCES= \ path_init.c pathinit_LDADD= utils.o cell.o path_generated.c: pathinit ./pathinit > path_generated.c 2>/dev/null path_generated.o:path_generated.c bin_PROGRAMS = xbubble xbubble_SOURCES = \ utils.c utils.h \ rectangle.c rectangle.h \ cell.c cell.h \ loadpng.c loadpng.h \ rgba.c rgba.h \ frame.h \ init.c init.h \ sprite.c sprite.h \ bubble.c bubble.h \ opponent.c opponent.h \ board.c board.h \ controls.h \ timer.c timer.h \ game.c game.h \ setting.h \ dialog.c dialog.h \ screens.c screens.h \ xbubble.c \ gettext.h # path_generated.c xbubble_LDADD= path_generated.o xbubble.o: xbubble.c cell.h setting.h game.h timer.h screens.h init.h $(COMPILE) @DEFS@ -DDATADIR=\"$(pkgdatadir)\" -c xbubble.c