From 3b21507274aa4f98644382903ae529c1fc2c7bd4 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 20 Aug 2014 01:36:33 +1000 Subject: GL3D GWIN window + demo --- 3rdparty/tinygl-0.4-ugfx/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3rdparty/tinygl-0.4-ugfx/Makefile (limited to '3rdparty/tinygl-0.4-ugfx/Makefile') diff --git a/3rdparty/tinygl-0.4-ugfx/Makefile b/3rdparty/tinygl-0.4-ugfx/Makefile new file mode 100644 index 00000000..b313cddd --- /dev/null +++ b/3rdparty/tinygl-0.4-ugfx/Makefile @@ -0,0 +1,15 @@ +include config.mk + +all: + ( for f in $(DIRS); do ( cd $$f ; make all ) || exit 1 ; done ) + +clean: + rm -f *~ lib/libTinyGL.a include/GL/*~ TAGS + ( for f in $(DIRS); do ( cd $$f ; make clean ; ) done ) + +install: + ( for f in $(DIRS); do ( cd $$f ; make install ; ) done ) + + +tar: + ( cd .. ; tar zcvf TinyGL-0.4.tar.gz TinyGL --exclude CVS --exclude TAGS ) -- cgit v1.2.3