mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
407aee486d
- adopted more common dir code from scummvm for easier multi platform support - synced some changes from scummvm code
29 lines
351 B
Makefile
29 lines
351 B
Makefile
MODULE := engine/tinygl
|
|
|
|
MODULE_OBJS := \
|
|
api.o \
|
|
arrays.o \
|
|
clear.o \
|
|
clip.o \
|
|
error.o \
|
|
get.o \
|
|
image_util.o \
|
|
init.o \
|
|
light.o \
|
|
list.o \
|
|
matrix.o \
|
|
memory.o \
|
|
misc.o \
|
|
msghandling.o \
|
|
select.o \
|
|
specbuf.o \
|
|
texture.o \
|
|
vertex.o \
|
|
zbuffer.o \
|
|
zline.o \
|
|
zmath.o \
|
|
ztriangle.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|