Subversion Repositories Kolibri OS

Rev

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

Rev 1907 Rev 1908
Line 15... Line 15...
15
AMZ_SRCS:=					\
15
AMZ_SRCS:=					\
16
			crt/crt_amz.S		\
16
			crt/crt_amz.S		\
17
			crt/chkstk.S		\
17
			crt/chkstk.S		\
18
			crt/exit.S		\
18
			crt/exit.S		\
19
			crt/pseudo-reloc.S	\
19
			crt/pseudo-reloc.c	\
20
			crt/setjmp.S
20
			crt/setjmp.S
Line 21... Line 21...
21
			
21
			
22
STATIC_SRCS:=					\
22
STATIC_SRCS:=					\
23
			crt/start.S		\
23
			crt/start.S		\
Line 265... Line 265...
265
		remainderl.S remquo.S remquof.S remquol.S scalbn.S scalbnf.S scalbnl.S sin.S \
265
		remainderl.S remquo.S remquof.S remquol.S scalbn.S scalbnf.S scalbnl.S sin.S \
266
		sinf.S sinl.S tan.S tanf.S tanl.S s_expm1.S
266
		sinf.S sinl.S tan.S tanf.S tanl.S s_expm1.S
267
 
267
 
Line 268... Line 268...
268
 
268
 
Line 269... Line 269...
269
AMZ_OBJS =  $(patsubst %.S, %.o, $(AMZ_SRCS))
269
AMZ_OBJS =  $(patsubst %.S, %.o, $(patsubst %.c, %.o, $(AMZ_SRCS)))
Line 270... Line 270...
270
 
270