]> git.mxchange.org Git - simgear.git/blob - XGL/Makefile
Incorporated code changes contributed by Charlie Hotchkiss
[simgear.git] / XGL / Makefile
1 ARLIBRARY = libXGL.a
2 TARGETS = $(ARLIBRARY)
3
4 CFILES = xgl.c xglUtils.c
5 CXXFILES =
6
7 LDIRT = $(FG_ROOT_LIB)/$(ARLIBRARY)
8
9 include $(FG_ROOT_SRC)/commondefs
10
11 include $(COMMONRULES)