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

  1. #
  2. # This is Makefile of ufc lib for Linux.
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. DIRS:=
  11.  
  12. SRCS = crypt.c crypt_util.c
  13. ASMS= $(SRCS:.c=.s)
  14. OBJS= $(SRCS:.c=.o)
  15. ALIASES=
  16.  
  17. include $(TOPDIR)/Maketargets  
  18.