Subversion Repositories Kolibri OS

Rev

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

Rev 1905 Rev 1907
Line 5... Line 5...
5
CFLAGS = -c -O2 -fomit-frame-pointer -ffast-math
5
CFLAGS = -c -O2 -fomit-frame-pointer -ffast-math
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
LDIMPORT:= -nostdlib --out-implib libcairoimp.a --exclude-libs libamz.a
7
LDIMPORT:= -nostdlib --out-implib libcairoimp.a --exclude-libs libamz.a
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
LDFLAGS:=  -shared -s -T ../newlib/dll.lds -Map map --image-base 0
9
LDFLAGS:=  -shared -s -T ../newlib/dll.lds --image-base 0
Line 123... Line 123...
123
 
123
 
Line 124... Line 124...
124
%.o : %.c Makefile
124
%.o : %.c Makefile
125
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
125
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
Line -... Line 126...
-
 
126
 
-
 
127
clean: