File: Makefile.am

package info (click to toggle)
pcb 20140316-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,212 kB
  • ctags: 16,012
  • sloc: ansic: 123,955; sh: 7,306; yacc: 5,087; pascal: 4,118; makefile: 1,559; perl: 552; lex: 438; awk: 157; lisp: 86; tcl: 63; xml: 20
file content (48 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (4)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = -I$(srcdir) -DG_LOG_DOMAIN=\"Gts\"

noinst_LIBRARIES = libgts.a

libgts_a_SOURCES = \
	object.c \
	point.c \
	vertex.c \
	segment.c \
	edge.c \
	triangle.c \
	face.c \
	kdtree.c \
	bbtree.c \
	misc.c \
	gts.h \
	gts-private.h \
	predicates.c \
	predicates.h \
	rounding.h \
	heap.c \
	eheap.c \
	fifo.c \
	matrix.c \
	surface.c \
	stripe.c \
	vopt.c \
	refine.c \
	iso.c \
	isotetra.c \
	split.c \
	psurface.c \
	hsurface.c \
	cdt.c \
	boolean.c \
	named.c \
	oocs.c \
	container.c \
	graph.c \
	pgraph.c \
	partition.c \
	curvature.c \
	tribox3.c

noinst_HEADERS = \
	gts.h