| 1 | AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libustcomm \ |
| 2 | -I$(top_srcdir)/libustctl $(KCOMPAT_CFLAGS) |
| 3 | AM_CFLAGS = -fno-strict-aliasing |
| 4 | |
| 5 | bin_PROGRAMS = ustctl |
| 6 | |
| 7 | ustctl_SOURCES = \ |
| 8 | ustctl.c marker_cmds.c trace_cmds.c channel_cmds.c cli.c cli.h scanning_functions.c scanning_functions.h |
| 9 | |
| 10 | ustctl_CFLAGS = -DUST_COMPONENT=ustctl -fno-strict-aliasing |
| 11 | |
| 12 | ustctl_LDADD = \ |
| 13 | $(top_builddir)/snprintf/libustsnprintf.la \ |
| 14 | $(top_builddir)/libustcomm/libustcomm.la \ |
| 15 | $(top_builddir)/libustctl/libustctl.la |