blob: 1305f26c5911260c72e2d04a2840e536d106740a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = nv20
C_SOURCES = \
nv20_clear.c \
nv20_context.c \
nv20_fragprog.c \
nv20_fragtex.c \
nv20_miptree.c \
nv20_prim_vbuf.c \
nv20_screen.c \
nv20_state.c \
nv20_state_emit.c \
nv20_surface.c \
nv20_transfer.c \
nv20_vbo.c
# nv20_vertprog.c
include ../../Makefile.template
|