Subversion Repositories Kolibri OS

Rev

Rev 1892 | 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
 
1895 serge 8
1891 serge 9
 
1892 serge 10
1891 serge 11
 
12
	pixman-image.c			\
13
	pixman-access.c			\
14
	pixman-access-accessors.c	\
15
	pixman-region16.c		\
16
	pixman-region32.c		\
17
	pixman-combine32.c		\
18
	pixman-combine64.c		\
19
	pixman-utils.c			\
20
	pixman-edge.c			\
21
	pixman-edge-accessors.c		\
22
	pixman-trap.c			\
23
	pixman-timer.c			\
24
	pixman-matrix.c			\
25
	pixman-gradient-walker.c	\
26
	pixman-linear-gradient.c	\
27
	pixman-radial-gradient.c	\
28
	pixman-bits-image.c		\
29
	pixman.c			\
30
	pixman-cpu.c			\
31
	pixman-fast-path.c		\
32
	pixman-implementation.c		\
33
	pixman-solid-fill.c		\
34
	pixman-general.c		\
35
	pixman-mmx.c			\
36
	$(NULL)
37
38
 
39
40
 
41
42
 
43
44
 
45
 
46
	ar cvrs $(LIBRARY).a $(OBJECTS)
47
48
 
49
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
50