File: Makefile.am

package info (click to toggle)
ust 2.9.0-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,812 kB
  • sloc: ansic: 28,200; sh: 12,314; java: 1,776; makefile: 1,155; python: 687; cpp: 177
file content (22 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AM_CPPFLAGS = -I$(top_srcdir)/include -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 -fno-strict-aliasing