comparison Makefile @ 0:728243125263

Import.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 00:15:03 +0000
parents
children 07095e801713
comparison
equal deleted inserted replaced
-1:000000000000 0:728243125263
1 #
2 # Configuration settings for typical UNIX
3 #
4
5 # Installation prefix
6 PREFIX=/usr/local
7 BINPATH=./
8
9 # C-compiler, flags and linker flags
10 CC=gcc
11 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
12 LDFLAGS=
13
14 #CFLAGS += -DHAVE_STDINT_H
15 #CFLAGS += -DHAVE_SYS_TYPES_H
16
17 # For Solaris 9 with GCC, you need:
18 #CFLAGS += -DHAVE_UINT_T
19 #LDFLAGS += -lresolv
20
21
22 # Miscellaneous
23 RM=rm
24 EXEEXT=
25
26
27 include Makefile.gen