bin_PROGRAMS = thrust3d thrust3d_SOURCES = main.c model.c render.c physics.c game.c texture.c utils.c thrust3d_LDADD = @LIBS@ AM_CFLAGS = -Wall -g AM_CPPFLAGS = -DDATADIR=\""$(datadir)"/thrust3d\"