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

File: [Pegasus] / pegasus / src / slp / Makefile (download)
Revision: 1.8.6.1, Tue Jul 29 14:08:31 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.8: +2 -2 lines
g10n changes merged

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