16 lines
		
	
	
		
			459 B
		
	
	
	
		
			Makefile
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			459 B
		
	
	
	
		
			Makefile
		
	
	
	
| noinst_LTLIBRARIES = libac.la
 | |
| 
 | |
| INCLUDES = -I@MESA_SOURCE@/include \
 | |
|            -I$(srcdir)/../X \
 | |
|            -I$(srcdir)/../array_cache \
 | |
|            -I$(srcdir)/../glapi \
 | |
|            -I$(srcdir)/../main \
 | |
|            -I$(srcdir)/../math \
 | |
|            -I$(srcdir)/../shader \
 | |
|            -I$(srcdir)/../swrast \
 | |
|            -I$(srcdir)/../swrast_setup \
 | |
|            -I$(srcdir)/../tnl \
 | |
|            -I$(srcdir)/..
 | |
| 
 | |
| nodist_libac_la_SOURCES = ac_context.c ac_import.c
 |