summaryrefslogtreecommitdiff
path: root/common.each.head.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 15:55:33 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-09 15:55:33 -0400
commitd330445fb7f84748e70e67ca5bc44ce0a1a258f7 (patch)
tree0c1c957298635b7ba0ff69c2fe76af647304a631 /common.each.head.mk
parentf579b669d45c02b39474827f12522ff4afa6cf4a (diff)
Work with the new version of autothing.
Diffstat (limited to 'common.each.head.mk')
-rw-r--r--common.each.head.mk35
1 files changed, 0 insertions, 35 deletions
diff --git a/common.each.head.mk b/common.each.head.mk
deleted file mode 100644
index e3a269e..0000000
--- a/common.each.head.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-pkgconfdir = $(sysconfdir)/libretools.d
-pkgdocdir = $(docdir)/libretools
-pkglibexecdir = $(libexecdir)/libretools
-
-# Detect things about the directory we're in ####################################
-
-srcfiles-ignore/$(srcdir) = $(addsuffix /%,$(_am_subdirs/$(@D)))
-
-ifeq ($(wildcard $(topsrcdir)/.git),)
-include $(srcdir)/.srcfiles.mk
-else
-$(srcdir)/.srcfiles.mk: FORCE
- @echo srcfiles = $(filter-out $(srcfiles-ignore/$(@D)),$(shell cd $(@D) && git ls-files)) | $(write-ifchanged) $@
--include $(srcdir)/.srcfiles.mk
-endif
-
-detect-ignore =
-detect-ignore-exec =
-detect-ignore-conf =
-detect-ignore-ronn =
-detect-ignore-md = HACKING.md
-detect-ignore-sh =
-
-devtools-files =
-
-libretools-srcs = $(detect-all)
-libretools-mans = $(patsubst %.ronn,%,$(detect-ronn))
-libretools-bins = $(detect-exec)
-libretools-libexecs =
-libretools-libs = $(detect-sh)
-libretools-docs = $(detect-md) $(detect-ronn)
-libretools-confs = $(detect-conf)
-
-libretools-files = $(libretools-mans) $(libretools-bins) $(libretools-libexecs) $(libretools-libs) $(libretools-docs) $(libretools-confs)
-pots = $(libretools-bins) $(libretools-libexecs) $(libretools-libs)