diff Makefile @ 0:728243125263

Import.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 00:15:03 +0000
parents
children 07095e801713
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Thu Mar 20 00:15:03 2008 +0000
@@ -0,0 +1,27 @@
+#
+# Configuration settings for typical UNIX
+#
+
+# Installation prefix
+PREFIX=/usr/local
+BINPATH=./
+
+# C-compiler, flags and linker flags
+CC=gcc
+CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
+LDFLAGS=
+
+#CFLAGS += -DHAVE_STDINT_H
+#CFLAGS += -DHAVE_SYS_TYPES_H
+
+# For Solaris 9 with GCC, you need:
+#CFLAGS += -DHAVE_UINT_T
+#LDFLAGS += -lresolv
+
+
+# Miscellaneous
+RM=rm
+EXEEXT=
+
+
+include Makefile.gen