hamigaki.png

前のページ 上に戻る ホーム 次のページ

Struct target

hamigaki::bjam::target —

Synopsis

struct target {
  // static constants
  static const unsigned temporary = 0x0001;
  static const unsigned no_care = 0x0002;
  static const unsigned not_file = 0x0004;
  static const unsigned force_update = 0x0008;
  static const unsigned leaves = 0x0010;
  static const unsigned no_update = 0x0020;
  static const unsigned rm_old = 0x0040;
  static const unsigned fail_expected = 0x0080;
  static const unsigned is_file = 0x0100;

  variable_table variables;
  std::set<std::string> depended_targets;
  std::set<std::string> included_targets;
  std::set<std::string> rebuilt_targets;
  unsigned flags;
};
製作著作 © 2007 Takeshi Mouri

前のページ 上に戻る ホーム 次のページ