comparison Makefile @ 87:9140c33296a8

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 27 Apr 2009 07:30:51 +0300
parents 3ab7751fdad1
children 7f9f6af26a65
comparison
equal deleted inserted replaced
86:7577eb770892 87:9140c33296a8
1 # 1 #
2 # Configuration settings for typical UNIX 2 # Configuration settings for typical UNIX
3 # 3 #
4
5 # Installation prefix
6 PREFIX=/usr/local
7 BINPATH=./
8 4
9 # C-compiler, flags and linker flags 5 # C-compiler, flags and linker flags
10 CC=gcc 6 CC=gcc
11 CFLAGS=-DTH_NO_DEFAULTS -DHAVE_STRING_H -DHAVE_INT_TYPES 7 CFLAGS=-DTH_NO_DEFAULTS -DHAVE_STRING_H -DHAVE_INT_TYPES
12 LDFLAGS=-lcurses 8 LDFLAGS=-lcurses
18 #CFLAGS += -DHAVE_UINT_T 14 #CFLAGS += -DHAVE_UINT_T
19 #LDFLAGS += -lresolv 15 #LDFLAGS += -lresolv
20 16
21 17
22 # Miscellaneous 18 # Miscellaneous
23 RM=rm 19 BINPATH=
20 OBJPATH=
24 EXEEXT= 21 EXEEXT=
25 22
26 23
27 include Makefile.gen 24 include Makefile.gen