Subversion Repositories Kolibri OS

Rev

Rev 1898 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1891 serge 1
 
2
3
 
4
5
 
1895 serge 6
1891 serge 7
 
1898 serge 8
LDFLAGS:=  -shared -s -T ../newlib/dll.lds --image-base 0
1907 serge 9
1891 serge 10
 
1907 serge 11
1898 serge 12
 
1892 serge 13
1891 serge 14
 
1898 serge 15
16
 
17
18
 
1891 serge 19
	pixman-image.c			\
20
	pixman-access.c			\
21
	pixman-access-accessors.c	\
22
	pixman-region16.c		\
23
	pixman-region32.c		\
24
	pixman-combine32.c		\
25
	pixman-combine64.c		\
26
	pixman-utils.c			\
27
	pixman-edge.c			\
28
	pixman-edge-accessors.c		\
29
	pixman-trap.c			\
30
	pixman-timer.c			\
31
	pixman-matrix.c			\
32
	pixman-gradient-walker.c	\
33
	pixman-linear-gradient.c	\
34
	pixman-radial-gradient.c	\
35
	pixman-bits-image.c		\
36
	pixman.c			\
37
	pixman-cpu.c			\
38
	pixman-fast-path.c		\
39
	pixman-implementation.c		\
40
	pixman-solid-fill.c		\
41
	pixman-general.c		\
42
	pixman-mmx.c			\
43
	$(NULL)
44
45
 
46
47
 
48
49
 
1898 serge 50
1891 serge 51
 
52
 
53
	ar cvrs $(LIBRARY).a $(OBJECTS)
54
55
 
1898 serge 56
	ld $(LDFLAGS) $(LDIMPORT) $(LIBPATH) -o $@ $(OBJECTS) $(LIBS)
57
58
 
59
 
1891 serge 60
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
61
62
 
63
 
1907 serge 64
	-rm -f *.o
65
1891 serge 66