]> granicus.if.org Git - apache/blobdiff - NWGNUmakefile
update forgotten transformation
[apache] / NWGNUmakefile
index 82d2ce44246b8fd867ed5a71598b97cb2add66cd..006e358ae6f463e5c0ca7788ec396fba837335a2 100644 (file)
@@ -119,13 +119,21 @@ NLM_NAME          = Apache2
 # This is used by the link '-desc ' directive. 
 # If left blank, NLM_NAME will be used.
 #
-NLM_DESCRIPTION        = Apache Web Server 
+NLM_DESCRIPTION        = Apache Web Server $(VERSION_STR)
 
 #
 # This is used by the '-threadname' directive.  If left blank,
 # NLM_NAME Thread will be used.
 #
 NLM_THREAD_NAME        = Apache
+
+#
+# This is used by the '-screenname' directive.  If left blank,
+# 'Apache for NetWare' Thread will be used.
+#
+NLM_SCREEN_NAME = Apache $(VERSION_STR) for NetWare
+
+
 #
 # If this is specified, it will override VERSION value in 
 # $(AP_WORK)\build\NWGNUenvironment.inc
@@ -194,11 +202,10 @@ FILES_nlm_objs = \
        $(OBJDIR)/listen.o \
        $(OBJDIR)/log.o \
        $(OBJDIR)/main.o \
-       $(OBJDIR)/mod_access.o \
+       $(OBJDIR)/mod_authz_host.o \
        $(OBJDIR)/mod_actions.o \
        $(OBJDIR)/mod_alias.o \
        $(OBJDIR)/mod_asis.o \
-       $(OBJDIR)/mod_auth.o \
        $(OBJDIR)/mod_autoindex.o \
        $(OBJDIR)/mod_cgi.o \
        $(OBJDIR)/mod_dir.o \
@@ -219,12 +226,13 @@ FILES_nlm_objs = \
        $(OBJDIR)/pcre.o \
        $(OBJDIR)/pcreposix.o \
        $(OBJDIR)/protocol.o \
+       $(OBJDIR)/provider.o \
        $(OBJDIR)/request.o \
-       $(OBJDIR)/rfc1413.o \
        $(OBJDIR)/scoreboard.o \
        $(OBJDIR)/util.o \
        $(OBJDIR)/util_cfgtree.o \
        $(OBJDIR)/util_charset.o \
+       $(OBJDIR)/util_debug.o \
        $(OBJDIR)/util_filter.o \
        $(OBJDIR)/util_md5.o \
        $(OBJDIR)/util_nw.o \
@@ -329,12 +337,11 @@ install :: nlms FORCE
 installdev :: FORCE
        -copy $(subst /,\,$(AP_WORK))\include\*.h           $(INSTALL)\Apache2\include\*.*
        -copy $(subst /,\,$(AP_WORK))\os\netware\*.h        $(INSTALL)\Apache2\include\*.*
-       -copy $(subst /,\,$(NWOS))\include\*.h              $(INSTALL)\Apache2\include\*.*
        -copy $(subst /,\,$(NWOS))\*.imp                    $(INSTALL)\Apache2\lib\*.*
        -copy $(subst /,\,$(APR))\include\*.h               $(INSTALL)\Apache2\include\*.*
-       -copy $(subst /,\,$(APR))\arch\netware\include\*.h  $(INSTALL)\Apache2\include\*.*
        -copy $(subst /,\,$(APRUTIL))\include\*.h           $(INSTALL)\Apache2\include\*.*
        -copy $(subst /,\,$(APR))\*.imp                     $(INSTALL)\Apache2\lib\*.*
+       -copy $(subst /,\,$(NWOS))\*.xdc                    $(INSTALL)\Apache2\lib\*.*
     
 #
 # Any specialized rules here