(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / cli

File: [OMI] / omi / cli / GNUmakefile (download)
Revision: 1.4, Mon Apr 20 17:19:50 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.3: +3 -3 lines
OMI 1.0.8-1

TOP = ..
include $(TOP)/config.mak

CXXPROGRAM = omicli

SOURCES = cli_c.c climain_c.c

INCLUDES = $(TOP) $(TOP)/common

DEFINES = HOOK_BUILD MI_CONST= DETECT_FORBIDDEN_FUNCTIONS

LIBRARIES = miapi protocol sock wql base $(PALLIBS) omi_error wsman xmlserializer base

include $(TOP)/mak/rules.mak

tests:
	$(TARGET)

ViewCVS 0.9.2