Yamit Mehta | b740f8d | 2016-11-24 09:05:20 +0530 | [diff] [blame^] | 1 | AM_CFLAGS = -I $(top_srcdir)/qahw_api/inc |
| 2 | |
| 3 | h_sources = inc/qahw_api.h \ |
| 4 | inc/qahw_defs.h |
| 5 | |
| 6 | library_include_HEADERS = $(h_sources) |
| 7 | library_includedir = $(includedir)/mm-audio/qahw_api/inc |
| 8 | |
| 9 | lib_LTLIBRARIES = libqahw.la |
| 10 | libqahw_la_SOURCES = src/qahw.c |
| 11 | libqahw_la_CFLAGS = $(AM_CFLAGS) -include stddef.h |
| 12 | libqahw_la_CFLAGS += -D__unused=__attribute__\(\(__unused__\)\) |
| 13 | libqahw_la_LIBADD = -llog -lcutils -lhardware |
| 14 | libqahw_la_LDFLAGS = -module -shared -avoid-version |