home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / setjmp / Makefile < prev    next >
Encoding:
Makefile  |  1994-01-14  |  323 b   |  20 lines

  1. #
  2. # Makefile for some misc functions
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. DIRS:=
  11.  
  12. SRC1S= siglongjmp.c sigjmp.c _setjmp.c
  13. SRC2S= _longjmp.c longjmp.c
  14. SRCS= $(SRC1S) $(SRC2S)
  15. ASMS= $(SRC1S:.c=.s) $(SRC2S:.c=.s)
  16. OBJS= $(SRC1S:.c=.o)
  17. ALIASES= $(SRC2S:.c=.o)
  18.  
  19. include $(TOPDIR)/Maketargets  
  20.