home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / sysdeps / generic / Makefile < prev    next >
Encoding:
Makefile  |  1994-12-01  |  461 b   |  21 lines

  1. #
  2. # Makefile for i386 specific functions.
  3. #
  4.  
  5. TOPDIR=../..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. INC_CFLAGS=-I$(TOPDIR)/string -I$(TOPDIR) -I. 
  11.  
  12. SRC1S= modf.c bzero.c ffs.c memchr.c memcmp.c memset.c \
  13.     strcat.c strchr.c strcmp.c strcspn.c strlen.c strncmp.c \
  14.     strpbrk.c strrchr.c strspn.c __stpncpy.c stpcpy.c ldexp.c
  15. SRCS= $(SRC1S) $(SRC2S)
  16. ASMS= $(SRC1S:.c=.s) $(SCR2S:.c=.s)
  17. OBJS= $(SRC1S:.c=.o)
  18. ALIASES=
  19.  
  20. include $(TOPDIR)/Maketargets
  21.