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

File: [Pegasus] / pegasus / src / Clients / Makefile (download)
Revision: 1.31, Mon Feb 14 22:44:37 2005 UTC (19 years, 4 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.30: +2 -0 lines
PEP#: 208
TITLE: PEP208 Repository Upgrade utility related files.

DESCRIPTION: Today, when a user wants to install a new version of CIM schema into a namespace, the existing namespace must be deleted and a new namespace created. Any information created by the users in the old namespace such as classes and/or instances of Provider registrations, Namespace authorizations, Indication subscriptions etc will be lost and the user would have to recreate them. Added a utility to support repository upgrade functionality. Added a sample Special Processing Module.

 ROOT = $(PEGASUS_ROOT)

include $(ROOT)/mak/config.mak

DIRS = \
    CLITestClients \
	CGIClient \
    TestClient \
    cliutils \
    cimconfig \
    cimuser \
    cimauth \
    cimprovider \
    cimprovider/tests \
    osinfo \
    wbemexec \
    wbemexec/tests \
    tomof \
    ipinfo \
    g11ntest \
    benchmarkTest \
    cimperf \
    MCCATestClient \
    repupgrade  \
    repupgrade/SSPModules/SampleSSPModule 

ifeq ($(OS),HPUX)
  DIRS += \
    ntpinfo \
    dnsinfo \
    nisinfo
endif

ifeq ($(OS),VMS)
  DIRS += \
    ntpinfo \
    dnsinfo \
    nisinfo
endif

DIRS_SSLTRUSTMGR = \
    ssltrustmgr 

ifdef PEGASUS_HAS_SSL
  DIRS += $(DIRS_SSLTRUSTMGR)
endif

#The following tests are NOT included as part of the standard
#regession test.  The cimuser tests require PrivilegedUser
#access to execute successfully.  The cimconfig tests modify
#configuration files.

XDIRS = \
    cimconfig/tests \
    cimuser/tests 

include $(ROOT)/mak/recurse.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2