Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: bb0d96703c96c147111135a82f9bbae423485488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game
METASOURCES = AUTO
libbase_la_LDFLAGS = -avoid-version
noinst_LTLIBRARIES = libbase.la
libbase_la_SOURCES = \
	cargo.cc \
	cargopod.cc \
	faction.cc \
	game.cc \
	jumppoint.cc \
	navpoint.cc \
	planet.cc \
	racetrack.cc \
	ship.cc \
	shipmodel.cc \
	star.cc \
	station.cc \
	template.cc
noinst_HEADERS = \
	cargo.h \
	cargopod.h \
	game.h \
	faction.h \
	jumppoint.h \
	navpoint.h \
	planet.h \
	racetrack.h \
	ship.h \
	shipmodel.h \
	star.h \
	station.h \
	template.h