home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-12-01 | 461 b | 21 lines |
- #
- # Makefile for i386 specific functions.
- #
-
- TOPDIR=../..
-
- include $(TOPDIR)/Makeconfig
- include $(TOPDIR)/Makerules
-
- INC_CFLAGS=-I$(TOPDIR)/string -I$(TOPDIR) -I.
-
- SRC1S= modf.c bzero.c ffs.c memchr.c memcmp.c memset.c \
- strcat.c strchr.c strcmp.c strcspn.c strlen.c strncmp.c \
- strpbrk.c strrchr.c strspn.c __stpncpy.c stpcpy.c ldexp.c
- SRCS= $(SRC1S) $(SRC2S)
- ASMS= $(SRC1S:.c=.s) $(SCR2S:.c=.s)
- OBJS= $(SRC1S:.c=.o)
- ALIASES=
-
- include $(TOPDIR)/Maketargets
-