include $(APR_WORK)\build\NWGNUhead.inc
+PCRE = $(AP_WORK)/srclib/pcre
+
#
# build this level's files
+FILES_prebuild_headers = \
+ $(PCRE)/config.h \
+ $(PCRE)/pcre.h \
+ $(EOLIST)
+
+$(PCRE)/%.h: $(subst /,\,$(PCRE))\%.hw
+ @echo Creating $(subst /,\,$@)
+ copy $< $(subst /,\,$(PCRE))\$(@F)
+
#
# Make sure all needed macro's are defined
#
#
NLM_DESCRIPTION = Generate character tables
-#
+#$(FILES_prebuild_headers)
# This is used by the '-threadname' directive. If left blank,
# NLM_NAME Thread will be used.
#
# Paths must all use the '/' character
#
FILES_nlm_objs = \
+ $(FILES_prebuild_headers) \
$(OBJDIR)/dftables.o \
$(EOLIST)