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

File: [OMI] / omi / disp / GNUmakefile (download)
Revision: 1.4, Mon Apr 20 17:19:51 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: +8 -1 lines
OMI 1.0.8-1

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

LIBRARY = disp

SOURCES = disp.c agentmgr.c

ifeq ($(ENABLE_PREEXEC),1)
 SOURCES += preexec.c
endif

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

DEFINES = MI_CONST= HOOK_BUILD

LIBRARIES = provreg provmgr base

include $(TOP)/mak/rules.mak

top:
	( cd $(TOP); make )

ViewCVS 0.9.2