aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 2d084a893df528d1c7558e254b9249aedaf46093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bin_PROGRAMS = thrust3d
noinst_PROGRAMS = gentexture obj2model

thrust3d_SOURCES = main.c model.c render.c physics.c game.c texture.c utils.c audio.c render-text.c

#glcheck_SOURCES = glcheck.c
#glcheck_LDADD = -lglut

gentexture_SOURCES = gentexture.c

obj2model_SORUCES = obj2model.c

AM_CFLAGS = -Wall
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"/thrust3d\"