Subversion Repositories HelenOS

Rev

Rev 3686 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3686 Rev 3688
Line 39... Line 39...
39
#CFLAGS += -Iinclude -I../../srv/loader/include  -fPIC -O0 -ggdb
39
#CFLAGS += -Iinclude -I../../srv/loader/include  -fPIC -O0 -ggdb
40
#LFLAGS += -shared --no-undefined -soname rtld.so
40
#LFLAGS += -shared --no-undefined -soname rtld.so
41
CFLAGS += -Iinclude -I../../srv/loader/include -O0 -ggdb
41
CFLAGS += -Iinclude -I../../srv/loader/include -O0 -ggdb
42
LFLAGS +=
42
LFLAGS +=
43
 
43
 
44
PIC_CFLAGS := $(CFLAGS) -fPIC -D__PIC__
44
PIC_CFLAGS := $(CFLAGS) -fPIC
45
 
45
 
46
DEFS += -DRELEASE=\"$(RELEASE)\"
46
DEFS += -DRELEASE=\"$(RELEASE)\"
47
 
47
 
48
ifdef REVISION
48
ifdef REVISION
49
	DEFS += "-DREVISION=\"$(REVISION)\""
49
	DEFS += "-DREVISION=\"$(REVISION)\""