
C_DEPENDENCIES = \
mbtowc.$(ASM_TAG)        \
strerr.$(ASM_TAG)         \
strtok.$(ASM_TAG)           \
wctomb.$(ASM_TAG)     


ASM_DEPENDENCIES = \
memchr.$(ASM_TAG)   \
memcmp.$(ASM_TAG)    \
memcpy.$(ASM_TAG)     \
memmove.$(ASM_TAG)     \
memset.$(ASM_TAG)       \
strcat.$(ASM_TAG)        \
strchr.$(ASM_TAG)         \
strcmp.$(ASM_TAG)          \
strcpy.$(ASM_TAG)           \
strcspn.$(ASM_TAG)           \
strlen.$(ASM_TAG)             \
strncat.$(ASM_TAG)             \
strncmp.$(ASM_TAG)              \
strncpy.$(ASM_TAG)              \
strpbrk.$(ASM_TAG)               \
strrchr.$(ASM_TAG)		  \
strstr.$(ASM_TAG)

!include "..\clib.mak"