comparison Makefile @ 204:937db3c2465f

Added Makefile for Solaris 9+ and removed references to it from main Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Nov 2010 12:20:58 +0200
parents 7f9f6af26a65
children 40b95d677f68
comparison
equal deleted inserted replaced
203:e7538539de7f 204:937db3c2465f
1 # 1 #
2 # Configuration settings for typical UNIX 2 # Configuration settings for Linux and generic UNIX
3 # See other Makefile.* files for more options.
3 # 4 #
4 5
5 # C-compiler, flags and linker flags 6 # C-compiler, flags and linker flags
6 CC=gcc 7 CC=gcc
7 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES 8 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
8 LDFLAGS=-lcurses 9 LDFLAGS=-lcurses
9 10
10 #CFLAGS += -DHAVE_STDINT_H 11 #CFLAGS += -DHAVE_STDINT_H
11 #CFLAGS += -DHAVE_SYS_TYPES_H 12 #CFLAGS += -DHAVE_SYS_TYPES_H
12 13
13 # For Solaris 9 with GCC, you need:
14 #CFLAGS += -DHAVE_UINT_T
15 #LDFLAGS += -lresolv
16
17
18 # Miscellaneous 14 # Miscellaneous
19 BINPATH= 15 BINPATH=
20 OBJPATH= 16 OBJPATH=
21 EXEEXT= 17 EXEEXT=
22 18