summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 4778f3707b453d46052f0b52b41248607e7e082a (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

lib_LTLIBRARIES = libwsbm.la

libwsbm_la_CFLAGS = @libdrm_CFLAGS@ -Wall 
libwsbm_la_LDFLAGS = -version-number 1:1:0 -no-undefined @libdrm_LIBS@
libwsbm_la_SOURCES = \
	wsbm_fencemgr.c \
	wsbm_fencemgr.h \
	wsbm_manager.c \
	wsbm_manager.h	\
	wsbm_mm.c \
	wsbm_mm.h \
	wsbm_pool.h \
	wsbm_util.h \
	wsbm_mallocpool.c \
	wsbm_driver.h \
	wsbm_driver.c \
	wsbm_ttmpool.c \
	wsbm_slabpool.c \
	wsbm_userpool.c \
	wsbm_priv.h


libwsbmincludedir = ${includedir}/wsbm
libwsbminclude_HEADERS = wsbm_manager.h wsbm_pool.h wsbm_driver.h \
	wsbm_fencemgr.h wsbm_util.h wsbm_atomic.h