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

File: [Pegasus] / pegasus / src / Clients / Makefile (download)
Revision: 1.29, Fri Jan 7 00:55:28 2005 UTC (19 years, 5 months ago) by nag.boranna
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.28: +6 -1 lines
BUG#: 2460
TITLE: BUG 2460 : SSLTrustMgr built even when PEGASUS_HAS_SSL is not set

DESCRIPTION: ssltrustmgr CLI is build only when PEGASUS_HAS_SSL is set.

 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 \

ifeq ($(OS),HPUX)
  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