]> granicus.if.org Git - apache/commitdiff
Netware proxy makefiles:
authorRainer Jung <rjung@apache.org>
Sat, 6 Feb 2016 11:05:15 +0000 (11:05 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 6 Feb 2016 11:05:15 +0000 (11:05 +0000)
- use $(NLM_NAME) instead of explicit name
  when defining TARGET_nlm

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1728810 13f79535-47bb-0310-9956-ffa450edef68

15 files changed:
modules/proxy/NWGNUproxy
modules/proxy/NWGNUproxyajp
modules/proxy/NWGNUproxybalancer
modules/proxy/NWGNUproxycon
modules/proxy/NWGNUproxyexpress
modules/proxy/NWGNUproxyfcgi
modules/proxy/NWGNUproxyftp
modules/proxy/NWGNUproxyhcheck
modules/proxy/NWGNUproxyhtp
modules/proxy/NWGNUproxylbm_busy
modules/proxy/NWGNUproxylbm_hb
modules/proxy/NWGNUproxylbm_req
modules/proxy/NWGNUproxylbm_traf
modules/proxy/NWGNUproxyscgi
modules/proxy/NWGNUproxywstunnel

index 8046880eec788c542fa18c7a8d0796721669a0cf..9a33b49077260edfe4e41d1979d2721341b232b7 100644 (file)
@@ -151,7 +151,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxy.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index cdb80d57f15789d665199f5efc6af1958f3cdedd..371af6959056df46ddf2124f45f957572e4f57e9 100644 (file)
@@ -149,7 +149,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxyajp.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 34fc85a0804b7e4e62aac5efe885183db10a4324..f4b1a5ff37e0997bd219dea768d58b22c64e69bf 100644 (file)
@@ -149,7 +149,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxybalancer.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 62810de43cab8a9f1fb191071822bc0f099f3f6b..e8d9deda67a6d74b55e8c87b6572a9476903226c 100644 (file)
@@ -149,7 +149,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxycon.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 3e15e1f1ff60e9a2bc98a2d3d07d7e7106c8053c..8d0d65281225fd857016a618357733a0cc038b15 100644 (file)
@@ -149,7 +149,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxyexpress.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 9a1c151fcc8d5a847360481af8611af62cfb9646..73444b988522cc6100a6acfa8d6133e25fa0a218 100644 (file)
@@ -150,7 +150,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxyfcgi.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 0ac02a2910179e870270dac195ece3ecdadd7bb7..0d15fad39804428eb64cb5b3e73e030b1252f1f9 100644 (file)
@@ -149,7 +149,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxyftp.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 5e9a29a4aa03899fded2603e67df8590656e925e..5f9e2b2b6ddd8864631dcb26dda11ac935633d32 100644 (file)
@@ -149,7 +149,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxyhcheck.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 927a19534759c3660ea70f46a2ad2d20a36873bf..8814ed573f0da9b9cca4007a19ce336a3b26b9c8 100644 (file)
@@ -149,7 +149,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxyhtp.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 0168e50c805fb4af9e16b77c7dd51510a35e27a2..90e0058cc3bd9e61219b02b15828178e7d12aa28 100644 (file)
@@ -150,7 +150,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxylbm_busy.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 0b1a633751a6b80743ca76b65c6155caa123d456..8541744ee90f0be50c043cde0e260ff9b9068b49 100644 (file)
@@ -150,7 +150,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxylbm_busy.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 3bd90127293e9f97d99f37bb7ddf36d53a3c9f09..bb40644a5c03ba5defc7a557b28118924ad2483f 100644 (file)
@@ -150,7 +150,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxylbm_busy.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 77ba507986a71759d18ea11533af944e855e1548..429f7feef86a57405fad189702d7e2613b0c031a 100644 (file)
@@ -150,7 +150,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxylbm_busy.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index e9e350e25744a71c2e9a4c92f1ea8fcc3224e81e..94cfa45b6d18fe16b29df6dca575f1c6672a8b07 100644 (file)
@@ -149,7 +149,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxyscgi.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index be74d3d9fe29371e515554fbb01341fd1cb2db74..f5624973beb3bc8075460a179d7f7bbca9d3dd2b 100644 (file)
@@ -150,7 +150,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/proxywstunnel.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #