#----------------------------------------------------------------------------
#      [U[`
#       CONVERT̓etrueɂ[U[Lq
#       jtakahashi_tomoya hoge hoge2
#----------------------------------------------------------------------------

#FileMakerGJEgf[^Ro[g[U[
USERS[] = takahashi_tomoya terachi_atsushi hosaka_genya morimoto nishino_koji iwasawa

#V{GJEgf[^Ro[g[U[
SYMBOL_USERS[] = iwasawa

SYMBOL_CONV_USER = null
section
  SYMBOL_USERS.foreach(x)
    if $(equal $(getenv USERNAME),$(x))
      SYMBOL_CONV_USER	= true
      export
    else
      if $(equal $(SYMBOL_CONV_USER),null)
        SYMBOL_CONV_USER = false
        export
      export
    export
  export
    
