Smart Make [増井]

  • シェル上のコマンド履歴からファイル/コマンド間の依存関係を抽出しMakefileを生成
  • Calculate file dependencies from shell operations
  • コマンド操作 = 暗黙的な依存関係の例示
  • Shell commands specify relationship between files
  • 依存関係の抽出法
  • Dependency extraction
    • コマンドの字面からだけではわからない
    • Cannot be calculated from command args
    • ファイルの生成/アクセス時間から判断
    • Use file creatiton/access time