GLdc/Makefile

19 lines
443 B
Makefile
Raw Normal View History

# KallistiOS ##version##
#
# addons/libgl Makefile
# (c)2001 Dan Potter
TARGET = libgl.a
OBJS = gldepth.o gldraw.o glkos.o gllight.o glmisc.o
OBJS += gltex.o gltrans.o glvars.o glblend.o glfog.o glmodifier.o glnzclip.o
SUBDIRS =
2012-07-06 14:01:41 +00:00
defaultall: create_kos_link $(OBJS) subdirs linklib
2012-07-06 14:01:41 +00:00
include $(KOS_BASE)/addons/Makefile.prefab
2012-07-06 14:01:41 +00:00
# creates the kos link to the headers
create_kos_link:
rm -f ../include/GL
ln -s ../libgl/include ../include/GL