Makefile
author viric@llimona
Fri, 16 Feb 2007 23:53:32 +0100
changeset 27 545f73869d65
parent 26 95fccfcbd04c
child 28 cd27cb410375
permissions -rw-r--r--
Added USR1 status shower.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     1
CC=gcc
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     2
26
95fccfcbd04c Less calls to libc. Profiling is much better now.
viric@llimona
parents: 24
diff changeset
     3
# DEBUG for gprof
24
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents: 7
diff changeset
     4
CFLAGS=-pedantic -Wall -g -pg #-DDEBUG
5
9d1e320acbb0 Adding -Wall to ldflags
viric@llimona
parents: 4
diff changeset
     5
LDFLAGS=-pg -Wall
26
95fccfcbd04c Less calls to libc. Profiling is much better now.
viric@llimona
parents: 24
diff changeset
     6
#
95fccfcbd04c Less calls to libc. Profiling is much better now.
viric@llimona
parents: 24
diff changeset
     7
# DEBUG
95fccfcbd04c Less calls to libc. Profiling is much better now.
viric@llimona
parents: 24
diff changeset
     8
CFLAGS=-pedantic -Wall -g #-DDEBUG
95fccfcbd04c Less calls to libc. Profiling is much better now.
viric@llimona
parents: 24
diff changeset
     9
LDFLAGS=-Wall
0
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
    10
24
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents: 7
diff changeset
    11
include Makefile.deps