Merge tag 'v2.3.6' into testing
[gpl/argeo-freed.git] / local.mk
diff --git a/local.mk b/local.mk
deleted file mode 100644 (file)
index 7095276..0000000
--- a/local.mk
+++ /dev/null
@@ -1,26 +0,0 @@
-# GNU coding standards
-prefix ?= /usr/local
-exec_prefix ?= $(prefix)
-bindir ?= $(exec_prefix)/bin
-sbindir ?= $(exec_prefix)/sbin
-libdir ?= $(exec_prefix)/lib
-libexecdir ?= $(exec_prefix)/libexec
-sysconfdir ?= $(prefix)/etc
-srcdir ?= src
-datarootdir ?= $(prefix)/share
-
-COPY=cp --reflink=auto
-
-all:
-       $(MAKE) -C sjbin all
-
-clean:
-       $(MAKE) -C sjbin clean
-
-install:
-       $(COPY) -r --no-clobber etc/* $(DESTDIR)$(sysconfdir)
-       $(COPY) -r usr/bin/* $(DESTDIR)$(bindir)
-       $(COPY) -r usr/share/* $(DESTDIR)$(datarootdir)
-       $(COPY) -r usr/lib/* $(DESTDIR)$(libdir)
-       $(COPY) -r usr/libexec/* $(DESTDIR)$(libexecdir)
-       $(MAKE) -C sjbin install