844f23f9ba
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18451 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
360 B
Plaintext
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
|
|
;
|