NWGNUmakefile revision b73cd3195994247cfba2842f4b794058384114cd
2N/A#
2N/A# Declare the sub-directories to be built here
2N/A#
2N/A
2N/ASUBDIRS = \
2N/A $(EOLIST)
2N/A
2N/A#
2N/A# Get the 'head' of the build environment. This includes default targets and
2N/A# paths to tools
2N/A#
2N/A
2N/Ainclude $(AP_WORK)\build\NWGNUhead.inc
2N/A
2N/A#
2N/A# build this level's files
2N/A
2N/AFILES_prebuild_headers = \
2N/A $(PCRE)/config.h \
2N/A $(PCRE)/pcre.h \
2N/A $(EOLIST)
2N/A
2N/Anlms :: $(NWOS)/httpd.imp
2N/A
2N/A$(NWOS)/httpd.imp : make_nw_export.awk nw_export.i
2N/A @echo Generating $(subst /,\,$@)
2N/A awk -f make_nw_export.awk nw_export.i | sort >$(NWOS)/httpd.imp
2N/A
2N/Anw_export.i : nw_export.inc $(FILES_prebuild_headers) cc.opt
2N/A @echo Generating $(subst /,\,$@)
2N/A $(CC) $< @cc.opt
2N/A
2N/Acc.opt : NWGNUmakefile $(AP_WORK)\build\NWGNUenvironment.inc $(AP_WORK)\build\NWGNUtail.inc $(AP_WORK)\build\NWGNUhead.inc
2N/A $(CHK) $@ $(DEL) $@
2N/A @echo -P >> $@
2N/A @echo -EP >> $@
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
2N/A$(PCRE)/%.h: $(subst /,\,$(PCRE))\%.hw
2N/A @echo Creating $(subst /,\,$@)
2N/A copy $< $(subst /,\,$(PCRE))\$(@F)
2N/A
2N/A#
2N/A# You can use this target if all that is needed is to copy files to the
2N/A# installation area
2N/A#
2N/Ainstall :: nlms FORCE
2N/A
2N/Aclean ::
2N/A $(CHK) $(subst /,\,$(PCRE))\config.h $(DEL) $(subst /,\,$(PCRE))\config.h
2N/A $(CHK) $(subst /,\,$(PCRE))\pcre.h $(DEL) $(subst /,\,$(PCRE))\pcre.h
2N/A $(CHK) $(subst /,\,$(NWOS))\httpd.imp $(DEL) $(subst /,\,$(NWOS))\httpd.imp
2N/A $(CHK) nw_export.i $(DEL) nw_export.i
2N/A $(CHK) cc.opt $(DEL) cc.opt
2N/A $(CHK) NWGNUversion.inc $(DEL) NWGNUversion.inc