(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.5, Fri Oct 17 04:19:12 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: local, TEST, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003
Changes since 1.4: +2 -1 lines
HP-[DME] Bugzilla 819 - No authorization required to create subscriptions.

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 \
    pegconfig

SOURCES = \
    IndicationOperationAggregate.cpp \
    IndicationService.cpp

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

SYS_LIBS = ws2_32.lib advapi32.lib

include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2