Makefile revision da5103c3b382ca08368a19a195a24278596db4cb
1TOP = ../../../..
2include $(TOP)/configs/current
3
4LIBNAME = nv30
5
6C_SOURCES = \
7	nv30_fragtex.c \
8	nv30_state.c
9
10LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/nvfx
11
12include ../../Makefile.template
13