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

libmodel_la_SOURCES = engine.cc flare.cc light.cc map.cc mapfile.cc model.cc \
	plane.cc tirangle.cc vertexarray.cc
libmodel_la_LDFLAGS = -avoid-version -no-undefined -lm

noinst_LTLIBRARIES = libmodel.la
noinst_HEADERS = engine.h flare.h light.h map.h mapfile.h model.h plane.h \
	triangle.h vertexarray.h

INCLUDES = -I$(top_srcdir)/src