home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / termcap / Makefile < prev    next >
Encoding:
Makefile  |  1994-10-19  |  455 b   |  26 lines

  1. #
  2. # Makefile for termcap functions
  3. #
  4.  
  5. override DEBUG=false
  6. override PROFILE=false
  7. #override CHECKER=false
  8. JUMP_LIB=libtermcap
  9.  
  10. TOPDIR=..
  11.  
  12. include $(TOPDIR)/Makeconfig
  13. include $(TOPDIR)/Makerules
  14.  
  15. override STATIC_LIB=$(STATIC_DIR)/libtermcap.a
  16. override SHARED_LIB=$(SHARED_DIR)/libtermcap.a
  17. override CHECKER_LIB=$(CHECKER_DIR)/libtermcap.a
  18.  
  19. DIRS:=
  20. SRCS = termcap.c tparam.c
  21. ASMS= $(SRCS:.c=.s)
  22. OBJS= $(SRCS:.c=.o)
  23. ALIASES=
  24.  
  25. include $(TOPDIR)/Maketargets  
  26.