Author: jfrederic.clere(a)jboss.com
Date: 2014-01-30 05:20:53 -0500 (Thu, 30 Jan 2014)
New Revision: 3236
Removed:
trunk/httpd/httpd-2.4/modules/aaa/NMAKEauthndefault
Modified:
trunk/httpd/httpd-2.4/modules/aaa/NMAKEmakefile
Log:
this module has been removed.
Deleted: trunk/httpd/httpd-2.4/modules/aaa/NMAKEauthndefault
===================================================================
--- trunk/httpd/httpd-2.4/modules/aaa/NMAKEauthndefault 2014-01-30 10:02:00 UTC (rev
3235)
+++ trunk/httpd/httpd-2.4/modules/aaa/NMAKEauthndefault 2014-01-30 10:20:53 UTC (rev
3236)
@@ -1,63 +0,0 @@
-# Copyright 2001-2007 The Apache Software Foundation or its licensors, as
-# applicable.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#
http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-# ====================================================================
-#
-# NMAKEmakefile authn_default module makefile.
-#
-# Originally contributed by Mladen Turk <mturk redhat.com>
-#
-# ====================================================================
-#
-
-TARGET=DLL
-PROJECT = mod_authn_default
-
-!IF !DEFINED(SRCDIR) || "$(SRCDIR)" == ""
-SRCDIR = .
-!ENDIF
-
-!include <..\..\NMAKEcommon.inc>
-!include <..\..\NMAKEhttpd.inc>
-
-LDIRS = /libpath:"$(BUILDLIB)"
-LFLAGS = $(LFLAGS) user32.lib psapi.lib gdi32.lib shlwapi.lib wldap32.lib ole32.lib
$(LIBAPR) $(LIBAPU) $(LIBHTTPD)
-CFLAGS = $(CFLAGS) -DAAA_DECLARE_EXPORT
-
-INCLUDES = -I$(SRCDIR) -I$(BUILDINC)
-PDBFLAGS = -Fo$(WORKDIR)\ -Fd$(WORKDIR)\$(PROJECT)-src
-
-BUILDBIN = $(WORKDIR)\$(PROJECT).so
-BUILDPDB = $(WORKDIR)\$(PROJECT).pdb
-BUILDRES = $(WORKDIR)\$(PROJECT).res
-BUILDMFT = $(BUILDBIN).manifest
-
-RCFLAGS = $(RCFLAGS) /d BIN_NAME="$(PROJECT).so" /d
LONG_NAME="authn_default_module for Apache"
-
-OBJECTS = \
- $(WORKDIR)\mod_authn_default.obj \
-
-{$(SRCDIR)}.c{$(WORKDIR)}.obj:
- $(CC) $(CFLAGS) $(INCLUDES) $(PDBFLAGS) $<
-
-$(BUILDRES): ..\..\build\win32\httpd.rc
- $(RC) $(RCFLAGS) /i "$(BUILDINC)" /fo $(BUILDRES) ..\..\build\win32\httpd.rc
-
-$(BUILDBIN): $(OBJECTS) $(BUILDRES)
- $(LINK) $(LFLAGS) $(OBJECTS) $(BUILDRES) $(LIBS) $(LDIRS) /pdb:$(BUILDPDB)
/out:$(BUILDBIN)
- IF EXIST $(BUILDMFT) \
- mt -nologo -manifest $(BUILDMFT) -outputresource:$(BUILDBIN);2
-
-install: $(BUILDBIN)
Modified: trunk/httpd/httpd-2.4/modules/aaa/NMAKEmakefile
===================================================================
--- trunk/httpd/httpd-2.4/modules/aaa/NMAKEmakefile 2014-01-30 10:02:00 UTC (rev 3235)
+++ trunk/httpd/httpd-2.4/modules/aaa/NMAKEmakefile 2014-01-30 10:20:53 UTC (rev 3236)
@@ -36,7 +36,6 @@
$(SRCDIR)\NMAKEauthnanon\~ \
$(SRCDIR)\NMAKEauthndbd\~ \
$(SRCDIR)\NMAKEauthndbm\~ \
- $(SRCDIR)\NMAKEauthndefault\~ \
$(SRCDIR)\NMAKEauthnfile\~ \
$(SRCDIR)\NMAKEauthnzldap\~ \
$(SRCDIR)\NMAKEauthzdbm\~ \