summaryrefslogtreecommitdiff
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-31 20:57:15 -0500
committermidipix <writeonce@midipix.org>2018-12-31 21:10:04 -0500
commit542ea4dee15916641fd469573ae985dca7dea048 (patch)
tree74f9354bfc13e7d54bf59a13013895363687b033 /sofort
parentcf42e8c848c8487afbed07a9839f788f241b56ed (diff)
downloadbcparser-542ea4dee15916641fd469573ae985dca7dea048.tar.bz2
bcparser-542ea4dee15916641fd469573ae985dca7dea048.tar.xz
build system: sofort: refactored, rearranged using distinct sub-folders.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/config/cfgdefs.in (renamed from sofort/cfgdefs.in)0
-rw-r--r--sofort/config/config.vars (renamed from sofort/config.vars)0
-rw-r--r--sofort/config/flag.vars (renamed from sofort/flag.vars)0
-rw-r--r--sofort/core/defs.mk (renamed from sofort/defs.mk)0
-rw-r--r--sofort/core/flavor.mk (renamed from sofort/flavor.mk)0
-rw-r--r--sofort/core/pkgconf.mk (renamed from sofort/pkgconf.mk)2
-rw-r--r--sofort/core/version.mk (renamed from sofort/version.mk)0
-rwxr-xr-xsofort/tools/pkgconf.sh (renamed from sofort/pkgconf.sh)0
-rwxr-xr-xsofort/tools/version.sh (renamed from sofort/version.sh)0
9 files changed, 1 insertions, 1 deletions
diff --git a/sofort/cfgdefs.in b/sofort/config/cfgdefs.in
index fd4b947..fd4b947 100644
--- a/sofort/cfgdefs.in
+++ b/sofort/config/cfgdefs.in
diff --git a/sofort/config.vars b/sofort/config/config.vars
index ac7c2aa..ac7c2aa 100644
--- a/sofort/config.vars
+++ b/sofort/config/config.vars
diff --git a/sofort/flag.vars b/sofort/config/flag.vars
index 4229e3e..4229e3e 100644
--- a/sofort/flag.vars
+++ b/sofort/config/flag.vars
diff --git a/sofort/defs.mk b/sofort/core/defs.mk
index 151bc3d..151bc3d 100644
--- a/sofort/defs.mk
+++ b/sofort/core/defs.mk
diff --git a/sofort/flavor.mk b/sofort/core/flavor.mk
index bd9ab06..bd9ab06 100644
--- a/sofort/flavor.mk
+++ b/sofort/core/flavor.mk
diff --git a/sofort/pkgconf.mk b/sofort/core/pkgconf.mk
index c8fc711..f266b9f 100644
--- a/sofort/pkgconf.mk
+++ b/sofort/core/pkgconf.mk
@@ -25,7 +25,7 @@ build/$(PACKAGE).pc:
PKGCONF_LIBDIR='$(LIBDIR)' \
PKGCONF_INCLUDEDIR='$(INCLUDEDIR)' \
PKGCONF_VERSION='$(PKGCONF_VERSION)' \
- $(PROJECT_DIR)/sofort/pkgconf.sh > $@
+ $(PROJECT_DIR)/sofort/tools/pkgconf.sh > $@
install-pkgconf: build/$(PACKAGE).pc
mkdir -p $(DESTDIR)$(LIBDIR)/pkgconfig
diff --git a/sofort/version.mk b/sofort/core/version.mk
index 5ef0ee2..5ef0ee2 100644
--- a/sofort/version.mk
+++ b/sofort/core/version.mk
diff --git a/sofort/pkgconf.sh b/sofort/tools/pkgconf.sh
index a37e368..a37e368 100755
--- a/sofort/pkgconf.sh
+++ b/sofort/tools/pkgconf.sh
diff --git a/sofort/version.sh b/sofort/tools/version.sh
index f510a32..f510a32 100755
--- a/sofort/version.sh
+++ b/sofort/tools/version.sh