haiku/src/libs/crypt/Jamfile
Axel Dörfler 844f23f9ba Added the BSD-ish libcrypt.h for your convenience.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18451 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-08-07 22:48:08 +00:00

19 lines
360 B
Plaintext

SubDir HAIKU_TOP src libs crypt ;
SetSubDirSupportedPlatforms $(HAIKU_BONE_COMPATIBLE_PLATFORMS) ;
UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility bsd ] : true ;
local defines = [ FDefines SCCSID=0 ] ;
SubDirCcFlags $(defines) ;
StaticLibrary libcrypt.a :
blowfish.c
crypt.c
crypt-blowfish.c
crypt-des.c
crypt-md5.c
crypt-nthash.c
misc.c
;