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