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

File: [Pegasus] / pegasus / src / Pegasus / Handler / snmpIndicationHandler / Makefile (download)
Revision: 1.3, Tue Dec 25 04:22:44 2001 UTC (22 years, 5 months ago) by mike
Branch: MAIN
CVS Tags: pre-meta-dispatcher, async_dispatcher, VERSION_1_07
Changes since 1.2: +4 -4 lines
Eliminated use of DYNAMIC_LIBRARIES in all makefiles (this variable is
now automatically generated from the LIBRARIES variable).

ROOT = ../../../..

DIR = Pegasus/Handler/snmpIndicationHandler

include $(ROOT)/mak/config.mak

LOCAL_DEFINES = -DPEGASUS_HANDLER_INTERNAL

LIBRARIES = \
    pegcommon \
    pegconfig \
    peggetoopt \
    pegclient

SOURCES = snmpIndicationHandler.cpp

ifdef PEGASUS_AGENT
 SOURCES += snmpDeliverTrap_emanate.cpp
else
 SOURCES += snmpDeliverTrap_stub.cpp
endif

LIBRARY = snmpIndicationHandler
 
include $(ROOT)/mak/library.mak

tests:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2