diff Makefile @ 0:c12a8dda22bb

Initial import.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:27:53 +0300
parents
children 686cfe0b7ee4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Fri Sep 28 02:27:53 2012 +0300
@@ -0,0 +1,16 @@
+#
+# Generic UNIX targets
+#
+SDL_CFLAGS=`sdl-config --cflags`
+SDL_LDFLAGS=`sdl-config --static-libs`
+
+RANLIB=ranlib
+
+DMLIB = ./dmlib/
+BINPATH ?= ./exe/
+OBJPATH ?= ./unix/
+EXEEXT ?=
+
+BINARIES=krapula
+
+include $(DMLIB)Makefile.gen