File: Makefile.am

package info (click to toggle)
intel-gpu-tools 1.0.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,716 kB
  • ctags: 2,265
  • sloc: sh: 10,233; ansic: 6,311; makefile: 137
file content (16 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libintel_tools_la_SOURCES = \
	intel_batchbuffer.c \
	intel_batchbuffer.h \
	intel_chipset.h \
	intel_gpu_tools.c \
	intel_gpu_tools.h \
	intel_reg.h \
	instdone.c \
	instdone.h \
	drmtest.c \
	drmtest.h

noinst_LTLIBRARIES = libintel_tools.la

AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
	-I$(srcdir)/..