Subversion Repositories Kolibri OS

Rev

Rev 6324 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6324 Rev 8352
Line -... Line 1...
-
 
1
CC = kos32-gcc
-
 
2
LD = kos32-ld
-
 
3
SDK_DIR = ../../../sdk
Line 1... Line 4...
1
CFLAGS_OPT = -U_Win32 -U_WIN32 -U__MINGW32__ -UWIN32 -U_MSC_VER -O2 
4
 
2
CFLAGS_OPT+= -fomit-frame-pointer -fno-ident -mno-ms-bitfields
5
CFLAGS_OPT = -U_Win32 -U_WIN32 -U__MINGW32__ -UWIN32 -U_MSC_VER -O2 
3
CFLAGS_OPT+= -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
6
CFLAGS_OPT+= -fomit-frame-pointer -fno-ident -mno-ms-bitfields
4
CFLAGS   = -c $(CFLAGS_OPT)
7
CFLAGS_OPT+= -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes
Line 32... Line 35...
32
# targets
35
 
Line 33... Line 36...
33
 
36
# targets
Line 34... Line 37...
34
all: libiberty.a
37
 
35
 
38
all: libiberty.a
36
libiberty.a : $(OBJS) MAkefile
39
 
Line 37... Line 40...
37
	$(AR) crs libiberty.a $(OBJS)
40
libiberty.a : $(OBJS) Makefile
38
	mv -f libiberty.a $(SDK_DIR)/lib
41
	$(AR) crs libiberty.a $(OBJS)