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

File: [Pegasus] / pegasus / src / slp / Makefile (download)
Revision: 1.8, Thu Jun 5 19:43:15 2003 UTC (21 years ago) by mday
Branch: MAIN
CVS Tags: test, RELEASE_2_3_0-msg-freeze, RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root
Branch point for: pep_88
Changes since 1.7: +3 -0 lines
test program, slp template spec added

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 = slp.cpp
## TO build and test THE NEW SLP agent: comment out the previous line, 
## uncomment the next line: 
#SOURCES = peg_slp_agent.cpp slp.cpp

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

SYS_LIBS = ws2_32.lib advapi32.lib

include $(ROOT)/mak/library.mak

run:
	Server $(REPOSITORY_ROOT)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2