Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 1ed50158c9f8e4edaaaee24b9a1275993ff1dd1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDES = -I$(top_srcdir)/src
METASOURCES = AUTO

libgame_la_LDFLAGS = -avoid-version --no-undefined
libgame_la_LIBADD = $(top_builddir)/src/math/libmath.la \
		$(top_builddir)/src/common/libcommon.la \
		$(top_builddir)/src/filesystem/libfilesystem.la \
		$(top_builddir)/src/core/libcore.la
libgame_la_SOURCES = game.cc sector.cc ship.cc shipspecs.cc star.cc

noinst_LTLIBRARIES = libgame.la
noinst_HEADERS = game.h player.h sector.h ship.h shipspecs.h star.h world.h