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

  1. #
  2. # This is Makefile of des lib for Linux.
  3. #
  4.  
  5. TOPDIR=..
  6.  
  7. include $(TOPDIR)/Makeconfig
  8. include $(TOPDIR)/Makerules
  9.  
  10. VSCFLAGS=-DALT_ECB
  11.  
  12. DIRS:=
  13.  
  14. SRCS = des_crypt.c des_soft.c des_impl.c
  15. HDRS = des_crypt.h des.h
  16.  
  17. ASMS= $(SRCS:.c=.s)
  18. OBJS= $(SRCS:.c=.o)
  19. ALIASES=
  20.  
  21. include $(TOPDIR)/Maketargets  
  22.