You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
374 B
13 lines
374 B
4 months ago
|
cpp_sources = debug.cpp \
|
||
|
rect.cpp \
|
||
|
sys.cpp \
|
||
|
formats.cpp \
|
||
|
utils.cpp
|
||
|
|
||
|
lib_LTLIBRARIES = libsdmutils.la
|
||
|
libsdmutils_la_CC = @CC@
|
||
|
libsdmutils_la_SOURCES = $(cpp_sources)
|
||
|
libsdmutils_la_CFLAGS = $(COMMON_CFLAGS) -DLOG_TAG=\"SDM\"
|
||
|
libsdmutils_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||
|
libsdmutils_la_LDFLAGS = -shared -avoid-version
|