File: Makefile.am

package info (click to toggle)
intel-gpu-tools 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,336 kB
  • sloc: ansic: 24,228; sh: 11,335; makefile: 260; python: 118
file content (31 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
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

noinst_LTLIBRARIES = libintel_tools.la

AM_CPPFLAGS = -I$(top_srcdir)
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS)

libintel_tools_la_SOURCES = 	\
	debug.h			\
	drmtest.c		\
	drmtest.h		\
	i830_reg.h		\
	i915_3d.h		\
	i915_reg.h		\
	instdone.c		\
	instdone.h		\
	intel_batchbuffer.c	\
	intel_batchbuffer.h	\
	intel_chipset.h		\
	intel_drm.c		\
	intel_gpu_tools.h	\
	intel_mmio.c		\
	intel_pci.c		\
	intel_reg.h		\
	rendercopy_i915.c	\
	rendercopy_i830.c	\
	gen6_render.h		\
	rendercopy_gen6.c	\
	rendercopy.h		\
	intel_reg_map.c		\
	$(NULL)