Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 12b8f5d65eb5135bd651b2462f43752cd0b486e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

METASOURCES = AUTO
bin_PROGRAMS = osirion
osirion_LDADD = $(top_builddir)/src/game/libgame.la \
	$(top_builddir)/src/gl/libosiriongl.la
osirion_SOURCES = camera.cc client.cc console.cc hud.cc input.cc main.cc \
	shipdrawer.cc stardrawer.cc video.cc view.cc



INCLUDES = -I$(top_srcdir)/src
osirion_CFLAGS = $(LIBSDL_CFLAGS)
osirion_LDFLAGS = $(LIBSDL_LIBS)

noinst_HEADERS = camera.h client.h console.h input.h shipdrawer.h stardrawer.h \
	video.h view.h