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

File: [Pegasus] / pegasus / src / Clients / TestClient / Makefile (download)
Revision: 1.15, Sat Feb 12 21:04:57 2005 UTC (19 years, 4 months ago) by denise.eckstein
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.14: +3 -1 lines
BUG#: 2678
TITLE: TestClient link includes unnecessary libraries

DESCRIPTION: The link was unnecessarily pulling in unpackaged libraries.  Removing these libraries as part of the link will make it easier to include TestClient as part of the Test RPM.

ROOT = $(PEGASUS_ROOT)

PEGASUS_ZOS_PROGRAM_OBJECT = yes

DIR = Clients/TestClient
include $(ROOT)/mak/config.mak

ifdef PEGASUS_HAS_SSL
   FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_SSL_RANDOMFILE
   SYS_INCLUDES += -I$(OPENSSL_HOME)/include
endif

LIBRARIES = \
    pegclient \
    pegcommon

PROGRAM = TestClient
SOURCES = TestClient.cpp

ifneq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
  ifneq ($(OS),HPUX)
    ifdef PEGASUS_ENABLE_SLP
       LIBRARIES += pegslp
    endif
  endif
endif

include $(ROOT)/mak/program.mak

tests:

poststarttests:
	$(PROGRAM)

install:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2