From b3423c9ce64c6d9a6068aa60bad928396d653099 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Thu, 9 Jan 2020 06:51:00 +0000
Subject: build system: added file annotations.

---
 sofort/exrules/default.mk    | 3 +++
 sofort/exrules/pe-common.mk  | 3 +++
 sofort/exrules/pe-dlltool.mk | 3 +++
 sofort/exrules/pe-mdso.mk    | 3 +++
 sofort/exrules/pe-version.mk | 3 +++
 5 files changed, 15 insertions(+)

(limited to 'sofort/exrules')

diff --git a/sofort/exrules/default.mk b/sofort/exrules/default.mk
index ad1c11c..b830cd0 100644
--- a/sofort/exrules/default.mk
+++ b/sofort/exrules/default.mk
@@ -1,3 +1,6 @@
+# default.mk: default shared library rules.
+# this file is covered by COPYING.SOFORT.
+
 DSO_REF_VER      = $(SHARED_LIB)
 DSO_REF_SONAME   = $(SHARED_SONAME)
 DSO_REF_SOLINK   = $(SHARED_SOLINK)
diff --git a/sofort/exrules/pe-common.mk b/sofort/exrules/pe-common.mk
index be19ab3..3e132a9 100644
--- a/sofort/exrules/pe-common.mk
+++ b/sofort/exrules/pe-common.mk
@@ -1,3 +1,6 @@
+# pe-common.mk: common PE shared library rules.
+# this file is covered by COPYING.SOFORT.
+
 DSO_REF_VER      = $(IMPLIB_VER)
 DSO_REF_SONAME   = $(IMPLIB_SONAME)
 DSO_REF_SOLINK   = $(IMPLIB_SOLINK)
diff --git a/sofort/exrules/pe-dlltool.mk b/sofort/exrules/pe-dlltool.mk
index 6694ed5..0fc1adf 100644
--- a/sofort/exrules/pe-dlltool.mk
+++ b/sofort/exrules/pe-dlltool.mk
@@ -1,3 +1,6 @@
+# pe-dlltool.mk: PE shared library rules for targets using dlltool.
+# this file is covered by COPYING.SOFORT.
+
 include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
 
 $(IMPLIB_VER):		$(IMPLIB_DEF)
diff --git a/sofort/exrules/pe-mdso.mk b/sofort/exrules/pe-mdso.mk
index b5e2dba..9a3b941 100644
--- a/sofort/exrules/pe-mdso.mk
+++ b/sofort/exrules/pe-mdso.mk
@@ -1,3 +1,6 @@
+# pe-mdso.mk: PE shared library rules for targets using mdso.
+# this file is covered by COPYING.SOFORT.
+
 include $(PROJECT_DIR)/sofort/exrules/pe-common.mk
 
 $(IMPLIB_VER):		$(IMPLIB_DEF)
diff --git a/sofort/exrules/pe-version.mk b/sofort/exrules/pe-version.mk
index 38714b4..97ad4ca 100644
--- a/sofort/exrules/pe-version.mk
+++ b/sofort/exrules/pe-version.mk
@@ -1,3 +1,6 @@
+# pe-version.mk: handling of PE shared library versioning schemes.
+# this file is covered by COPYING.SOFORT.
+
 ifeq ($(AVOID_VERSION),yes)
 
 package-implib-soname:
-- 
cgit v1.2.3