forked from apptainer/singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
29 lines (21 loc) · 1.03 KB
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUBDIRS = bin etc libexec man src
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure ltmain.sh depcomp install-sh missing config.* *.m4 singularity-*.tar.gz singularity-*.rpm m4/* test.sh
DISTCLEANFILES = Makefile test.sh
CLEANFILES =
EXTRA_DIST = singularity.spec examples debian AUTHORS.md CONTRIBUTING.md COPYRIGHT.md INSTALL.md LICENSE-LBNL.md LICENSE.md README.md
maintainer-clean-local:
rm -rf m4
distclean-local: maintainer-clean-local
test: test.sh
sh ./test.sh
install-perms:
@echo
@echo "install-perms is no longer required"
@echo
install-data-hook:
install -d -m 0755 $(DESTDIR)$(localstatedir)/singularity/mnt/container
install -d -m 0755 $(DESTDIR)$(localstatedir)/singularity/mnt/session
install -d -m 0755 $(DESTDIR)$(localstatedir)/singularity/mnt/overlay
test -f $(DESTDIR)$(libexecdir)/singularity/sexec-suid && rm -f $(DESTDIR)$(libexecdir)/singularity/sexec-suid || :
test -f $(DESTDIR)$(libexecdir)/singularity/bin/copy-suid && rm -f $(DESTDIR)$(libexecdir)/singularity/bin/copy-suid || :
ACLOCAL_AMFLAGS = -I m4