NWGNUmakefile revision 00d1c0c914426a97022d8205a875c48b211001c2
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# Declare the sub-directories to be built here
4da61833a1cbbca94094f9653fd970582b97a72etrawick# Get the 'head' of the build environment. This includes default targets and
4da61833a1cbbca94094f9653fd970582b97a72etrawick# paths to tools
4789804be088bcd86ae637a29cdb7fda25169521jailletcinclude $(AP_WORK)/build/NWGNUhead.inc
4789804be088bcd86ae637a29cdb7fda25169521jailletc# build this level's files
e50c3026198fd496f183cda4c32a202925476778covener# Make sure all needed macro's are defined
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# These directories will be at the beginning of the include list, followed by
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavicXINCDIRS += \
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# These flags will come after CFLAGS
69301145375a889e7e37caf7cc7321ac0f91801erpluemXCFLAGS += \
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# These defines will come after DEFINES
d58a848a016d401b965111e50ef829e1641f7834minfrinXDEFINES += \
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# These flags will be added to the link.opt file
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicXLFLAGS += \
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic# These values will be appended to the correct variables based on the value of
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavicifeq "$(RELEASE)" "debug"
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicXINCDIRS += \
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicXCFLAGS += \
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicXDEFINES += \
d7205b1a86c51c27b71a2c458dc453fd53a261c1covenerXLFLAGS += \
44ff304057225e944e220e981d434a046d14cf06covenerifeq "$(RELEASE)" "noopt"
44ff304057225e944e220e981d434a046d14cf06covenerXINCDIRS += \
5d1ba75b8794925e67591c209085a49279791de9covenerXCFLAGS += \
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrandXDEFINES += \
caad2986f81ab263f7af41467dd622dc9add17f3ylavicXLFLAGS += \
45a10d38e6051fd7bdf9d742aaae633d97ff02abjailletcifeq "$(RELEASE)" "release"
f7317ff316c2b141feea31bddb74d5d3fa1584edjortonXINCDIRS += \
a34684a59b60a4173c25035d0c627ef17e6dc215rpluemXCFLAGS += \
1e2d421a36999d292042a5539971070d54aa6c63ylavicXDEFINES += \
0b67eb8568cd58bb77082703951679b42cf098actrawick# These are used by the link target if an NLM is being generated
5ef3c61605a3a021ff71f488983cb0065f8e1a79covener# This is used by the link 'name' directive to name the nlm. If left blank
fb1985a97912b25ec6564c73e610a31e5fc6e25fcovener# TARGET_nlm (see below) will be used.
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic# This is used by the link '-desc ' directive.
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic# If left blank, NLM_NAME will be used.
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletcNLM_DESCRIPTION =
e466c40e1801982602ee0200c9e8b61cc148742djailletc# This is used by the '-threadname' directive. If left blank,
457468b82e59d01eba00dd9d0817309c8f5e414ejim# NLM_NAME Thread will be used.
457468b82e59d01eba00dd9d0817309c8f5e414ejimNLM_THREAD_NAME =
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem# 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 =
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe# 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
3c990331fc6702119e4f5b8ba9eae3021aea5265jimNLM_CHECK_SYM =
fc42512879dd0504532f52fe5d0d0383dda96a1eniq# If these are specified it will be used by the link '-flags' directive
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niqNLM_FLAGS =
983528026996668ea295be95aedb9c7a346af470ylavic# 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
da0442c0440caef34706e2c2f3af05cb65921cc0jailletc# 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 = \
4f0358189bfa57b8e75bd6b94db264302a8f336amrumph# 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 = \
54d750a84a175d8e338880514d440773eb986b50covener# If the nlm has a msg file, put it's path here
83b50288fa7d306324bba68832011ea08f5c7832covenerFILE_nlm_msg =
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawick# If the nlm has a hlp file put it's path here
5f066f496cd9f20a2a701255bc67d44e7cb46daetrawickFILE_nlm_hlp =
2e15620d724fb8e3a5be183b917359a2fd6e9468covener# If this is specified, it will override $(NWOS)\copyright.txt.
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covenerFILE_nlm_copyright =
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener# Any additional imports go here
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovenerFILES_nlm_Ximports = \
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd# Any symbols exported to here
179565be4043d7e5f9161aa75271fa0a001866d9covenerFILES_nlm_exports = \
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# These are the OBJ files needed to create the LIB target above.
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# Paths must all use the '/' character
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawickFILES_lib_objs = \
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz# implement targets and dependancies (leave this section alone)
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluzalibs :: $(OBJDIR) $(TARGET_lib)
efe780dcf13b2b95effabf897d694d8f23feac74trawicknlms :: libs $(TARGET_nlm)
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin# Updated this target to create necessary directories and copy files to the
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples)
993d1261a278d7322bccef219101220b7b4fb8c5jkaluzainstall :: nlms FORCE
ba050a6f942b9fa0e81ed73437588005c569655ccovener $(call COPY,$(OBJDIR)/*.nlm, $(INSTALLBASE)/modules/)
ba050a6f942b9fa0e81ed73437588005c569655ccovener# Any specialized rules here
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh# Include the 'tail' makefile that has targets that depend on variables defined
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh# in this makefile
793214f67dede32edfd9ee96c664ead04d175cbbjfclereinclude $(APBUILD)/NWGNUtail.inc