src/world/automake/Makefile

11 lines
342 B
Makefile

# Makefile - hhl - /usr/src/world/automake
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
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