mirror of
https://github.com/samba-team/samba.git
synced 2025-12-11 08:23:49 +03:00
- also specify USE_HOSTCC = YES on binaries that use HOSTCC I also disable autodependecies as this change let make run forever, I hopefully fix that tomorrow metze
30 lines
609 B
Makefile
30 lines
609 B
Makefile
##############################
|
|
# Start SUBSYSTEM REPLACE_READDIR
|
|
[SUBSYSTEM::REPLACE_READDIR]
|
|
OBJ_FILES = \
|
|
repdir/repdir.o
|
|
# End SUBSYSTEM REPLACE_READDIR
|
|
##############################
|
|
|
|
##############################
|
|
# Start SUBSYSTEM LIBREPLACE
|
|
[SUBSYSTEM::LIBREPLACE]
|
|
CFLAGS = -Ilib/replace
|
|
OBJ_FILES = replace.o \
|
|
snprintf.o \
|
|
dlfcn.o \
|
|
getpass.o \
|
|
timegm.o
|
|
PUBLIC_DEPENDENCIES = REPLACE_READDIR DL
|
|
# End SUBSYSTEM LIBREPLACE
|
|
##############################
|
|
|
|
[SUBSYSTEM::LIBREPLACE_HOSTCC]
|
|
CFLAGS = -Ilib/replace
|
|
OBJ_FILES = replace.ho \
|
|
snprintf.ho \
|
|
dlfcn.ho \
|
|
getpass.ho \
|
|
timegm.ho
|
|
|