Makefile
author viric@llimona
Sun, 07 May 2006 01:33:40 +0200
changeset 13 c2b272938a1f
parent 11 dcfe4d2d4387
child 26 95fccfcbd04c
permissions -rw-r--r--
actual_map is initialized at first, so almost never a SIGSEGV can happen. Even though it should be initialized at init_so, and protecting against SIGSEGV there.
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
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     3
# DEBUG
11
dcfe4d2d4387 Now Makefile compiles in debug, and Makefile.opt compiles optimized.
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
0
be33ecaa3619 Initial commit.
viric@llimona
parents:
diff changeset
     6
11
dcfe4d2d4387 Now Makefile compiles in debug, and Makefile.opt compiles optimized.
viric@llimona
parents: 7
diff changeset
     7
include Makefile.deps