Subversion Repositories Kolibri OS

Rev

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

Rev 647 Rev 696
Line 1... Line 1...
1
INCLUDE = include
1
INCLUDE = include
2
LIBSFORBUILD = math
2
LIBSFORBUILD = math
3
LIBNAME = libck.a
3
LIBNAME = libck.a
4
CC = gcc
4
CC = gcc
5
CFLAGS = -I$(INCLUDE) -nostdinc -DGNUC  -L./ -lm
5
CFLAGS = -I$(INCLUDE) -m32 -nostdinc -nostdlib -DGNUC
6
DIRS := stdio kolibrisys string stdlib memory math 
6
DIRS := stdio kolibrisys string stdlib memory math 
Line 7... Line 7...
7
 
7
 
8
##############################################################
8
##############################################################
9
#files := $(foreach dir,$(DIRS),$(dir)/$(wildcard $(dir)/*))
9
#files := $(foreach dir,$(DIRS),$(dir)/$(wildcard $(dir)/*))