summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 0c9380d53327da9bd39451b5d5b2d0d25986fab8 (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
NULL=#

AM_CFLAGS = $(WARN_CFLAGS) -I$(srcdir)/..
libintel_tools_la_SOURCES = \
	intel_batchbuffer.h \
	intel_chipset.h \
	intel_gpu_tools.h \
	intel_mmio.c \
	intel_pci.c \
	intel_reg.h \
	instdone.c \
	instdone.h \
	drmtest.h

if HAVE_DRM
libintel_tools_la_SOURCES += \
	intel_batchbuffer.c \
	intel_drm.c \
	drmtest.c \
	$(NULL)
AM_CFLAGS += $(DRM_CFLAGS)
endif

noinst_LTLIBRARIES = libintel_tools.la