blob: 6a444714547943ecdc8c90489af700312767e806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
METASOURCES = AUTO
libmodel_la_SOURCES = asefile.cc fragment.cc mapfile.cc material.cc \
model.cc face.cc primitives.cc quad.cc tags.cc triangle.cc vertexarray.cc
libmodel_la_LDFLAGS = -avoid-version -no-undefined -lm
noinst_LTLIBRARIES = libmodel.la
noinst_HEADERS = asefile.h fragment.h mapfile.h material.h model.h face.h \
primitives.h quad.h tags.h triangle.h vertexarray.h
INCLUDES = -I$(top_srcdir)/src
|