mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
28 lines
345 B
Makefile
28 lines
345 B
Makefile
MODULE := engine/tinygl
|
|
|
|
MODULE_OBJS := \
|
|
api.o \
|
|
arrays.o \
|
|
clear.o \
|
|
clip.o \
|
|
get.o \
|
|
image_util.o \
|
|
init.o \
|
|
light.o \
|
|
list.o \
|
|
matrix.o \
|
|
memory.o \
|
|
misc.o \
|
|
select.o \
|
|
specbuf.o \
|
|
texture.o \
|
|
vertex.o \
|
|
zbuffer.o \
|
|
zline.o \
|
|
zmath.o \
|
|
ztriangle.o \
|
|
ztriangle_shadow.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|