forked from apptainer/singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.am
30 lines (22 loc) · 1.04 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
30
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 autogen.sh examples debian CONTRIBUTORS.md CONTRIBUTING.md COPYRIGHT.md INSTALL.md LICENSE-LBNL.md LICENSE.md README.md tests
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)$(CONTAINER_MOUNTDIR)
install -d -m 0755 $(DESTDIR)$(CONTAINER_FINALDIR)
install -d -m 0755 $(DESTDIR)$(CONTAINER_OVERLAY)
install -d -m 0755 $(DESTDIR)$(SESSIONDIR)
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