NWGNUrotlogs revision 8ffac2c334103c0336602aaede650cb578611151
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# Make sure all needed macro's are defined
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Get the 'head' of the build environment if necessary. This includes default
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# targets and paths to tools
4da61833a1cbbca94094f9653fd970582b97a72etrawickifndef EnvironmentDefined
4da61833a1cbbca94094f9653fd970582b97a72etrawickinclude $(AP_WORK)/build/NWGNUhead.inc
4789804be088bcd86ae637a29cdb7fda25169521jailletc# These directories will be at the beginning of the include list, followed by
e50c3026198fd496f183cda4c32a202925476778covenerXINCDIRS += \
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin $(APR)/include \
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic# These flags will come after CFLAGS
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavicXCFLAGS += \
69301145375a889e7e37caf7cc7321ac0f91801erpluem# These defines will come after DEFINES
69301145375a889e7e37caf7cc7321ac0f91801erpluemXDEFINES += \
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# These flags will be added to the link.opt file
d58a848a016d401b965111e50ef829e1641f7834minfrinXLFLAGS += \
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# These values will be appended to the correct variables based on the value of
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicifeq "$(RELEASE)" "debug"
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicXINCDIRS += \
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavicXCFLAGS += \
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicXDEFINES += \
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicXLFLAGS += \
d7205b1a86c51c27b71a2c458dc453fd53a261c1covenerifeq "$(RELEASE)" "noopt"
d7205b1a86c51c27b71a2c458dc453fd53a261c1covenerXINCDIRS += \
44ff304057225e944e220e981d434a046d14cf06covenerXCFLAGS += \
44ff304057225e944e220e981d434a046d14cf06covenerXDEFINES += \
5d1ba75b8794925e67591c209085a49279791de9covenerXLFLAGS += \
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrandifeq "$(RELEASE)" "release"
caad2986f81ab263f7af41467dd622dc9add17f3ylavicXINCDIRS += \
caad2986f81ab263f7af41467dd622dc9add17f3ylavicXCFLAGS += \
f7317ff316c2b141feea31bddb74d5d3fa1584edjortonXDEFINES += \
a34684a59b60a4173c25035d0c627ef17e6dc215rpluemXLFLAGS += \
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh# These are used by the link target if an NLM is being generated
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh# This is used by the link 'name' directive to name the nlm. If left blank
0b67eb8568cd58bb77082703951679b42cf098actrawick# TARGET_nlm (see below) will be used.
0b67eb8568cd58bb77082703951679b42cf098actrawickNLM_NAME = rotlogs
fb1985a97912b25ec6564c73e610a31e5fc6e25fcovener# This is used by the link '-desc ' directive.
09c87c777bed1655621bb20e1c46cb6b1a63279dcovener# If left blank, NLM_NAME will be used.
6502b7b32f980cc2093bb3ebce37e5e4dc68fba4ylavicNLM_DESCRIPTION = Apache $(VERSION_STR) Log Rotation Utility for NetWare
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic# This is used by the '-threadname' directive. If left blank,
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic# NLM_NAME Thread will be used.
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletcNLM_THREAD_NAME = rotlogs
457468b82e59d01eba00dd9d0817309c8f5e414ejim# This is used by the '-screenname' directive. If left blank,
457468b82e59d01eba00dd9d0817309c8f5e414ejim# 'Apache for NetWare' Thread will be used.
04983e3bd1754764eec7d6bb772fe3b0bf391771jortonNLM_SCREEN_NAME = DEFAULT
15660979a30d251681463de2e0584853890082accovener# If this is specified, it will override VERSION value in
49dacedb6c387b786b7911082ff35121a45f414bcovenerNLM_VERSION =
cfd9415521847b2f9394fad04fb701cfb955f503rjung# If this is specified, it will override the default of 64K
28c31fb73c1264bd1d0ff932573677030b024c7dwroweNLM_STACK_SIZE = 98304
8491e0600f69b0405e156ea8a419653c065c645bcovener# If this is specified it will be used by the link '-entry' directive
63b9f1f5880391261705f696d7d65507bbe9ace3covenerNLM_ENTRY_SYM =
49dacedb6c387b786b7911082ff35121a45f414bcovener# If this is specified it will be used by the link '-exit' directive
49dacedb6c387b786b7911082ff35121a45f414bcovenerNLM_EXIT_SYM =
3c990331fc6702119e4f5b8ba9eae3021aea5265jim# If this is specified it will be used by the link '-check' directive
fc42512879dd0504532f52fe5d0d0383dda96a1eniqNLM_CHECK_SYM =
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq# If these are specified it will be used by the link '-flags' directive
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niqNLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION, MULTIPLE
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc# If this is specified it will be linked in with the XDCData option in the def
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
06b8f183140c8e02e0974e938a05078b511d1603covener# by setting APACHE_UNIPROC in the environment
259878293a997ff49f5ddfc53d3739cbdc25444ecovener# If there is an NLM target, put it here
259878293a997ff49f5ddfc53d3739cbdc25444ecovenerTARGET_nlm = \
65967d05f839dbf27cf91d91fa79585eeae19660minfrin# If there is an LIB target, put it here
65967d05f839dbf27cf91d91fa79585eeae19660minfrinTARGET_lib = \
8152945ae46857b170cb227e79bb799f4fc7710dminfrin# These are the OBJ files needed to create the NLM target above.
8152945ae46857b170cb227e79bb799f4fc7710dminfrin# Paths must all use the '/' character
75f5c2db254c0167a0e396254460de09b775d203trawickFILES_nlm_objs = \
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick# These are the LIB files needed to create the NLM target above.
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawick# These will be added as a library command in the link.opt file.
5716f9c6daa92dde5f2f9d11ed63f7c9549c223atrawickFILES_nlm_libs = \
54d750a84a175d8e338880514d440773eb986b50covener# These are the modules that the above NLM target depends on to load.
54d750a84a175d8e338880514d440773eb986b50covener# These will be added as a module command in the link.opt file.
54d750a84a175d8e338880514d440773eb986b50covenerFILES_nlm_modules = \
83b50288fa7d306324bba68832011ea08f5c7832covener# If the nlm has a msg file, put it's path here
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawickFILE_nlm_msg =
2e15620d724fb8e3a5be183b917359a2fd6e9468covener# If the nlm has a hlp file put it's path here
2e15620d724fb8e3a5be183b917359a2fd6e9468covenerFILE_nlm_hlp =
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener# If this is specified, it will override $(NWOS)\copyright.txt.
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovenerFILE_nlm_copyright =
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd# Any additional imports go here
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisdFILES_nlm_Ximports = \
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# Any symbols exported to here
fce4949fb0b309a5744afcd503c6ed2d35621ee2covenerFILES_nlm_exports = \
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz# These are the OBJ files needed to create the LIB target above.
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz# Paths must all use the '/' character
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluzaFILES_lib_objs = \
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin# implement targets and dependancies (leave this section alone)
993d1261a278d7322bccef219101220b7b4fb8c5jkaluzalibs :: $(OBJDIR) $(TARGET_lib)
993d1261a278d7322bccef219101220b7b4fb8c5jkaluzanlms :: libs $(TARGET_nlm)
ba050a6f942b9fa0e81ed73437588005c569655ccovener# Updated this target to create necessary directories and copy files to the
ba050a6f942b9fa0e81ed73437588005c569655ccovener# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
135ddda3a989215d2bedbcf1529bfb269c3eda23niqinstall :: nlms FORCE
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh# Any specialized rules here
cc5a4a08dc9783fcbc52ce86f11e01c281a43810minfrin# Include the 'tail' makefile that has targets that depend on variables defined
9b0076ddd1103e5fa9c1f9bafde4b06ce244fbaecovener# in this makefile
249d09d51808cb7981af99762c3b3736ca126cd5jkaluzainclude $(APBUILD)/NWGNUtail.inc