simgear/XGL/Makefile
curt 0dd244fb0c Merged in make system changes from Bob Kuehne <rpk@sgi.com>
This should simplify things tremendously.
1998-01-19 19:27:10 +00:00

12 lines
178 B
Makefile

ARLIBRARY = libXGL.a
TARGETS = $(ARLIBRARY)
CFILES = xgl.c xglUtils.c
CXXFILES =
LDIRT = $(FG_ROOT_LIB)/$(ARLIBRARY)
include $(FG_ROOT_SRC)/commondefs
include $(COMMONRULES)