X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fsnprintf%2FMakefile.am;fp=src%2Fsnprintf%2FMakefile.am;h=7d9e2b647e3df8a0b0d545a70015dcb785bb51a7;hb=9d4c8b2d907edb9ebc9bfde55602598e7ba0832e;hp=0000000000000000000000000000000000000000;hpb=6ba6fd60507f8e045bdc4f1be14e9d99c6a15f7f;p=lttng-ust.git diff --git a/src/snprintf/Makefile.am b/src/snprintf/Makefile.am new file mode 100644 index 00000000..7d9e2b64 --- /dev/null +++ b/src/snprintf/Makefile.am @@ -0,0 +1,26 @@ +# SPDX-License-Identifier: LGPL-2.1-only + +AM_CPPFLAGS += -I$(top_srcdir)/libustcomm +AM_CFLAGS += -fno-strict-aliasing + +noinst_LTLIBRARIES = libustsnprintf.la +libustsnprintf_la_SOURCES = \ + fflush.c \ + fileext.h \ + floatio.h \ + fvwrite.c \ + fvwrite.h \ + local.h \ + mbrtowc_sb.c \ + snprintf.c \ + various.h \ + vfprintf.c \ + wcio.h \ + wsetup.c \ + core.c \ + patient_write.c + +libustsnprintf_la_LDFLAGS = -no-undefined -static +libustsnprintf_la_CFLAGS = -DUST_COMPONENT="lttng_ust_snprintf" -fPIC $(AM_CFLAGS) + +EXTRA_DIST = README