mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
11 lines
363 B
PHP
11 lines
363 B
PHP
|
# @(#)Makefile.inc 5.6 (Berkeley) 6/4/91
|
||
|
|
||
|
# stdlib sources
|
||
|
.PATH: ${srcdir}/${MACHINE}/stdlib ${srcdir}/stdlib
|
||
|
|
||
|
SRCS+= exit.c strtod.c getopt.c rand.c random.c strtol.c strtoul.c
|
||
|
|
||
|
# SRCS+=abort.c atexit.c atoi.c atof.c atol.c bsearch.c calloc.c div.c \
|
||
|
# getenv.c heapsort.c labs.c ldiv.c malloc.c multibyte.c \
|
||
|
# putenv.c qsort.c radixsort.c setenv.c system.c
|