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 / i386 / setjmp / Makefile < prev    next >
Encoding:
Makefile  |  1994-01-14  |  341 b   |  22 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)/include -I..
  11. BASE_CFLAGS:=$(BASE_CFLAGS) -fno-omit-frame-pointer
  12.  
  13. DIRS:=
  14.  
  15. SRCS= __longjmp.c __setjmp.c # sigsetjmp.c
  16.  
  17. ASMS= $(SRCS:.c=.s)
  18. OBJS= $(SRCS:.c=.o)
  19. ALIASES=
  20.  
  21. include $(TOPDIR)/Maketargets
  22.