mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
8d1e35e243
(This used to be commit 283e38aeb2
)
56 lines
1.1 KiB
Makefile
56 lines
1.1 KiB
Makefile
# 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/time.o \
|
|
lib/genrand.o \
|
|
lib/username.o \
|
|
lib/bitmap.o \
|
|
lib/snprintf.o \
|
|
lib/dprintf.o \
|
|
lib/xfile.o \
|
|
lib/wins_srv.o \
|
|
lib/util_str.o \
|
|
lib/util_strlist.o \
|
|
lib/util_sid.o \
|
|
lib/util_secdesc.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/pam_errors.o \
|
|
intl/lang_tdb.o \
|
|
lib/gencache.o \
|
|
lib/module.o \
|
|
lib/mutex.o \
|
|
lib/events.o \
|
|
lib/crypto/crc32.o \
|
|
lib/crypto/md5.o \
|
|
lib/crypto/hmacmd5.o \
|
|
lib/crypto/md4.o \
|
|
lib/db_wrap.o \
|
|
lib/server_mutex.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBTDB CHARSET
|
|
# End SUBSYSTEM LIBBASIC
|
|
##############################
|