Subversion Repositories HelenOS

Rev

Rev 3691 | Rev 4341 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3691 Rev 3869
Line 41... Line 41...
41
CFLAGS += -I../../srv/kbd/include -I../../srv/console -Iinclude -fPIC -O0
41
CFLAGS += -I../../srv/kbd/include -I../../srv/console -Iinclude -fPIC -O0
42
LFLAGS = \
42
LFLAGS = \
43
	-shared --no-undefined -soname libtest.so.0 \
43
	-shared --no-undefined -soname libtest.so.0 \
44
	-Bdynamic -I/app/dload
44
	-Bdynamic -I/app/dload
45
 
45
 
46
LIBS = $(LIBC_PREFIX)/shared/libc.so.0
46
#LIBS = $(LIBC_PREFIX)/shared/libc.so.0
-
 
47
LIBS =
47
 
48
 
48
DEFS += -DRELEASE=\"$(RELEASE)\"
49
DEFS += -DRELEASE=\"$(RELEASE)\"
49
 
50
 
50
ifdef REVISION
51
ifdef REVISION
51
	DEFS += "-DREVISION=\"$(REVISION)\""
52
	DEFS += "-DREVISION=\"$(REVISION)\""