home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-20 | 592 b | 33 lines |
- # Copyright (C) 1996 DJ Delorie, see COPYING.DJ for details
- # Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details
- TOP=../..
-
- SRC += abort.c
- SRC += abs.c
- SRC += atexit.c
- SRC += atof.c
- SRC += atoi.c
- SRC += atol.c
- SRC += atold.c
- SRC += bsearch.c
- SRC += calloc.c
- SRC += div.c
- SRC += exit.c
- SRC += getenv.c
- SRC += labs.c
- SRC += ldiv.c
- SRC += llabs.c
- SRC += lldiv.c
- SRC += malloc.c
- SRC += qsort.c
- SRC += rand.c
- SRC += strtod.c
- SRC += strtol.c
- SRC += strtold.c
- SRC += strtoll.c
- SRC += strtoul.c
- SRC += strtoull.c
- SRC += system.c
-
- include $(TOP)/../makefile.inc
-