add back in package iptables-snmp
[openadk.git] / toolchain / gmp / Makefile
blobbbe26f14d482afaf64f8d54182f5e21f3abacc40
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(TOPDIR)/rules.mk
5 include ../rules.mk
6 include Makefile.inc
7 include ${TOPDIR}/mk/buildhlp.mk
9 $(WRKBUILD)/.headers:
10 $(WRKBUILD)/.configured:
11 (cd $(WRKBUILD); \
12 $(WRKBUILD)/configure \
13 --prefix=$(STAGING_TOOLS) \
14 --build=$(GNU_HOST_NAME) \
15 --host=$(GNU_HOST_NAME) \
16 --disable-shared \
17 --enable-static \
18 --disable-nls \
20 touch $@
22 $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured
23 $(MAKE) -C $(WRKBUILD) all
24 touch $@
26 $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled
27 $(MAKE) -C $(WRKBUILD) install
28 touch $@
30 include ${TOPDIR}/mk/toolchain.mk