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

Diff for /omi/disp/GNUmakefile between version 1.3 and 1.4

version 1.3, 2015/04/20 18:10:11 version 1.4, 2015/04/20 18:19:51
Line 5 
Line 5 
  
 SOURCES = disp.c agentmgr.c SOURCES = disp.c agentmgr.c
  
   ifeq ($(ENABLE_PREEXEC),1)
    SOURCES += preexec.c
   endif
   
 INCLUDES = $(TOP) $(TOP)/common INCLUDES = $(TOP) $(TOP)/common
  
 DEFINES = MI_CONST=  DEFINES = MI_CONST= HOOK_BUILD
  
 LIBRARIES = provreg provmgr base LIBRARIES = provreg provmgr base
  
 include $(TOP)/mak/rules.mak include $(TOP)/mak/rules.mak
   
   top:
           ( cd $(TOP); make )


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

ViewCVS 0.9.2