comparison Makefile @ 412:3e64acb433e8

Split libnnchat into libnnet and libnnutil
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 May 2012 06:38:26 +0300
parents 40b95d677f68
children 52c56ada3816
comparison
equal deleted inserted replaced
411:664b94a58dbe 412:3e64acb433e8
3 # See other Makefile.* files for more options. 3 # See other Makefile.* files for more options.
4 # 4 #
5 5
6 # C-compiler, flags and linker flags 6 # C-compiler, flags and linker flags
7 CC=gcc 7 CC=gcc
8 CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES 8 CFLAGS=-DHAVE_STRING_H -DHAVE_STDINT_H
9 LDFLAGS=-lncurses 9 LDFLAGS=-lncurses
10 10
11 #CFLAGS += -DHAVE_STDINT_H 11 #CFLAGS += -DHAVE_STDINT_H
12 #CFLAGS += -DHAVE_SYS_TYPES_H 12 #CFLAGS += -DHAVE_SYS_TYPES_H
13 13