Home | History | Annotate | Download | only in utils
      1 cpp_sources = debug.cpp \
      2               rect.cpp \
      3               sys.cpp \
      4               formats.cpp \
      5               utils.cpp
      6 
      7 lib_LTLIBRARIES = libsdmutils.la
      8 libsdmutils_la_CC = @CC@
      9 libsdmutils_la_SOURCES = $(cpp_sources)
     10 libsdmutils_la_CFLAGS = $(COMMON_CFLAGS) -DLOG_TAG=\"SDM\"
     11 libsdmutils_la_CPPFLAGS = $(AM_CPPFLAGS)
     12 libsdmutils_la_LDFLAGS = -shared -avoid-version
     13