summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/adaptagrams/libvpsc/Makefile.am
blob: 12e779aa84ee9b5a13508bc57002f649142841c1 (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
EXTRA_DIST=libvpsc.pc.in
lib_LTLIBRARIES = libvpsc.la
libvpsc_la_CPPFLAGS = -I$(top_srcdir) -I$(includedir)/libvpsc -fPIC
libvpsc_la_LDFLAGS = -no-undefined

#DEFS=-DLIBVPSC_LOGGING


libvpsc_la_SOURCES = block.cpp\
	blocks.cpp\
	constraint.cpp\
	rectangle.cpp\
	solve_VPSC.cpp\
	variable.cpp\
	cbuffer.cpp\
	isnan.h\
	block.h\
	blocks.h\
	constraint.h\
	rectangle.h\
	pairingheap.h\
	solve_VPSC.h\
	variable.h\
	cbuffer.h\
	linesegment.h\
	assertions.h

libvpscincludedir = $(includedir)/libvpsc

libvpscinclude_HEADERS = solve_VPSC.h \
	block.h\
	constraint.h\
	exceptions.h\
	rectangle.h\
	variable.h \
	assertions.h

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

SUBDIRS = . tests