diff Makefile @ 0:8e7e08bf7b9e

Initial import.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Sep 2014 21:20:04 +0300
parents
children ea774012d049
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Wed Sep 24 21:20:04 2014 +0300
@@ -0,0 +1,23 @@
+#
+# Configuration settings for Linux and generic UNIX
+# See other Makefile.* files for more options.
+#
+
+# C-compiler, flags and linker flags
+CC=gcc
+AR=ar
+RANLIB=ranlib
+
+CFLAGS=-DHAVE_STRING_H -DHAVE_STDINT_H
+LDFLAGS=
+
+#CFLAGS += -DHAVE_STDINT_H
+#CFLAGS += -DHAVE_SYS_TYPES_H
+
+# Miscellaneous
+BINPATH=./
+OBJPATH=obj/unix/
+EXEEXT=
+
+
+include Makefile.gen