(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.10, Tue Jun 29 19:57:37 2004 UTC (20 years ago) by konrad.r
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, MONITOR_CONSOLIDATION_2_5_BRANCH, IBM_241_April1405, CQL_2_5_BRANCH
Changes since 1.9: +2 -0 lines
PEP#: 152
TITLE: Make Pegasus LSB compliant.

DESCRIPTION:
Add in the Makefiles 'install:' tag. For Makefiles in test directory nothing happends. For pertient ones
the files are installed using PREFIX variable and macros (defined by default in config.mak).

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
LIBRARIES += peglistener

PROGRAM = g11ntest
PROGRAM_ICU = g11ntest -reqlang en -rsplang en
PROGRAM_NOICU = g11ntest
SOURCES = g11ntest.cpp

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

include $(ROOT)/mak/program.mak

install:

tests:

poststarttests:
ifdef PEGASUS_HAS_MESSAGES
	$(PROGRAM_ICU)
else
	$(PROGRAM_NOICU)
endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2