Root/tools/missing-macros/Makefile

1#
2# Copyright (C) 2010-2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8include $(TOPDIR)/rules.mk
9
10PKG_NAME:=missing-macros
11PKG_VERSION:=10
12
13include $(INCLUDE_DIR)/host-build.mk
14
15define Host/Configure
16endef
17
18define Host/Compile
19endef
20
21define Host/Install
22    $(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
23    $(INSTALL_DATA) ./src/m4/*.m4 $(STAGING_DIR_HOST)/share/aclocal/
24endef
25
26$(eval $(call HostBuild))
27

Archive Download this file



interactive