]> arthur.barton.de Git - ax-unix.git/blob - lib/ax/Makefile
Correctly quote variables in Makefiles
[ax-unix.git] / lib / ax / Makefile
1 #
2 # ax-unix: Alex' UNIX Tools & Scripts
3 # Copyright (c)2013-2016 Alexander Barton (alex@barton.de)
4 #
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2 of the License, or
8 # (at your option) any later version.
9 #
10
11 ALL = README ax-common.sh
12
13 include ../../Makefile.ax
14
15 install-local: ax-common.sh
16         install -d -o "$(USER)" -g "$(GROUP)" -m 755 \
17          "$(DESTDIR)$(PREFIX)/lib/ax"
18         install -p -o "$(USER)" -g "$(GROUP)" -m 644 README \
19          "$(DESTDIR)$(PREFIX)/lib/ax/README"
20         install -p -o "$(USER)" -g "$(GROUP)" -m 644 ax-common.sh \
21          "$(DESTDIR)$(PREFIX)/lib/ax/ax-common.sh"