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

File: [Pegasus] / pegasus / src / Pegasus / ProviderManager / Attic / Makefile (download)
Revision: 1.12, Tue Jun 4 04:26:58 2002 UTC (22 years, 1 month ago) by chip
Branch: MAIN
CVS Tags: VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10
Changes since 1.11: +3 -3 lines
reorder source files according to dependecy to better report errors during
compilation

include $(PEGASUS_ROOT)/mak/config.mak

DIR = Pegasus/ProviderManager

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = -DPEGASUS_SERVER_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARY = pegprovidermanager

LIBRARIES = \
    pegcommon \
    pegprovider \
    pegprm \
	pegconfig

SOURCES = \
	MutexLock.cpp \
	Lockable.cpp \
	SafeQueue.cpp \
	ProviderAdapter.cpp \
    ProviderModule.cpp \
    ProviderFacade.cpp \
	Provider.cpp \
	ProviderManager.cpp \
	OperationResponseHandler.cpp \
	ProviderManagerService.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