summaryrefslogtreecommitdiff
path: root/core/mk/packages.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/mk/packages.mk')
-rw-r--r--core/mk/packages.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/core/mk/packages.mk b/core/mk/packages.mk
index b73bda2..d063254 100644
--- a/core/mk/packages.mk
+++ b/core/mk/packages.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2015 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -111,6 +111,14 @@ download_% %_download:
%_decompress:
$(call embtk_decompress_pkg,$*)
+# Autoreconf an autotooled package
+%_autoreconf:
+ $(call embtk_autoreconf_pkg,$*)
+
+# Autoreconf an autotooled host package
+%_host_autoreconf:
+ $(call embtk_autoreconf_hostpkg,$*)
+
# clean generic implicit rule
%_clean:
$(call embtk_cleanup_pkg,$*)