libkcpp / mk /
..
README.md first commit 11 months ago
all-rule.mk first commit 11 months ago
base-auto.mk first commit 11 months ago
base-cmd.mk first commit 11 months ago
base-conf.mk first commit 11 months ago
check-cppcheck-conf.mk first commit 11 months ago
check-cppcheck-rule.mk first commit 11 months ago
check-lcov-cobertura-conf.mk first commit 11 months ago
check-lcov-cobertura-rule.mk first commit 11 months ago
check-lcov-conf.mk first commit 11 months ago
check-lcov-rule.mk first commit 11 months ago
clean-conf.mk first commit 11 months ago
clean-rule.mk first commit 11 months ago
compile-c-rule.mk first commit 11 months ago
compile-cpp-rule.mk first commit 11 months ago
compile-s-rule.mk first commit 11 months ago
git-info-conf.mk first commit 11 months ago
header-rule.mk first commit 11 months ago
link-a-conf.mk first commit 11 months ago
link-a-rule.mk first commit 11 months ago
link-dll-conf.mk first commit 11 months ago
link-dll-rule.mk first commit 11 months ago
link-exe-rule.mk first commit 11 months ago
link-so-conf.mk first commit 11 months ago
link-so-rule.mk first commit 11 months ago
release-conf.mk first commit 11 months ago
release-rule.mk first commit 11 months ago
test-rule.mk first commit 11 months ago
README.md

Makefile 用 設定、ルール

Makefile 用の設定、ルールを格納しているディレクトリ。

使い方

Makefile.tmpl を元に、Makefile を作成することで、 本配下にあるルールを make に組み込むことができます。

ファイル命名規則

新たなルールを追加する場合、下記ファイルの命名規則に従ってください。

  • *-cmd.mk コマンドを記載したファイル
  • *-conf.mk 設定を記載したファイル
  • *-rule.mk ルールを記載したファイル
  • *-auto.mk 自動設定を記載したファイル