dxx-rebirth/3d/makefile

12 lines
251 B
Makefile
Raw Normal View History

2006-03-20 16:43:15 +00:00
TOPDIR = ..
include $(TOPDIR)/makefile.config
OBJECTS = clipper.$(OBJ) matrix.$(OBJ) rod.$(OBJ) \
draw.$(OBJ) instance.$(OBJ) points.$(OBJ) setup.$(OBJ) \
globvars.$(OBJ) interp.$(OBJ)
2006-04-03 17:32:39 +00:00
OUTPUT = $(LIBDIR)/3d.$(LIB)
2006-03-20 16:43:15 +00:00
include $(TOPDIR)/makefile.lib