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

libgame_la_LDFLAGS = -avoid-version
libgame_la_SOURCES = game.cc jumppoint.cc navpoint.cc planet.cc racetrack.cc \
	ship.cc shipmodel.cc star.cc

noinst_LTLIBRARIES = libgame.la
noinst_HEADERS = game.h navpoint.h planet.h racetrack.h ship.h shipmodel.h \
	star.h
_SOURCES = jumppoint.h