summaryrefslogtreecommitdiffhomepage
path: root/sofort/exrules
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-09 06:51:00 +0000
committermidipix <writeonce@midipix.org>2020-01-09 06:51:51 +0000
commitc88d44fbcb36aac3b8a77ff358fd7eb1c3eda375 (patch)
tree55ed5d82e82dbef67d5e3070916febc8062258c9 /sofort/exrules
parente8b981dec112f0dea73f1104c7071d7c7221bbfd (diff)
downloadslibtool-c88d44fbcb36aac3b8a77ff358fd7eb1c3eda375.tar.bz2
slibtool-c88d44fbcb36aac3b8a77ff358fd7eb1c3eda375.tar.xz
build system: added file annotations.
Diffstat (limited to 'sofort/exrules')
-rw-r--r--sofort/exrules/default.mk3
-rw-r--r--sofort/exrules/pe-common.mk3
-rw-r--r--sofort/exrules/pe-dlltool.mk3
-rw-r--r--sofort/exrules/pe-mdso.mk3
-rw-r--r--sofort/exrules/pe-version.mk3
5 files changed, 15 insertions, 0 deletions
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: