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

File: [Pegasus] / pegasus / src / Pegasus / ProviderManager2 / Makefile (download)
Revision: 1.1, Mon Aug 18 03:25:57 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
PPM implementation (PEP86) pass 1

include $(PEGASUS_ROOT)/mak/config.mak

DIR = Pegasus/ProviderManager

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = -DPEGASUS_SERVER_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARY = pegprovidermanager

LIBRARIES = \
    pegcommon \
	pegprm

SOURCES = \
	ProviderManagerService.cpp \
	ProviderManagerModule.cpp \
	\
	ProviderManager.cpp \
	ProviderRegistrar.cpp \
	InternalProviderName.cpp \
	\
	SafeQueue.cpp \
	MutexLock.cpp \
	Lockable.cpp

OBJECTS = $(SOURCES:.cpp=$(OBJ))

SYS_LIBS = ws2_32.lib advapi32.lib

include $(PEGASUS_ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2