mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
16 lines
264 B
Makefile
16 lines
264 B
Makefile
|
include $(REP_DIR)/lib/import/import-mpc.mk
|
||
|
|
||
|
MPC_DIR = $(REP_DIR)/contrib/$(MPC)
|
||
|
|
||
|
ifeq ($(wildcard $(MPC_DIR)),)
|
||
|
REQUIRES += prepare_mpc
|
||
|
endif
|
||
|
|
||
|
LIBS = libc gmp mpfr
|
||
|
|
||
|
SRC_C := $(notdir $(wildcard $(MPC_DIR)/src/*.c))
|
||
|
|
||
|
vpath %.c $(MPC_DIR)/src
|
||
|
|
||
|
SHARED_LIB = 1
|