mirror of
https://github.com/Telecominfraproject/oopt-tai.git
synced 2026-01-01 19:32:16 +00:00
7 lines
179 B
Makefile
7 lines
179 B
Makefile
TAI_DIR ?= ../../../..
|
|
TAI_FRAMEWORK_PLATFORM_HEADER ?= basic.hpp
|
|
TAI_PROG ?= libtai-basic.so
|
|
TAI_META_CUSTOM_FILES ?= $(abspath $(wildcard custom/* ))
|
|
|
|
include ../../make/lib.mk
|