Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
4383 Serge 1
 
4768 Serge 2
4383 Serge 3
 
4866 Serge 4
AR = kos32-ar
5
LD = kos32-ld
6
CPP= kos32-g++
7
STRIP = kos32-strip
8
9
 
4383 Serge 10
11
 
4866 Serge 12
4383 Serge 13
 
4930 Serge 14
4383 Serge 15
 
16
17
 
18
 
19
20
 
21
 
22
		unwind-dw2.c			\
23
		unwind-dw2-fde.c
24
25
 
26
27
 
28
 
29
30
 
31
32
 
33
	$(AR) cvrs $(LIBRARY).a $(OBJECTS)
4866 Serge 34
	mv -f $(LIBRARY).a ../../lib
4383 Serge 35
36
 
37
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
38
39
 
40
	$(CPP) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $<
41
42
 
43
 
44
	-rm -f *.o
45
46
 
47
 
48
 
49