dxx-rebirth/maths/makefile
2006-03-20 16:43:15 +00:00

15 lines
284 B
Makefile
Executable file

TOPDIR = ..
include $(TOPDIR)/makefile.config
ifdef NO_ASM
OBJECTS = fixc.$(OBJ) tables.$(OBJ) vecmat.$(OBJ) rand.$(OBJ)
else
E_CFLAGS = -DASM_VECMAT
OBJECTS = fix.$(OBJ) vecmat.$(OBJ) vecmata.$(OBJ) rand.$(OBJ)
endif
OUTPUT = $(LIBDIR)maths.$(ARC)
include $(TOPDIR)/makefile.lib