mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
17 lines
207 B
Makefile
17 lines
207 B
Makefile
MODULE := math
|
|
|
|
MODULE_OBJS := \
|
|
angle.o \
|
|
matrix3.o \
|
|
matrix4.o \
|
|
line3d.o \
|
|
line2d.o \
|
|
quat.o \
|
|
rect2d.o \
|
|
vector2d.o \
|
|
vector3d.o \
|
|
vector4d.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|