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

File: [Pegasus] / pegasus / src / Pegasus / ControlProviders / UserAuthProvider / Makefile (download)
Revision: 1.1, Wed Mar 27 19:46:32 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09, VERSION_1_08
HP-RK Integrated the UserAuthProvider with the ModuleController as a control provider.  Moved the UserAuthProvider from the Providers tree to the Pegasus tree.

# Makes the dynamic load libs for the files named in DIR
ROOT = ../../../..

DIR = Pegasus/ControlProviders/UserAuthProvider

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_USERAUTHPROVIDER_INTERNAL

LIBRARY = UserAuthProvider

LIBRARIES = \
    pegcommon \
    peguser \
    pegprovider

SOURCES = UserAuthProvider.cpp

ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
NEEDS_LIBRARIES = -L$(LIB_DIR) -lpegcommon -lpeguser -lpegprovider
endif

include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2