NWGNUmakefile revision 389e1ee9bf5c06cff46d0697902adeb1d9f655cb
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Declare the sub-directories to be built here
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Get the 'head' of the build environment. This includes default targets and
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# paths to tools
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrewsinclude $(AP_WORK)\build\NWGNUhead.inc
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt# build this level's files
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# Make sure all needed macro's are defined
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# These directories will be at the beginning of the include list, followed by
12178c86525332bb0ab66155feb61fbf32eca6acEvan HuntXINCDIRS += \
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson $(AP_WORK)/include \
08a768e82ad64ede97f640c88e02984b59122753Michael Graff $(APR)/include \
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson $(APRUTIL)/include \
08a768e82ad64ede97f640c88e02984b59122753Michael Graff $(LUASRC)/src \
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt# These flags will come after CFLAGS
683da0cd900532fc45fa4dfb687b5041156ec8abAndreas Gustafsson# These defines will come after DEFINES
f4cbe536b11da614fe05aeaeff41e324854cda7bMark AndrewsXDEFINES += \
f4cbe536b11da614fe05aeaeff41e324854cda7bMark Andrews# These flags will be added to the link.opt file
f4cbe536b11da614fe05aeaeff41e324854cda7bMark Andrews -L$(OBJDIR) \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/lua.lib \
$(OBJDIR)/mod_lua.o \
$(OBJDIR)/lua_apr.o \
$(OBJDIR)/lua_config.o \
$(OBJDIR)/lua_request.o \
$(OBJDIR)/lua_vmprep.o \
# These will be added as a library command in the link.opt file.
$(OBJDIR)/lua.lib \
# 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 \
# @$(LUASRC)/netware/lua.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc