diff Makefile @ 0:32250b436bca

Initial re-import.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 01:54:23 +0300
parents
children 6e169d87d963
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Fri Sep 28 01:54:23 2012 +0300
@@ -0,0 +1,13 @@
+#
+# Generic UNIX targets
+#
+SDL_CFLAGS=`sdl-config --cflags`
+SDL_LDFLAGS=`sdl-config --static-libs`
+
+RANLIB=ranlib
+
+BINPATH ?= ./exe/
+OBJPATH ?= ./unix/
+EXEEXT ?=
+
+include Makefile.gen