Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 4e5705c84a4dff759ceda34b2363075d70110be7 (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 shipspecs.h \
	stardrawer.h video.h view.h