Subversion Repositories Kolibri OS

Rev

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

Rev 8687 Rev 8693
Line 5... Line 5...
5
 
5
 
Line 6... Line 6...
6
CFLAGS =  -c -nostdinc -I../include -DGNUC -D_KOLIBRI_LIBC_OBJ -Os -fno-common -fno-builtin -fno-leading-underscore -fno-pie
6
CFLAGS =  -c -nostdinc -I../include -DGNUC -D_KOLIBRI_LIBC_OBJ -Os -fno-common -fno-builtin -fno-leading-underscore -fno-pie
Line 7... Line 7...
7
 
7
 
8
SRC=libc.c
8
SRC=libc.c
Line 9... Line 9...
9
LIB=libc.obj
9
LIB=../lib/libc.obj
10
 
10
 
11
all:
11
all:
12
	$(MAKE) -C ../linuxtools/src
12
	$(MAKE) -C ../linuxtools/src