Home | History | Annotate | Line # | Download | only in gen
Makefile.inc revision 1.6
      1  1.6  christos #	$NetBSD: Makefile.inc,v 1.6 1998/09/26 23:46:01 christos Exp $
      2  1.1       cgd 
      3  1.5       cgd # objects built from assembler sources (need lint stubs)
      4  1.6  christos SRCS+=	alloca.S fabs.S modf.S \
      5  1.5       cgd 	flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S \
      6  1.5       cgd 	fpsetmask.S fpsetround.S fpsetsticky.S
      7  1.5       cgd 
      8  1.6  christos SRCS+=	setjmp.S __setjmp14.S
      9  1.6  christos SRCS+=	_setjmp.S
     10  1.6  christos SRCS+=	sigsetjmp.S __sigsetjmp14.S
     11  1.6  christos 
     12  1.5       cgd # objects built from C sources
     13  1.5       cgd SRCS+=	frexp.c infinity.c isinf.c ldexp.c
     14  1.5       cgd 
     15  1.5       cgd # "internal" objects (don't provide part of the user-visible API)
     16  1.1       cgd SRCS+=	divsi3.S fixdfsi.S fixunsdfsi.S udivsi3.S
     17  1.5       cgd 
     18  1.5       cgd LSRCS+=	Lint__setjmp.c Lint_alloca.c Lint_fabs.c Lint_modf.c \
     19  1.6  christos 	Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \
     20  1.5       cgd 	Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \
     21  1.5       cgd 	Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c
     22  1.5       cgd DPSRCS+= Lint__setjmp.c Lint_alloca.c Lint_fabs.c Lint_modf.c \
     23  1.6  christos 	Lint___setjmp14.c Lint___sigsetjmp14.c Lint_flt_rounds.c \
     24  1.5       cgd 	Lint_fpgetmask.c Lint_fpgetround.c Lint_fpgetsticky.c \
     25  1.5       cgd 	Lint_fpsetmask.c Lint_fpsetround.c Lint_fpsetsticky.c
     26