Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: 4549557ec99558f935dff82a05bb2676d8817a9a (plain)
1
2
3
4
5
6
7
8
9
METASOURCES = AUTO

libmath_la_SOURCES = color.cc functions.cc plane.cc vector3f.cc
libmath_la_LDFLAGS = -avoid-version -no-undefined -lm

noinst_LTLIBRARIES = libmath.la
noinst_HEADERS = color.h functions.h mathlib.h plane.h vector3f.h

INCLUDES = -I$(top_srcdir)/src