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

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

ROOT = ../../..
DIR = Pegasus/ExportClient
include $(ROOT)/mak/config.mak

EXTRA_INCLUDES = $(SYS_INCLUDES)

LOCAL_DEFINES = -DPEGASUS_EXPORT_CLIENT_INTERNAL

LIBRARY = pegexportclient

LIBRARIES = \
    pegcommon \
    pegclient

PRE_DEPEND_INCLUDES = -I./depends

SOURCES = \
    CIMExportClient.cpp \
    CIMExportRequestEncoder.cpp \
    CIMExportResponseDecoder.cpp

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

include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2