blob: 5ea51a2f42046d90f1a882659c3a3fcd6d4ca8cb (
plain)
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
|
TOP = ../../../..
include $(TOP)/configs/current
LIBNAME = nv04
DRIVER_SOURCES = \
nv04_clear.c \
nv04_context.c \
nv04_fragprog.c \
nv04_fragtex.c \
nv04_miptree.c \
nv04_prim_vbuf.c \
nv04_screen.c \
nv04_state.c \
nv04_state_emit.c \
nv04_surface.c \
nv04_vbo.c
C_SOURCES = \
$(COMMON_SOURCES) \
$(DRIVER_SOURCES)
ASM_SOURCES =
include ../../Makefile.template
symlinks:
|