comparison Makefile @ 93:7f9f6af26a65

Move -DTH_NO_DEFAULTS to Makefile.gen instead.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 07 May 2009 03:58:42 +0300
parents 9140c33296a8
children 937db3c2465f
comparison
equal deleted inserted replaced
92:638f88374e3e 93:7f9f6af26a65
2 # Configuration settings for typical UNIX 2 # Configuration settings for typical UNIX
3 # 3 #
4 4
5 # C-compiler, flags and linker flags 5 # C-compiler, flags and linker flags
6 CC=gcc 6 CC=gcc
7 CFLAGS=-DTH_NO_DEFAULTS -DHAVE_STRING_H -DHAVE_INT_TYPES 7 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES
8 LDFLAGS=-lcurses 8 LDFLAGS=-lcurses
9 9
10 #CFLAGS += -DHAVE_STDINT_H 10 #CFLAGS += -DHAVE_STDINT_H
11 #CFLAGS += -DHAVE_SYS_TYPES_H 11 #CFLAGS += -DHAVE_SYS_TYPES_H
12 12