mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
2c112840b0
-Add OS_ServerFiles -Add CLIENT_UTIL_TARGETS and EMBED_UTIL_TARGETS.
19 lines
528 B
Plaintext
19 lines
528 B
Plaintext
#_____________________________________________________________________________
|
|
|
|
# Changing options based on module
|
|
|
|
# Something that Solaris was doing for intl libraries.
|
|
if $(eq $(ModuleName), "intl")
|
|
LIB_LINK_OPTIONS := -assert pure-text -assert nosymbolic
|
|
endif
|
|
|
|
OS_ServerFiles=inet_server.cpp
|
|
|
|
LIB_LINK_OPTIONS:=
|
|
LIB_LINK_RPATH:=-Wl,-rpath,
|
|
LIB_LINK_SONAME:=-Wl,-soname,
|
|
EMBED_UTIL_TARGETS=gstat gds_drop gds_relay gsec
|
|
CLIENT_UTIL_TARGETS=gds_drop gds_delay gstat gsec fbguard fbmgr_bin
|
|
|
|
Physical_IO_Module=unix.cpp
|