Cross Reference: Makefile.inc
xref: /src/lib/libc/stdlib/Makefile.inc
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/lib/libc/stdlib/
Makefile.inc revision 1.4
11.4Smycroft#	from: @(#)Makefile.inc	5.6 (Berkeley) 6/4/91
21.4Smycroft#	$Id: Makefile.inc,v 1.4 1993/08/01 05:40:41 mycroft Exp $
31.1Scgd
41.1Scgd# stdlib sources
51.1Scgd.PATH: ${.CURDIR}/${MACHINE}/stdlib ${.CURDIR}/stdlib
61.1Scgd
71.2ScgdSRCS+=	abort.c atexit.c atoi.c atof.c atol.c bsearch.c calloc.c div.c exit.c \
81.1Scgd	getenv.c getopt.c heapsort.c labs.c ldiv.c malloc.c multibyte.c \
91.2Scgd	putenv.c qsort.c radixsort.c rand.c random.c setenv.c strtod.c \
101.2Scgd	strtol.c strtoul.c system.c
111.1Scgd
121.1Scgd.if   (${MACHINE} == "hp300")
131.1ScgdSRCS+=	abs.s atof.c
141.1Scgd.elif (${MACHINE} == "i386")
151.3ScgdSRCS+=	abs.s
161.1Scgd.elif (${MACHINE} == "tahoe")
171.1ScgdSRCS+=	abs.s atof.s
181.1Scgd.elif (${MACHINE} == "vax")
191.1ScgdSRCS+=	abs.s atof.s
201.1Scgd.endif
211.1Scgd
221.1ScgdMAN3+=	abort.0 abs.0 alloca.0 atexit.0 atof.0 atoi.0 atol.0 bsearch.0 \
231.1Scgd	calloc.0 div.0 exit.0 free.0 getenv.0 getopt.0 labs.0 ldiv.0 \
241.1Scgd	malloc.0 memory.0 qsort.0 radixsort.0 rand.0 random.0 realloc.0 \
251.1Scgd	strtod.0 strtol.0 strtoul.0 system.0
261.1Scgd
271.1ScgdMLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
281.1ScgdMLINKS+=qsort.3 heapsort.3
291.1ScgdMLINKS+=rand.3 srand.3
301.1ScgdMLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3
31

Indexes created Mon Nov 10 17:20:41 GMT 2025