X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=snprintf%2FMakefile.am;fp=snprintf%2FMakefile.am;h=1bd33fa429efb6ef9c139a91ff3ec15e8e51a031;hp=0000000000000000000000000000000000000000;hb=bf0d695d692163edb23b8fbbbd976387dfef232d;hpb=a0c822d0d08ba0f78c85d11871dc733c35db4ee8 diff --git a/snprintf/Makefile.am b/snprintf/Makefile.am new file mode 100644 index 0000000..1bd33fa --- /dev/null +++ b/snprintf/Makefile.am @@ -0,0 +1,22 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm + +lib_LTLIBRARIES = libustsnprintf.la +libustsnprintf_la_SOURCES = \ + fflush.c \ + fileext.h \ + floatio.h \ + fvwrite.c \ + fvwrite.h \ + local.h \ + snprintf.c \ + various.h \ + vfprintf.c \ + wcio.h \ + wsetup.c +libustsnprintf_la_LDFLAGS = -no-undefined -version-info 0:0:0 -static +libustsnprintf_la_CFLAGS = -DUST_COMPONENT="ust_snprintf" -fPIC + +check_PROGRAMS = prog +prog_SOURCES = prog.c +prog_LDADD = libustsnprintf.la +TESTS = prog