(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Authentication

File: [Pegasus] / pegasus / src / Pegasus / Security / Authentication / Makefile (download)
Revision: 1.12, Tue Mar 8 02:44:25 2005 UTC (19 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.11: +0 -1 lines
BUG#: 2037
TITLE: install option in recurse.mak no longer used
DESCRIPTION: Removed include of install.mak.

ROOT = ../../../..

DIR = Pegasus/Security/Authentication

include $(ROOT)/mak/config.mak

ifdef PEGASUS_WMIMAPPER
  FLAGS += -DPEGASUS_WMIMAPPER
endif

# Use Separate PAM Authentication
ifdef PEGASUS_USE_PAM_STANDALONE_PROC
  FLAGS += -DPEGASUS_USE_PAM_STANDALONE_PROC
endif


LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARY = pegauthentication

LIBRARIES = \
    pegcommon \
    peguser   \
    pegconfig

PRE_DEPEND_INCLUDES = -I./depends

ifeq ($(OS),HPUX)
    EXTRA_LIBRARIES += -lsec 
endif

SOURCES = \
    LocalAuthFile.cpp \
    SecureLocalAuthenticator.cpp \
    LocalAuthenticationHandler.cpp \
    SecureBasicAuthenticator.cpp \
    PAMBasicAuthenticator.cpp \
    BasicAuthenticationHandler.cpp \
    AuthenticationManager.cpp

SYS_LIBS = ws2_32.lib advapi32.lib

include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2