# Copyright 2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 include settings.mk all: install: $(INSTALL_DIR) $(DESTDIR)/$(PREFIX)/bin/ $(INSTALL_EXEC) crossdev $(DESTDIR)/$(PREFIX)/bin/ $(MAKE) -C wrappers install PV = $(shell date +%Y%m%d) P = crossdev-$(PV) dist: git archive --prefix=$(P)/ HEAD | sed 's:@CDEVPV@:$(PV):g' > $(P).tar -lzma -f $(P).tar du -b $(P).tar* .PHONY: all dist install