]> arthur.barton.de Git - ax-make.git/blob - Makefile
axify: Correctly install Makefile.ax if it doesn't exist
[ax-make.git] / Makefile
1 #
2 # ax-make: Alex' Simple Makefile System
3 # Copyright (c)2014 Alexander Barton (alex@barton.de)
4 #
5 # This library is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU Lesser General Public License as published
7 # by the Free Software Foundation; either version 2.1 of the License, or
8 # (at your option) any later version.
9 #
10
11 SUBDIRS = scripts
12
13 include Makefile.ax
14
15 install-local:
16         install -d -o $(USER) -g $(GROUP) -m 755 \
17          $(DESTDIR)$(PREFIX)/share/ax-make
18         install -p -o $(USER) -g $(GROUP) -m 644 Makefile.ax \
19          $(DESTDIR)$(PREFIX)/share/ax-make/Makefile.ax