dxx-rebirth/maths/makefile

15 lines
285 B
Makefile
Raw Normal View History

2006-03-20 16:43:15 +00:00
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
2006-04-03 17:32:39 +00:00
OUTPUT = $(LIBDIR)/maths.$(LIB)
2006-03-20 16:43:15 +00:00
include $(TOPDIR)/makefile.lib