home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / compat / i386 / Makefile < prev   
Encoding:
Makefile  |  1994-01-16  |  450 b   |  29 lines

  1. #
  2. # This is Makefile for some misc functions.
  3. #
  4.  
  5. override SHARED=true
  6. override STATIC=false
  7. override DEBUG=false
  8. override PROFILE=false
  9. JUMP_LIB = libcompat
  10.  
  11. TOPDIR=../..
  12.  
  13. include $(TOPDIR)/Makeconfig
  14. include $(TOPDIR)/Makerules
  15.  
  16. SHARED_LIB=$(SHARED_DIR)/libcompat/libcompat.a
  17. .PHONY: $(SHARED_LIB)
  18.  
  19. INC_CFLAGS=
  20.  
  21. DIRS:=
  22.  
  23. SRCS= __old_sigjmp.c __old__uname.c __old__ghn.c
  24. ASMS= $(SRCS:.c=.s)
  25. OBJS= $(SRCS:.c=.o)
  26. ALIASES=
  27.  
  28. include $(TOPDIR)/Maketargets
  29.