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

Diff for /omi/base/GNUmakefile between version 1.4 and 1.5

version 1.4, 2015/04/20 18:10:09 version 1.5, 2015/04/20 18:19:49
Line 11 
Line 11 
     base.c \     base.c \
     batch.c \     batch.c \
     buf.c \     buf.c \
       class.c \
     classdecl.c \     classdecl.c \
     instance.c \     instance.c \
       instanceprint.c \
     messages.c \     messages.c \
     lib.c \      messagesprint.c \
       interaction.c \
     list.c \     list.c \
     parameters.c \     parameters.c \
     result.c \     result.c \
     schemadecl.c \     schemadecl.c \
     stringarray.c \     stringarray.c \
     strings.c \  
     types.c \     types.c \
     log.c \  
     packing.c \     packing.c \
     helpers.c \     helpers.c \
     naming.c \     naming.c \
     field.c \     field.c \
     dir.c \      fieldprint.c \
     io.c \  
     env.c \     env.c \
     time.c \  
     process.c \     process.c \
     pidfile.c \     pidfile.c \
     paths.c \     paths.c \
       strand.c \
     strarr.c \     strarr.c \
     user.c \     user.c \
     credcache.c \     credcache.c \
     conf.c \     conf.c \
     atomic.c \  
     getopt.c \     getopt.c \
     file.c \      base64.c \
     hashtable.c \      indent.c \
     base64.c      miextras.c \
       multiplex.c \
       ptrarray.c \
       timer.c \
       sock.c \
       addr.c \
       selector.c
  
 ifdef SUNOS_SPARC_SUNPRO ifdef SUNOS_SPARC_SUNPRO
     SOURCES += sunsparc8_atomic.s     SOURCES += sunsparc8_atomic.s
 endif endif
  
 INCLUDES = $(TOP) $(TOP)/common  INCLUDES = $(TOP) $(TOP)/common $(TOP)/base
  
 DEFINES = MI_CONST=  DEFINES = MI_CONST= DETECT_FORBIDDEN_FUNCTIONS HOOK_BUILD
   
   LIBRARIES = pal
  
 include $(TOP)/mak/rules.mak include $(TOP)/mak/rules.mak


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

ViewCVS 0.9.2