You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
include $(REP_DIR)/lib/import/import-mpc.mk
|
|
|
|
MPC_DIR := $(call select_from_ports,mpc)/src/lib/mpc
|
|
|
|
LIBS := libc gmp mpfr
|
|
|
|
SRC_C := $(notdir $(wildcard $(MPC_DIR)/src/*.c))
|
|
|
|
vpath %.c $(MPC_DIR)/src
|
|
|
|
SHARED_LIB = 1
|