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

File: [Pegasus] / pegasus / src / slp / Makefile (download)
Revision: 1.9.4.1, Wed Jan 21 16:31:23 2004 UTC (20 years, 4 months ago) by tony
Branch: RELEASE_2_3_2-branch
Changes since 1.9: +4 -0 lines
Support build from the top level using PEGASUS_ENABLE_SLP
- remove extra define PEGASUS_SLP_CLASSES from doc and make files
- add dependency of cim client on slp_client
- add dependency of common on slp agent

ROOT = ../..

DIR = slp

include $(ROOT)/mak/config.mak

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = 

LIBRARY = slp

PRE_DEPEND_INCLUDES = -I./depends

ifneq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
    LIBRARIES = pegcommon
endif



SOURCES = peg_slp_agent.cpp 

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

SYS_LIBS = ws2_32.lib advapi32.lib

include $(ROOT)/mak/library.mak

$(SOURCES): common
common :
	@ $(MAKE) -SC $(ROOT)/src/Pegasus/Common

run:
	Server $(REPOSITORY_ROOT)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2