mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
r7289: split out the list of *.mk files for the build, so you don't need to modify the perl
code to add a new library
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
879f68cef7
commit
71366b0909
@@ -14,58 +14,13 @@ use smb_build::output;
|
||||
use smb_build::dot;
|
||||
use strict;
|
||||
|
||||
my $config_list = "build/smb_build/config.list";
|
||||
|
||||
sub smb_build_main($)
|
||||
{
|
||||
my $INPUT = shift;
|
||||
|
||||
my @mkfiles = (
|
||||
"dsdb/config.mk",
|
||||
"gtk/config.mk",
|
||||
"smbd/config.mk",
|
||||
"smbd/process_model.mk",
|
||||
"libnet/config.mk",
|
||||
"auth/config.mk",
|
||||
"nsswitch/config.mk",
|
||||
"lib/basic.mk",
|
||||
"lib/socket/config.mk",
|
||||
"lib/ldb/config.mk",
|
||||
"lib/talloc/config.mk",
|
||||
"lib/tdb/config.mk",
|
||||
"lib/registry/config.mk",
|
||||
"lib/messaging/config.mk",
|
||||
"lib/events/config.mk",
|
||||
"lib/popt/config.mk",
|
||||
"lib/cmdline/config.mk",
|
||||
"lib/socket_wrapper/config.mk",
|
||||
"lib/ejs/config.mk",
|
||||
"param/config.mk",
|
||||
"smb_server/config.mk",
|
||||
"rpc_server/config.mk",
|
||||
"ldap_server/config.mk",
|
||||
"web_server/config.mk",
|
||||
"winbind/config.mk",
|
||||
"nbt_server/config.mk",
|
||||
"cldap_server/config.mk",
|
||||
"auth/gensec/config.mk",
|
||||
"auth/kerberos/config.mk",
|
||||
"auth/ntlmssp/config.mk",
|
||||
"libcli/auth/config.mk",
|
||||
"libcli/ldap/config.mk",
|
||||
"libcli/config.mk",
|
||||
"utils/net/config.mk",
|
||||
"utils/config.mk",
|
||||
"ntvfs/posix/config.mk",
|
||||
"ntvfs/config.mk",
|
||||
"ntvfs/unixuid/config.mk",
|
||||
"torture/config.mk",
|
||||
"librpc/config.mk",
|
||||
"client/config.mk",
|
||||
"libcli/config.mk",
|
||||
"libcli/security/config.mk",
|
||||
"lib/com/config.mk",
|
||||
"scripting/config.mk",
|
||||
"kdc/config.mk"
|
||||
);
|
||||
my @mkfiles = split('\n', `grep -v ^# $config_list`);
|
||||
|
||||
$| = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user