Makefile
author viric@llimona
Fri, 16 Jun 2006 18:45:24 +0200
changeset 62 39bf7ecd7b21
parent 32 bf8fdaf2661c
permissions -rw-r--r--
IPV6_V6ONLY setsockopt added for the udp server.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
cd184f6ef0d8 The named pipe opening and reading works.
viric@llimona
parents: 0
diff changeset
     1
# GNU CC
cd184f6ef0d8 The named pipe opening and reading works.
viric@llimona
parents: 0
diff changeset
     2
CC=gcc
27
b01603838e42 Added LDFLAGS and static compilation
viric@mandarina
parents: 16
diff changeset
     3
MY_CFLAGS=-Wall -ansi -pedantic -std=c99 -g
32
bf8fdaf2661c The gcc makefile doesn't compile static anymore.
viric@mandarina
parents: 27
diff changeset
     4
MY_LDFLAGS=
1
cd184f6ef0d8 The named pipe opening and reading works.
viric@llimona
parents: 0
diff changeset
     5
15
fea6e87812f0 Now everything works - the rfc3164 message parser must be improved.
viric@llimona
parents: 12
diff changeset
     6
include Makefile.common