genode/libports/lib/import/import-gmp.mk

15 lines
284 B
Makefile
Raw Normal View History

2011-12-22 16:19:25 +01:00
REP_INC_DIR += include/gmp
ifeq ($(filter-out $(SPECS),x86),)
ifeq ($(filter-out $(SPECS),32bit),)
REP_INC_DIR += include/gmp/x86_32
endif # 32bit
ifeq ($(filter-out $(SPECS),64bit),)
REP_INC_DIR += include/gmp/x86_64
endif # 64bit
2011-12-22 16:19:25 +01:00
else
REQUIRES += x86
endif # x86