s4-waf: removed the XATTR and SASL aliases
[abartlet/samba.git/.git] / source4 / wscript_build
index a4236643e9767d5ff20d195ad13f356c687ef780..7fd6ee89b6c8a8ff18836776cbf4808754df638a 100644 (file)
@@ -8,36 +8,12 @@ srcdir = ".."
 # create separate build groups for building the asn1 and et compiler, then
 # building the C from ASN1 and IDL, and finally the main build process
 bld.SETUP_BUILD_GROUPS()
+bld.AUTOCLEANUP_STALE_FILES()
 
 bld.SAMBA_MKVERSION('version.h')
 
 # bld.ENABLE_MAGIC_ORDERING()
 
-# we don't always use consistent names for our subsystems.
-# this sets up some aliases
-bld.TARGET_ALIAS('attr', 'XATTR')
-bld.TARGET_ALIAS('sasl2', 'SASL')
-
-# missing subsystems - need looking at
-bld.SAMBA_SUBSYSTEM('NETAPI', '')       # for external libnet
-bld.SAMBA_SUBSYSTEM('OPENPTY', '')      # external openpty library
-bld.SAMBA_SUBSYSTEM('SMBCLIENT', '')    # for external libsmbclient
-bld.SAMBA_SUBSYSTEM('BLKID', '')        # blkid library from e2fsprogs
-bld.SAMBA_SUBSYSTEM('SETPROCTITLE', '') # external setproctitle library
-
-# subsystems that are confirmed to be missing. These should
-# be removed from the build completely when we only have
-# one build system
-bld.SAMBA_SUBSYSTEM('DCOM_PROXY_DCOM', '')
-bld.SAMBA_SUBSYSTEM('smbcalls', '')
-bld.SAMBA_SUBSYSTEM('HDB_LDB', '')
-bld.SAMBA_SUBSYSTEM('NDR_MISC', '')
-bld.SAMBA_SUBSYSTEM('NDR_SAMR', '')
-bld.SAMBA_SUBSYSTEM('SCHANNELDB', '')
-bld.SAMBA_SUBSYSTEM('pyldb_util', '')
-bld.SAMBA_SUBSYSTEM('TORTURE_LDB_MODULE', '')
-
-
 bld.RECURSE('../lib/replace')
 bld.RECURSE('../lib/talloc')
 bld.RECURSE('../lib/tdb')