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

File: [Pegasus] / pegasus / src / Pegasus / IndicationService / Makefile (download)
Revision: 1.8, Tue Dec 14 13:26:27 2004 UTC (19 years, 6 months ago) by chuck
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.7: +2 -0 lines
PEP#: 193
TITLE: CQL stage 1

DESCRIPTION: Updates to support CQL through usage of QueryExpression

ROOT = ../../..

DIR = Pegasus/IndicationService

include $(ROOT)/mak/config.mak

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = -DPEGASUS_SERVER_INTERNAL -DPEGASUS_INTERNALONLY

LIBRARY = pegindicationservice

LIBRARIES = \
    pegcommon \
    pegprovider \
    pegrepository \
    pegprm \
    pegwql \
    pegquerycommon \
    pegqueryexpression \
    pegconfig

SOURCES = \
    IndicationOperationAggregate.cpp \
    SubscriptionRepository.cpp \
    SubscriptionTable.cpp \
    IndicationService.cpp

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

SYS_LIBS = ws2_32.lib advapi32.lib

include $(ROOT)/mak/library.mak
include $(ROOT)/mak/install.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2