blob: e215539fef76bcfcf7b435c9be1becae139c7536 (
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
26
27
|
libtess_la_SOURCES = \
dict-list.h \
dict.c \
dict.h \
geom.c \
geom.h \
memalloc.c \
memalloc.h \
mesh.c \
mesh.h \
normal.c \
normal.h \
priorityq.c \
priorityq.h \
render.c \
render.h \
sweep.c \
sweep.h \
tess.c \
tess.h \
tessmono.c \
tessmono.h
EXTRA_DIST = \
priorityq-heap.c \
priorityq-heap.h \
priorityq-sort.h
|