mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-03 19:47:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			304 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			304 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
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)/..
 |