mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
d8e35f8828
the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time. (This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def)
35 lines
588 B
Makefile
35 lines
588 B
Makefile
#######################
|
|
# Start SUBSYSTEM MPR
|
|
[SUBSYSTEM::MPR]
|
|
OBJ_FILES = \
|
|
mpr/miniMpr.o \
|
|
mpr/var.o
|
|
NOPROTO=YES
|
|
# End SUBSYSTEM MPR
|
|
#######################
|
|
|
|
|
|
#######################
|
|
# Start SUBSYSTEM EJS
|
|
[SUBSYSTEM::EJS]
|
|
OBJ_FILES = \
|
|
ejs/ejsLib.o \
|
|
ejs/ejsLex.o \
|
|
ejs/ejsParser.o \
|
|
ejs/ejsProcs.o
|
|
REQUIRED_SUBSYSTEMS = MPR
|
|
NOPROTO=YES
|
|
# End SUBSYSTEM EJS
|
|
#######################
|
|
|
|
#######################
|
|
# Start SUBSYSTEM ESP
|
|
[SUBSYSTEM::ESP]
|
|
OBJ_FILES = \
|
|
esp/esp.o \
|
|
esp/espProcs.o
|
|
REQUIRED_SUBSYSTEMS = EJS
|
|
NOPROTO=YES
|
|
# End SUBSYSTEM ESP
|
|
#######################
|