# Makefile - hhl - /usr/src/world/automake # Copyright 2020 Nathan Fisher # distname = automake include world.mk am_docdir = $(install_prefix)/share/doc/automake/$(automake_version) export CFLAGS = --sysroot=$(DESTDIR) config_opts += --host=$(tgt) config_opts += --docdir=$(am_docdir) include targets.mk