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

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

version 1.3, 2015/04/20 18:10:13 version 1.4, 2015/04/20 18:19:56
Line 5 
Line 5 
  
 SOURCES = provmgr.c context.c SOURCES = provmgr.c context.c
  
   ifdef DISABLE_INDICATION
   else
   SOURCES += AggregationContext.c SubscriptionContext.c LifecycleContext.c filter.c SubMgr.c indicationSchema.c nioproc.c
   endif
   
 INCLUDES = $(TOP) $(TOP)/common INCLUDES = $(TOP) $(TOP)/common
  
 DEFINES = MI_CONST=  DEFINES = MI_CONST= DETECT_FORBIDDEN_FUNCTIONS HOOK_BUILD
  
 LIBRARIES = base LIBRARIES = base
  
 include $(TOP)/mak/rules.mak include $(TOP)/mak/rules.mak
   
   top:
           ( cd $(TOP); make )
   
   GENCLASSES = \
       CIM_Indication \
       CIM_InstCreation \
       CIM_InstDeletion \
       CIM_InstIndication \
       CIM_InstMethodCall \
       CIM_InstModification \
       CIM_InstRead
   
   gen:
           chmod +w *.h *.c
           $(BINDIR)/omigen -n -s indicationSchemaDecl schema.mof $(GENCLASSES)
           mv schema.c indicationSchema.c
   


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

ViewCVS 0.9.2