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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-09-15
|
292 b
|
22 lines
#
# This is Makefile of des lib for Linux.
#
TOPDIR=..
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules
VSCFLAGS=-DALT_ECB
DIRS:=
SRCS = des_crypt.c des_soft.c des_impl.c
HDRS = des_crypt.h des.h
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIASES=
include $(TOPDIR)/Maketargets