blob: 25985bbfbd83fe28d2fcb56ed75d009129513f18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
METASOURCES = AUTO
libmodel_la_SOURCES = engine.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 light.h map.h mapfile.h model.h plane.h triangle.h \
vertexarray.h
INCLUDES = -I$(top_srcdir)/src
|