]> granicus.if.org Git - apache/blobdiff - NWGNUmakefile
update forgotten transformation
[apache] / NWGNUmakefile
index d4a675061d59eef4ef6dc08ad19f1ee350cafd8d..006e358ae6f463e5c0ca7788ec396fba837335a2 100644 (file)
@@ -32,7 +32,6 @@ XINCDIRS      += \
                        $(AP_WORK)/srclib/include/arch/NetWare \
                        $(AP_WORK)/srclib/apr-util/include \
                        $(AP_WORK)/include \
-                       $(AP_WORK)/modules/aaa/ \
                        $(AP_WORK)/modules/filters/ \
                        $(AP_WORK)/modules/generators/ \
                        $(AP_WORK)/modules/http/ \
@@ -120,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
@@ -184,7 +191,6 @@ TARGET_lib = \
 # Paths must all use the '/' character
 #
 FILES_nlm_objs = \
-       $(OBJDIR)/auth_provider.o \
        $(OBJDIR)/buildmark.o \
        $(OBJDIR)/config.o \
        $(OBJDIR)/connection.o \
@@ -220,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 \
@@ -330,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