Makefile
author viric@llimona
Tue, 30 May 2006 12:02:13 +0200
changeset 55 c72dbd390cf2
parent 32 bf8fdaf2661c
permissions -rw-r--r--
Now the tcp_server sends the log file. The tcp server is now shutted down by its own function call.
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