(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.12, Thu Oct 16 16:20:43 2003 UTC (20 years, 8 months ago) by chuck
Branch: MAIN
CVS Tags: local, TEST, RELEASE_2_3_2-root, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003
Branch point for: RELEASE_2_3_2-branch
Changes since 1.11: +1 -1 lines
IBM-CC, PEP30, R2.3: Add SLP define to makefile

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

include ../libraries.mak

PROGRAM = TestClient
SOURCES = TestClient.cpp

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

include $(ROOT)/mak/program.mak

tests:

poststarttests:
	$(PROGRAM)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2