SmartAudio/package/allwinner/tina_multimedia/libcedarc/memory/Makefile.am

30 lines
651 B
Makefile
Raw Normal View History

2018-07-13 01:31:50 +00:00
include $(top_srcdir)/Makefile.inc
2018-12-13 10:48:25 +00:00
lib_LTLIBRARIES = libMemAdapter.la
2018-07-13 01:31:50 +00:00
2018-12-13 10:48:25 +00:00
libMemAdapter_la_SOURCES = ./memoryAdapter.c \
2018-07-13 01:31:50 +00:00
./ionMemory/ionAlloc.c
# ./secureMemory/secureAlloc.c
# ./sunxiMemory/sunxiAlloc.c
2018-12-13 10:48:25 +00:00
libMemAdapter_la_CFLAGS = $(CFLAGS_CDCG)
2018-07-13 01:31:50 +00:00
LOCAL_INCLUDE = -I./include \
-I$(top_srcdir)/include \
-I$(top_srcdir)/base/include \
-I$(top_srcdir)/ve/include
2018-12-13 10:48:25 +00:00
libMemAdapter_la_CFLAGS += $(LOCAL_INCLUDE)
2018-07-13 01:31:50 +00:00
2018-12-13 10:48:25 +00:00
libMemAdapter_la_LDFLAGS = $(LDFLAGS_CDCG)
2018-07-13 01:31:50 +00:00
2018-12-13 10:48:25 +00:00
libMemAdapter_la_LIBADD = $(top_srcdir)/base/libcdc_base.la
# $(top_srcdir)/ve/libVE.la
2018-07-13 01:31:50 +00:00
#LOCAL_LIB = -lpthread
2018-12-13 10:48:25 +00:00
LOCAL_LIB = -lVE
2018-07-13 01:31:50 +00:00
2018-12-13 10:48:25 +00:00
libMemAdapter_la_LDFLAGS += $(LOCAL_LIB)