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

File: [Pegasus] / pegasus / src / Clients / g11ntest / Makefile (download)
Revision: 1.1, Wed Aug 6 15:14:42 2003 UTC (20 years, 11 months ago) by chuck
Branch: MAIN
CVS Tags: test, RELEASE_2_3_0-msg-freeze
Branch point for: pep_88
IBM-CC, PEP58, R2.3: Globalization Test Code

ROOT = $(PEGASUS_ROOT)

PEGASUS_ZOS_PROGRAM_OBJECT = yes

DIR = Clients/g11ntest
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 = g11ntest
SOURCES = g11ntest.cpp

ifneq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
  ifneq ($(OS),HPUX)
    ifndef NO_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