You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/autotools.mk

10 lines
341 B

# This file is part of MXE. See LICENSE.md for licensing information.
PKG := autotools
$(PKG)_WEBSITE := https://en.wikipedia.org/wiki/GNU_Build_System
$(PKG)_DESCR := Dependency package to ensure the autotools work
$(PKG)_VERSION := 1
$(PKG)_DEPS := libtool pkgconf
$(PKG)_TARGETS := $(BUILD)
$(PKG)_TYPE := meta