repo.or.cz
/
geda-pcb
/
whiteaudio.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check sscanf() return value in GetValue().
[geda-pcb/whiteaudio.git]
/
gts
/
Makefile.am
blob
41ab870469180b462951d2398ed1df51cfa21f04
1
## Process this file with automake to produce Makefile.in
2
3
INCLUDES = -I$(srcdir) -DG_LOG_DOMAIN=\"Gts\"
4
5
noinst_LIBRARIES = libgts.a
6
7
libgts_a_SOURCES = \
8
object.c \
9
point.c \
10
vertex.c \
11
segment.c \
12
edge.c \
13
triangle.c \
14
face.c \
15
kdtree.c \
16
bbtree.c \
17
misc.c \
18
gts.h \
19
gts-private.h \
20
predicates.c \
21
predicates.h \
22
rounding.h \
23
heap.c \
24
eheap.c \
25
fifo.c \
26
matrix.c \
27
surface.c \
28
stripe.c \
29
vopt.c \
30
refine.c \
31
iso.c \
32
isotetra.c \
33
split.c \
34
psurface.c \
35
hsurface.c \
36
cdt.c \
37
boolean.c \
38
named.c \
39
oocs.c \
40
container.c \
41
graph.c \
42
pgraph.c \
43
partition.c \
44
curvature.c \
45
tribox3.c
46
47
noinst_HEADERS = \
48
gts.h