dxx-rebirth/maths/makefile
2006-04-03 17:32:39 +00:00

15 lines
285 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.$(LIB)
include $(TOPDIR)/makefile.lib