summaryrefslogtreecommitdiff
path: root/source4/lib/basic.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-24 15:45:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:53:54 -0500
commitea0717b2e2e03f79a10dd4f605ed85069a559dc8 (patch)
treec93b148caa7a5291e8176940236267f641699f2d /source4/lib/basic.mk
parent934f6fda20fd35c5ff34a2289d9d587ff3938634 (diff)
downloadsamba-ea0717b2e2e03f79a10dd4f605ed85069a559dc8.tar.gz
samba-ea0717b2e2e03f79a10dd4f605ed85069a559dc8.tar.bz2
samba-ea0717b2e2e03f79a10dd4f605ed85069a559dc8.zip
r845: convert SUBSYSTEM LIBBASIC to a .mk file
metze (This used to be commit 81f50fbc95c8c81a18dc1e87a76c53657a24af7b)
Diffstat (limited to 'source4/lib/basic.mk')
-rw-r--r--source4/lib/basic.mk64
1 files changed, 64 insertions, 0 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk
new file mode 100644
index 0000000000..78acb5bb1c
--- /dev/null
+++ b/source4/lib/basic.mk
@@ -0,0 +1,64 @@
+# LIB BASIC subsystem
+
+##############################
+# Start SUBSYSTEM LIBBASIC
+[SUBSYSTEM::LIBBASIC]
+INIT_OBJ_FILES = lib/version.o
+ADD_OBJ_FILES = \
+ lib/debug.o \
+ lib/fault.o \
+ lib/getsmbpass.o \
+ lib/interface.o \
+ lib/interfaces.o \
+ lib/pidfile.o \
+ lib/replace.o \
+ lib/signal.o \
+ lib/system.o \
+ lib/sendfile.o \
+ lib/time.o \
+ lib/genrand.o \
+ lib/username.o \
+ lib/util_getent.o \
+ lib/util_pw.o \
+ lib/smbrun.o \
+ lib/bitmap.o \
+ lib/snprintf.o \
+ lib/dprintf.o \
+ lib/xfile.o \
+ lib/wins_srv.o \
+ lib/util_str.o \
+ lib/util_sid.o \
+ lib/util_uuid.o \
+ lib/util_unistr.o \
+ lib/util_file.o \
+ lib/data_blob.o \
+ lib/util.o \
+ lib/util_sock.o \
+ lib/talloc.o \
+ lib/substitute.o \
+ lib/fsusage.o \
+ lib/ms_fnmatch.o \
+ lib/select.o \
+ lib/messages.o \
+ lib/tallocmsg.o \
+ lib/dmallocmsg.o \
+ lib/smbpasswd.o \
+ nsswitch/wb_client.o \
+ nsswitch/wb_common.o \
+ lib/pam_errors.o \
+ intl/lang_tdb.o \
+ lib/account_pol.o \
+ lib/gencache.o \
+ lib/module.o \
+ lib/mutex.o \
+ lib/ldap_escape.o \
+ lib/events.o \
+ lib/crypto/crc32.o \
+ lib/crypto/md5.o \
+ lib/crypto/hmacmd5.o \
+ lib/crypto/md4.o \
+ lib/tdb_helper.o
+REQUIRED_SUBSYSTEMS = \
+ LIBTDB CHARSET
+# End SUBSYSTEM LIBBASIC
+##############################