home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-04-19 | 300 b | 17 lines |
- # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
- TOP=../..
-
- SRC += ffs.S
- SRC += memccpy.c
- SRC += stpcpy.c
- SRC += strcasec.S
- SRC += strdup.c
- SRC += stricmp.c
- SRC += strlwr.c
- SRC += strncase.S
- SRC += strnicmp.c
- SRC += strsep.c
- SRC += strupr.c
-
- include $(TOP)/../makefile.inc
-