NWGNUsession_crypto revision 16b55a35cff91315d261d1baa776138af465c4e4
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# Make sure all needed macro's are defined
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# Get the 'head' of the build environment if necessary. This includes default
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# targets and paths to tools
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březinaifndef EnvironmentDefined
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březinainclude $(AP_WORK)\build\NWGNUhead.inc
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# These directories will be at the beginning of the include list, followed by
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina $(APR)/include \
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina $(APRUTIL)/include \
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina $(AP_WORK)/include \
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# These flags will come after CFLAGS
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# These defines will come after DEFINES
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# These flags will be added to the link.opt file
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# These values will be appended to the correct variables based on the value of
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březinaifeq "$(RELEASE)" "debug"
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březinaifeq "$(RELEASE)" "noopt"
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březinaifeq "$(RELEASE)" "release"
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# These are used by the link target if an NLM is being generated
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# This is used by the link 'name' directive to name the nlm. If left blank
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel Březina# TARGET_nlm (see below) will be used.
3e5e98aae4b14f5447c561ff5b0d854b74046312Pavel BřezinaNLM_NAME = session_crypto
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# This is used by the link '-desc ' directive.
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# If left blank, NLM_NAME will be used.
62370340092503baeaf6587d7ffe4fe25bd9582dPavel ReichlNLM_DESCRIPTION = Apache $(VERSION_STR) Session Crypto Module
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# This is used by the '-threadname' directive. If left blank,
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# NLM_NAME Thread will be used.
62370340092503baeaf6587d7ffe4fe25bd9582dPavel ReichlNLM_THREAD_NAME = SessionCrypto Module
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# If this is specified, it will override VERSION value in
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# $(AP_WORK)\build\NWGNUenvironment.inc
62370340092503baeaf6587d7ffe4fe25bd9582dPavel ReichlNLM_VERSION =
62370340092503baeaf6587d7ffe4fe25bd9582dPavel Reichl# If this is specified, it will override the default of 64K
62370340092503baeaf6587d7ffe4fe25bd9582dPavel ReichlNLM_STACK_SIZE = 8192
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/mod_session_crypto.o \
# These will be added as a library command in the link.opt file.
# These will be added as a module command in the link.opt file.
# If this is specified, it will override $(NWOS)\copyright.txt.
@$(APR)/aprlib.imp \
@$(NWOS)/httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
vpath %.c ../arch/netware
include $(AP_WORK)\build\NWGNUtail.inc