s4-waf: removed the AUTOGENERATED markers
authorAndrew Tridgell <tridge@samba.org>
Mon, 29 Mar 2010 10:44:37 +0000 (21:44 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:16 +0000 (20:27 +1000)
we won't be using the mk -> wscript generator again

51 files changed:
lib/async_req/wscript_build
lib/nss_wrapper/wscript_build
lib/tdr/wscript_build
lib/torture/wscript_build
lib/tsocket/wscript_build
lib/uid_wrapper/wscript_build
lib/util/charset/wscript_build
libcli/cldap/wscript_build
libcli/drsuapi/wscript_build
libcli/named_pipe_auth/wscript_build
libcli/samsync/wscript_build
libcli/security/wscript_build
libcli/smb/wscript_build
nsswitch/libwbclient/wscript_build
source4/auth/credentials/wscript_build
source4/auth/kerberos/wscript_build
source4/auth/ntlmssp/wscript_build
source4/auth/wscript_build
source4/cldap_server/wscript_build
source4/cluster/wscript_build
source4/dsdb/wscript_build
source4/ldap_server/wscript_build
source4/lib/events/wscript_build
source4/lib/ldb-samba/wscript_build
source4/lib/messaging/wscript_build
source4/lib/samba3/wscript_build
source4/lib/socket/wscript_build
source4/lib/stream/wscript_build
source4/lib/wmi/wscript_build
source4/libcli/security/wscript_build
source4/libcli/smb2/wscript_build
source4/libcli/wbclient/wscript_build
source4/libnet/wscript_build
source4/nbt_server/wscript_build
source4/ntp_signd/wscript_build
source4/ntptr/wscript_build
source4/ntvfs/common/wscript_build
source4/ntvfs/unixuid/wscript_build
source4/ntvfs/wscript_build
source4/smb_server/smb/wscript_build
source4/smb_server/smb2/wscript_build
source4/smb_server/wscript_build
source4/smbd/wscript_build
source4/torture/drs/wscript_build
source4/torture/libnetapi/wscript_build
source4/torture/libsmbclient/wscript_build
source4/torture/smb2/wscript_build
source4/torture/wscript_build
source4/utils/wscript_build
source4/winbind/wscript_build
source4/wrepl_server/wscript_build

index 1999a1a7ef6ae1d8b6565772da556641209e811b..790b547749aacfbe88d3a2db3f68b1168076dc0c 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../lib/async_req/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
        source='async_sock.c',
index c469379741df3d527afa36b35704f16e4672f95a..4bb3335ee0a0398ad76426d668ed82967e881931 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../lib/nss_wrapper/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('NSS_WRAPPER',
                     source='nss_wrapper.c',
index 3706d21dfdea7b46c9c12a85cdb682a14671834e..a28c601ab13c7c41b8dcebbe2853399474b5bd41 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../lib/tdr/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('TDR',
        source='tdr.c',
index 2069a92200dcb1265779923a7471f3d0b7b5033c..6866624e13bd1ca023cfd2393b30d4adb05ce903 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../lib/torture/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_LIBRARY('torture',
        source='torture.c subunit.c',
index fc443e98a676e45e7dfe745cbac3a22549e32ad0..34d382eb826b3a204d48f7f4d359d415d71c9593 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../lib/tsocket/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBTSOCKET',
        source='tsocket.c tsocket_helpers.c tsocket_bsd.c',
index 79fb6cd33577851500de9c88fd14ba971bfce355..019f44fd68484c6131c3840ff8ae52c189a13f39 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../lib/uid_wrapper/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('UID_WRAPPER',
        source='uid_wrapper.c',
index c5824d814497af498ba0cbed2518affa3c33177b..56ed9a60b2237551498d550480575f538fe97fe6 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../lib/util/charset/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('CHARSET',
        source='iconv.c charcnv.c util_unistr.c codepoints.c',
index f4c0955a46548481da06d53ad848a63dd1ce9c7a..5def749d8f94bc5a8c24e0a68e907ece1c12ccbf 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../libcli/cldap/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBCLI_CLDAP',
        source='cldap.c',
index 2690677fc00661399be6d42036f142e4fc5dd413..9d9e54df85bc16a520a0185fde8006100d382f11 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../libcli/drsuapi/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBCLI_DRSUAPI',
        source='repl_decrypt.c',
index 53d3b9d60ab654293d3e95118591b3a127659d3a..c97893bb1f299ea6f263f79ee8decd77e9b9dff6 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../libcli/named_pipe_auth/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('NAMED_PIPE_AUTH_TSTREAM',
        source='npa_tstream.c',
index 8d1107b04b39ad45931fae0bae956303b81c63e3..767f7da9ca2d67af9a3c74f4499e626d51b71979 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../libcli/samsync/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBCLI_SAMSYNC',
        source='decrypt.c',
index d830be2004396beb6216c0924a058f2d8df0914b..c2a02f3db6087b28c62d699425ce3dae040ba5bc 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../libcli/security/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBSECURITY_COMMON',
        source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c sddl.c',
index aad7dd9adf7d71f38bbc3aac98957aa3f3114089..6796b4c7fb707a0b55405c73665451ee3e9c96d5 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../libcli/smb/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMMON',
        source='smb2_create_blob.c',
index 432644624ac6ccdd6bec2dbdf2d814c9470d6af0..ec75ddcd9bf15d1dd2698e1eb4c1ec68f0fb92df 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../nsswitch/libwbclient/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('LIBWBCLIENT',
        source='wbc_guid.c wbc_idmap.c wbclient.c wbc_pam.c wbc_pwd.c wbc_sid.c wbc_util.c',
        public_deps='talloc'
index a6a5f75dca1546cbac889eada892aa6ded56edc3..bfe9cd058a994bc6023ef275caa4987a615be03d 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/auth/credentials/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('CREDENTIALS',
        source='credentials.c credentials_files.c credentials_ntlm.c credentials_krb5.c ../kerberos/kerberos_util.c',
        autoproto='credentials_proto.h',
index 688211ed6e41c9d90233eeb9cf120fc543731393..4cb9d799b6fb5445b6ec5b9545922c70fafc8edc 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/auth/kerberos/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('KERBEROS',
        source='kerberos.c clikrb5.c kerberos_heimdal.c kerberos_pac.c gssapi_parse.c krb5_init_context.c keytab_copy.c',
        autoproto='proto.h',
index 8ead66dcdcf8c5d9db4460842ba8070d162b2859..ef4a95ab7933cd06c006979fcfa3e5f58d1ee3e3 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/auth/ntlmssp/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('gensec_ntlmssp',
        source='ntlmssp.c ntlmssp_sign.c ntlmssp_client.c ntlmssp_server.c',
        autoproto='proto.h',
index ca9e85d1b83d2acbeb0744d76ca674d3ff371dc2..6cb3ad510f099adca9b51bec3e28051e46aa37a0 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/auth/config.mk
-# Please remove this notice if hand editing
-
 bld.BUILD_SUBDIR('gensec')
 bld.BUILD_SUBDIR('kerberos')
 bld.BUILD_SUBDIR('ntlmssp')
index 345165611ef91d9482e325409298c1c953a41ed5..3eb836928bb542bafc8b0da59cb9e72b2c0fe4b9 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/cldap_server/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('service_cldap',
        source='cldap_server.c',
        subsystem='service',
index 01edecc88544518ff650b3c6f58a8e72facd7402..0b0555dd0b4b2c95ed573ee83108da331e509ab1 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/cluster/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('CLUSTER',
        source='cluster.c local.c',
        deps='TDB_WRAP'
index ed81d2faa5d0172c418c48c7f65c3dbcd040bc3d..69d24e6261c10e2da003e0b05e618d3a5a803ddf 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/dsdb/config.mk
-# Please remove this notice if hand editing
-
 bld.BUILD_SUBDIR('samdb/ldb_modules')
 
 bld.SAMBA_SUBSYSTEM('SAMDB',
index 0e56c3ee2aaa2ccfbb4389ea3d21a08d53acfb0e..15bee4bc46c942f3fb292b9476adab217e1c5688 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/ldap_server/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_MODULE('LDAP',
        source='ldap_server.c ldap_backend.c ldap_bind.c ldap_extended.c',
index 49328e8fa6b51fe139641d687b59947d6170090e..f74add6a43d5bb3a462816c6b61c9614afb69ce3 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/events/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBEVENTS',
        source='tevent_s4.c',
index 852e971a4e2f4cb65dc7bab7ec43745763fa43fb..d80805c6a007dc6de0fed4ad71996f3a9a8f7a4a 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/ldb-samba/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LDBSAMBA',
        source='ldif_handlers.c',
index 203fd8e5a125b6b80cc1181cc282df4f93cf7ec6..ae15406895985cc901487246ff647faef0fa63c9 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/messaging/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('MESSAGING',
        source='messaging.c',
index 393f549b56017593d4f671090a4efcccfa49e361..34a796ec15f09b7149dda2ecbc83ba97120b1310 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/samba3/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('SMBPASSWD',
        source='smbpasswd.c',
index afa6644fac3ddf5633b68829719e52c8a611630a..7ce9e65b12b09464764026f174d1d8c127a049ae 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/socket/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBNETIF',
        source='interface.c netif.c',
index 6ef6d30fa8be9ea444b94338874e3d15b5bf5550..8427c17045eb7034dcb713259feeef426b3bf2d4 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/stream/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('LIBPACKET',
        source='packet.c',
index fd8c17a667bc0c5a419b72fc18f54385b179182f..6efc0bf8daa749e47bd58a28e39247e2a85f70fc 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/lib/wmi/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('WMI',
        source='wmicore.c wbemdata.c ../../../librpc/gen_ndr/dcom_p.c',
index 22747368c2ee625d153a5c11b70ba28e0d137a26..3d1118790c8d4faad838717f0e28dc8bb8ba5275 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/security/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('LIBSECURITY',
        source='security_token.c access_check.c privilege.c create_descriptor.c object_tree.c',
        autoproto='proto.h',
index 81a2f7db7eb4447bfcb7652854d9578b7b925dee..c39cf5fd39ae0b583596c9bd410081003190cf55 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/smb2/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2',
        source='transport.c request.c negprot.c session.c tcon.c create.c close.c connect.c getinfo.c write.c read.c setinfo.c find.c ioctl.c logoff.c tdis.c flush.c lock.c notify.c cancel.c keepalive.c break.c util.c signing.c lease_break.c',
        autoproto='smb2_proto.h',
index 600a66cc9b149e25845db0adf6a05b5b914ee9fc..30f5ff1f2e9702889ef89b4d202392bbddaf32cb 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/wbclient/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('LIBWBCLIENT_OLD',
        source='wbclient.c',
        public_deps='LIBSAMBA-ERRORS LIBEVENTS',
index 17a2eb29c60f90203aef638e471916c521fb014c..9aa9aed5ae060b85183efc7e908c0e7f91924db8 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/libnet/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('LIBSAMBA-NET',
        source='libnet.c libnet_passwd.c libnet_time.c libnet_rpc.c libnet_join.c libnet_site.c libnet_become_dc.c libnet_unbecome_dc.c libnet_vampire.c libnet_samdump.c libnet_samdump_keytab.c libnet_samsync_ldb.c libnet_user.c libnet_group.c libnet_share.c libnet_lookup.c libnet_domain.c userinfo.c groupinfo.c userman.c groupman.c prereq_domain.c libnet_samsync.c libnet_export_keytab.c',
        autoproto='libnet_proto.h',
index 20c00a70678408df332dce73cc53eeac12f685c7..ed3b8382f51030278a233dc10e499a262e652871 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/nbt_server/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('WINSDB',
        source='wins/winsdb.c wins/wins_hook.c',
        autoproto='wins/winsdb_proto.h',
index 5422464429448c5fb0d1406049d76a27b78d4716..87e043ddda0d0cba0d2ac1ae75256bc82e7a2436 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/ntp_signd/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('NTP_SIGND',
        source='ntp_signd.c',
        subsystem='service',
index 7f59e5e0ebd7a71ed2ea3160dc71d4f60ddfd942..ee20231bcc4cb2fdda3956352e8c3385b6607b2c 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/ntptr/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('ntptr_simple_ldb',
        source='simple_ldb/ntptr_simple_ldb.c',
        subsystem='ntptr',
index 2f7ec06774cbd8b31e6329aad84f8cdc5b62c56b..4977b7097fd7e8acbc17e9a7fc65c19994b80252 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/common/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('ntvfs_common',
        source='init.c brlock.c brlock_tdb.c opendb.c opendb_tdb.c notify.c',
        autoproto='proto.h',
index a40702e6386c0f434158d61cb8434454356b7a6a..0678dde5d23cb15afb87a004fa425fc98608c419 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/unixuid/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('ntvfs_unixuid',
        source='vfs_unixuid.c',
        subsystem='ntvfs',
index a847b81c799930336bb54cf90c512903ea4c268d..9124f662a43db6eb9ed60f7ff7d7da7655bb77eb 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/ntvfs/config.mk
-# Please remove this notice if hand editing
-
 bld.BUILD_SUBDIR('posix')
 bld.BUILD_SUBDIR('common')
 bld.BUILD_SUBDIR('unixuid')
index fc806266f37f294b9741e43c3a85e88498897d3b..7a3dd5ec2034499e1cec2b0e5d6cbc0bc61ec6de 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/smb/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('SMB_PROTOCOL',
        source='receive.c negprot.c nttrans.c reply.c request.c search.c service.c sesssetup.c srvtime.c trans2.c signing.c',
        autoproto='smb_proto.h',
index 5d662bfb464a3077c63ddcc73d202fa2b51d9496..14acd926ee11079b760e25da1fe76da7c64d26e9 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/smb2/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('SMB2_PROTOCOL',
        source='receive.c negprot.c sesssetup.c tcon.c fileio.c fileinfo.c find.c keepalive.c',
        autoproto='smb2_proto.h',
index ca1739accbadbb6f218a24e9e0911f61e94d7faf..38f50ff0db32673b705d77c0aff515d7516b4f5d 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/smb_server/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('SERVICE_SMB',
        source='smb_server.c',
        autoproto='service_smb_proto.h',
index 932acd79cfdb574491cc46e4054bccc5e33c3b69..815b586d79e7c8c202a55c21e51191450e299469 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/smbd/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('service',
        source='service.c service_stream.c service_named_pipe.c service_task.c',
        autoproto='service_proto.h',
@@ -32,10 +28,6 @@ bld.SAMBA_BINARY('samba',
 
 
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/smbd/process_model.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('process_model_single',
        source='process_single.c',
        subsystem='process_model',
index 906101590325c88f9bede228eb693d56eb3fa79f..c15774e3620ce9f1a659d7531ac0fb6cf412e0c6 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/torture/drs/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('TORTURE_DRS',
        source='drs_init.c drs_util.c unit/prefixmap_tests.c',
        autoproto='proto.h',
index c1b116b95ded233a1aeabe16793d79b02bdf5f3a..ddcc602f88088b624d2c22cc7cad08c5d6873868 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/torture/libnetapi/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('TORTURE_LIBNETAPI',
        source='libnetapi.c libnetapi_user.c libnetapi_group.c',
        autoproto='proto.h',
index 7588d37b1bf7b7a5bd890f8c82ae7f3434b86c1a..8f93487389f07d670825258e113a6f61bc04220d 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/torture/libsmbclient/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_MODULE('TORTURE_LIBSMBCLIENT',
        source='libsmbclient.c',
index fae2ef94712d8014dba04870881434f19a6b35bd..eb8a2951f6f797fb62d972dc3eda39609d257aaa 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/torture/smb2/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('TORTURE_SMB2',
        source='connect.c scan.c util.c getinfo.c setinfo.c lock.c notify.c smb2.c durable_open.c oplock.c dir.c lease.c create.c acls.c read.c compound.c streams.c',
        subsystem='smbtorture',
index abed55bf7b2066be9576f1d1b91f7e63af930a20..f36f2e22ce718fca76035b854095e0378578471f 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/torture/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_SUBSYSTEM('TORTURE_UTIL',
        source='util_smb.c',
index cb9b66ae0b1a78589afeb2d5a8379f07915fbfb3..00965a7b0f661848692ef4f75008b6c4a0db1a0f 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/utils/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_BINARY('ntlm_auth',
        source='ntlm_auth.c',
        manpages='man/ntlm_auth.1',
index 22932b6cd1f405902f56878ef9c9b98ea56ab100..c9682f3eeca65ef640c271f58d9d94b9cf33af54 100644 (file)
@@ -1,8 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/winbind/config.mk
-# Please remove this notice if hand editing
-
 
 bld.SAMBA_MODULE('WINBIND',
        source='wb_server.c wb_irpc.c wb_samba3_protocol.c wb_samba3_cmd.c wb_init_domain.c wb_dom_info.c wb_dom_info_trusted.c wb_sid2domain.c wb_name2domain.c wb_sids2xids.c wb_xids2sids.c wb_gid2sid.c wb_sid2uid.c wb_sid2gid.c wb_uid2sid.c wb_connect_lsa.c wb_connect_sam.c wb_cmd_lookupname.c wb_cmd_lookupsid.c wb_cmd_getdcname.c wb_cmd_getgrnam.c wb_cmd_getgrgid.c wb_cmd_getpwnam.c wb_cmd_getpwuid.c wb_cmd_userdomgroups.c wb_cmd_usersids.c wb_cmd_list_groups.c wb_cmd_list_trustdom.c wb_cmd_list_users.c wb_cmd_setpwent.c wb_cmd_getpwent.c wb_cmd_getgrent.c wb_cmd_setgrent.c wb_cmd_getgroups.c wb_pam_auth.c wb_sam_logon.c',
index 246e46590bd7fc463ba7b737d871b1a7495ad8da..9923e25d5f7ac9b0ed235df5fd9390e76ea1def0 100644 (file)
@@ -1,9 +1,5 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/wrepl_server/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_MODULE('WREPL_SRV',
        source='wrepl_server.c wrepl_in_connection.c wrepl_in_call.c wrepl_apply_records.c wrepl_periodic.c wrepl_scavenging.c wrepl_out_pull.c wrepl_out_push.c wrepl_out_helpers.c',
        autoproto='wrepl_server_proto.h',