summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/adaptagrams/libavoid/Makefile.am
blob: 837dacb5760e4edd388c404fe1ac6bff337e4f9e (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
EXTRA_DIST=libavoid.pc.in

lib_LTLIBRARIES = libavoid.la
libavoid_la_CPPFLAGS = -I$(top_srcdir) -I$(includedir)/libavoid -fPIC
libavoid_la_LDFLAGS = -no-undefined

libavoid_la_SOURCES = connectionpin.cpp \
			connector.cpp \
			connend.cpp \
			geometry.cpp \
			geomtypes.cpp \
			graph.cpp \
			junction.cpp \
			makepath.cpp \
			obstacle.cpp \
			orthogonal.cpp \
			router.cpp \
			shape.cpp \
			timer.cpp \
			vertices.cpp \
			viscluster.cpp \
			visibility.cpp \
			vpsc.cpp \
			hyperedge.cpp \
			hyperedgeimprover.cpp \
			mtst.cpp \
			hyperedgetree.cpp \
			scanline.cpp \
			actioninfo.cpp \
			assertions.h \
			connector.h \
			connectionpin.h \
			connend.h \
			debug.h \
			geometry.h \
			geomtypes.h \
			graph.h \
			junction.h \
			libavoid.h \
			makepath.h \
			obstacle.h \
			orthogonal.h \
			router.h \
			shape.h \
			timer.h \
			vertices.h \
			viscluster.h \
			visibility.h \
			hyperedge.h \
			mtst.h \
			hyperedgetree.h \
			scanline.h \
			actioninfo.h \
			vpsc.h \
			debughandler.h

libavoidincludedir = $(includedir)/libavoid
libavoidinclude_HEADERS = assertions.h \
			connector.h \
			connectionpin.h \
			connend.h \
			debug.h \
                        dllexport.h \
			geometry.h \
			geomtypes.h \
			graph.h \
			junction.h \
			libavoid.h \
			makepath.h \
			obstacle.h \
			orthogonal.h \
			router.h \
			shape.h \
			timer.h \
			vertices.h \
			viscluster.h \
			visibility.h \
			hyperedge.h \
			hyperedgeimprover.h \
			mtst.h \
			hyperedgetree.h \
			scanline.h \
			actioninfo.h \
			vpsc.h \
			debughandler.h

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libavoid.pc

SUBDIRS = . tests