annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 #
204
937db3c2465f Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents: 93
diff changeset
2 # Configuration settings for Linux and generic UNIX
937db3c2465f Added Makefile for Solaris 9+ and removed references to it from main Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents: 93
diff changeset
3 # See other Makefile.* files for more options.
0
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 #
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 # C-compiler, flags and linker flags
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 CC=gcc
412
3e64acb433e8 Split libnnchat into libnnet and libnnutil
Matti Hamalainen <ccr@tnsp.org>
parents: 384
diff changeset
8 CFLAGS=-DHAVE_STRING_H -DHAVE_STDINT_H
384
40b95d677f68 Fix build.
Matti Hamalainen <ccr@tnsp.org>
parents: 204
diff changeset
9 LDFLAGS=-lncurses
0
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 #CFLAGS += -DHAVE_STDINT_H
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 #CFLAGS += -DHAVE_SYS_TYPES_H
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 # Miscellaneous
87
9140c33296a8 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 68
diff changeset
15 BINPATH=
9140c33296a8 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 68
diff changeset
16 OBJPATH=
0
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 EXEEXT=
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19
728243125263 Import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 include Makefile.gen