Makefile
author viric@llimona
Tue, 30 May 2006 12:05:42 +0200
changeset 56 48b8acd6e878
parent 32 bf8fdaf2661c
permissions -rw-r--r--
The open() is done without mode_t mode.
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