home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / bsd / Makefile < prev    next >
Encoding:
Makefile  |  1994-09-23  |  347 b   |  25 lines

  1. #
  2. # This is Makefile of bsd lib for Linux.
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. INC_CFLAGS= -I. -I$(TOPDIR)
  11.  
  12. DIRS:=
  13.  
  14. SRCS = setenv.c ftime.c psignal.c mkstemp.c sigint.c realpath.c
  15. ASMS= $(SRCS:.c=.s)
  16. OBJS= $(SRCS:.c=.o)
  17. ALIASES=
  18.  
  19. include $(TOPDIR)/Maketargets
  20.  
  21. foo:
  22.     echo $(ELF_STATIC_DIR)
  23.     echo $(STATIC_DIR)
  24.  
  25.