# # ax-make: Alex' Simple Makefile System # Copyright (c)2014 Alexander Barton (alex@barton.de) # # This library is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published # by the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # SUBDIRS = scripts include Makefile.ax install-local: install -d -o $(USER) -g $(GROUP) -m 755 \ $(DESTDIR)$(PREFIX)/share/ax-make install -p -o $(USER) -g $(GROUP) -m 644 Makefile.ax \ $(DESTDIR)$(PREFIX)/share/ax-make/Makefile.ax