Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 99dec0a41fad7a75ed0a4a9c92baa15ba8aedca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game

noinst_LTLIBRARIES = libexample.la
noinst_HEADERS = \
	example.h \
	spectator.h

libexample_la_SOURCES = \
	example.cc \
	spectator.cc

libexample_la_DEPENDENCIES = \
	$(top_builddir)/src/auxiliary/libauxiliary.la \
	$(top_builddir)/src/math/libmath.la \
	$(top_builddir)/src/sys/libsys.la \
	$(top_builddir)/src/filesystem/libfilesystem.la \
	$(top_builddir)/src/model/libmodel.la \
	$(top_builddir)/src/core/libcore.la

libexample_la_LDFLAGS = -avoid-version -no-undefined