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 / m68k / Makefile < prev    next >
Encoding:
Makefile  |  1994-01-24  |  491 b   |  25 lines

  1. #
  2. # Makefile for m68k 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. DIRS:= setjmp
  13.  
  14. SRC1S= hton.c modf.c bzero.c ffs.c memchr.c memcmp.c memset.c \
  15.     strcat.c strchr.c strcmp.c strcspn.c strlen.c strncmp.c \
  16.     strpbrk.c strrchr.c strspn.c 
  17. SRC2S= ntoh.c div.c
  18.  
  19. SRCS= $(SRC1S) $(SRC2S)
  20. ASMS= $(SRC1S:.c=.s) $(SCR2S:.c=.s)
  21. OBJS= $(SRC1S:.c=.o)
  22. ALIASES= $(SRC2S:.c=.o)
  23.  
  24. include $(TOPDIR)/Maketargets
  25.