Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 32644aa817e6aaf7c7d7aa7cba6edfb50e8cfdb8 (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
METASOURCES = AUTO
AM_CPPFLAGS = -I$(top_srcdir)/src

noinst_LTLIBRARIES = libmath.la
noinst_HEADERS = \
	axis.h \
	boundingbox3f.h \
	color.h \
	functions.h \
	mathlib.h \
	matrix4f.h \
	vector2f.h \
	vector3f.h

libmath_la_SOURCES = \
	axis.cc \
	boundingbox3f.cc \
	color.cc \
	functions.cc \
	matrix4f.cc \
	vector2f.cc \
	vector3f.cc

libmath_la_LDFLAGS = -avoid-version -no-undefined -lm