summaryrefslogtreecommitdiff
path: root/mogltk/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2003-09-05 22:01:00 +0000
committerpixel <pixel>2003-09-05 22:01:00 +0000
commit343acb603be88ce4e9ac75de1d5ff64c086dfd77 (patch)
treef5fa96509a5c0fa6fd70805860a912003bfe1770 /mogltk/Makefile
parent2103fd655288946ef7353f05aed4d76a0f4f7f6c (diff)
Removing mogltk...
Diffstat (limited to 'mogltk/Makefile')
-rwxr-xr-xmogltk/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/mogltk/Makefile b/mogltk/Makefile
deleted file mode 100755
index 4e99e89..0000000
--- a/mogltk/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/make -f
-
-CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -I../includes -DHAVE_ZLIB `sdl-config --cflags`
-CXX=g++
-
-OBJECTS = glbase.o engine.o gltexture.o glfont.o
-TARGET = mogltk.a
-
-all: ${TARGET}
-
-mogltk.a: ${OBJECTS}
- ar -r mogltk.a ${OBJECTS}
- ranlib mogltk.a
-
-clean:
- rm -f *.o ${TARGET} compil.c