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

File: [Pegasus] / pegasus / src / slp / Makefile (download)
Revision: 1.4, Wed Jul 4 13:17:54 2001 UTC (22 years, 11 months ago) by sage
Branch: MAIN
Changes since 1.3: +2 -0 lines
Dynamic Library Support:
build libslp first in case of dynamic libraries

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 = \
    $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) 
endif

SOURCES = 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