2N/A# Declare the sub-directories to be built here
2N/A# Get the 'head' of the build environment. This includes default targets and
2N/A# build this level's files
2N/AFILES_prebuild_headers = \
2N/A @echo Generating $(subst /,\,$@)
2N/A @echo Generating $(subst /,\,$@)
2N/A @echo -nosyspath >> $@
2N/A @echo -w nocmdline >> $@
2N/A @echo $(DEFINES) >> $@
2N/A @echo -DCORE_PRIVATE >> $@
2N/A @echo -I..\include >> $@
2N/A @echo -I..\modules\http >> $@
2N/A @echo -I..\modules\aaa >> $@
2N/A @echo -I..\os\netware >> $@
2N/A @echo -I..\server\mpm\netware >> $@
2N/A @echo -I$(APR)\include >> $@
2N/A @echo -I$(APRUTIL)\include >> $@
2N/A @echo -ir $(NOVELLLIBC) >> $@
2N/A$(PCRE)/%.h: $(subst /,\,$(PCRE))\%.hw
2N/A @echo Creating $(subst /,\,$@)
2N/A copy $< $(subst /,\,$(PCRE))\$(@F)
2N/A# You can use this target if all that is needed is to copy files to the
2N/Ainstall :: nlms FORCE