Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.11.2.4
      1       1.1       cgd 
      2       1.5       cgd # objects built from assembler sources (need lint stubs)
      3       1.7    bouyer SRCS+=	alloca.S byte_swap_2.S byte_swap_4.S fabs.S modf.S \
      4       1.5       cgd 	flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S \
      5       1.5       cgd 	fpsetmask.S fpsetround.S fpsetsticky.S
      6       1.5       cgd 
      7       1.6  christos SRCS+=	setjmp.S __setjmp14.S
      8       1.6  christos SRCS+=	_setjmp.S
      9       1.6  christos SRCS+=	sigsetjmp.S __sigsetjmp14.S
     10       1.6  christos 
     11  1.11.2.1   nathanw SRCS+=	resumecontext.S swapcontext.S
     12  1.11.2.1   nathanw 
     13       1.5       cgd # objects built from C sources
     14  1.11.2.3   nathanw SRCS+=	bswap64.c ldexp.c _lwp.c makecontext.c
     15  1.11.2.3   nathanw 
     16  1.11.2.3   nathanw # Common ieee754 constants and functions
     17  1.11.2.3   nathanw SRCS+=	ieee754_infinity.c ieee754_nanf.c
     18  1.11.2.3   nathanw SRCS+=	ieee754_frexp.c ieee754_isinf.c ieee754_isnan.c
     19  1.11.2.1   nathanw 
     20       1.5       cgd 
     21       1.5       cgd # "internal" objects (don't provide part of the user-visible API)
     22       1.1       cgd SRCS+=	divsi3.S fixdfsi.S fixunsdfsi.S udivsi3.S
     23       1.5       cgd 
     24       1.7    bouyer LSRCS+=	Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \
     25       1.7    bouyer 	Lint_fabs.c Lint_modf.c \
     26       1.6  christos 	Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \
     27       1.5       cgd 	Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \
     28  1.11.2.1   nathanw 	Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c \
     29  1.11.2.1   nathanw 	Lint_resumecontext.c Lint_swapcontext.c
     30       1.7    bouyer DPSRCS+= Lint__setjmp.c Lint_alloca.c Lint_bswap16.c Lint_bswap32.c \
     31       1.7    bouyer 	Lint_fabs.c Lint_modf.c \
     32       1.6  christos 	Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \
     33       1.5       cgd 	Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \
     34  1.11.2.1   nathanw 	Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c \
     35  1.11.2.1   nathanw 	Lint_resumecontext.c Lint_swapcontext.c
     36