OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / config / sh / t-symbian
1 sh-c.o: $(srcdir)/config/sh/sh-c.c \
2   $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_H) $(TM_P_H) coretypes.h
3         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/sh/sh-c.c
4
5 LIB1ASMSRC = sh/lib1funcs.asm
6 LIB1ASMFUNCS = _ashiftrt _ashiftrt_n _ashiftlt _lshiftrt _movstr \
7   _movstr_i4 _mulsi3 _sdivsi3 _sdivsi3_i4 _udivsi3 _udivsi3_i4 _set_fpscr \
8   $(LIB1ASMFUNCS_CACHE)
9
10 # We want fine grained libraries, so use the new code to build the
11 # floating point emulation libraries.
12 FPBIT = fp-bit.c
13 DPBIT = dp-bit.c
14
15 dp-bit.c: $(srcdir)/config/fp-bit.c
16         cat $(srcdir)/config/fp-bit.c >> dp-bit.c
17
18 fp-bit.c: $(srcdir)/config/fp-bit.c
19         echo '#define FLOAT' > fp-bit.c
20         cat $(srcdir)/config/fp-bit.c >> fp-bit.c
21
22 $(T)crt1.o: $(srcdir)/config/sh/crt1.asm $(GCC_PASSES)
23         $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crt1.o -x assembler-with-cpp $(srcdir)/config/sh/crt1.asm
24 $(T)crti.o: $(srcdir)/config/sh/crti.asm $(GCC_PASSES)
25         $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/sh/crti.asm
26 $(T)crtn.o: $(srcdir)/config/sh/crtn.asm $(GCC_PASSES)
27         $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/sh/crtn.asm
28
29 $(out_object_file): gt-sh.h
30 gt-sh.h : s-gtype ; @true
31
32 symbian.o: $(srcdir)/config/sh/symbian.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
33   $(RTL_H) output.h flags.h $(TREE_H) expr.h toplev.h $(TM_P_H)
34         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/sh/symbian.c
35
36
37 # Local Variables:
38 # mode: Makefile
39 # End: