1 # SPDX-License-Identifier: GPL-2.0-only
4 EXTRA_DIST = test_all_events \
12 test_ns_contexts_change
13 test_rotation_destroy_flush \
14 test_select_poll_epoll \
16 test_userspace_probe \
17 validate_select_poll_epoll.py
19 noinst_PROGRAMS = select_poll_epoll
20 select_poll_epoll_SOURCES = select_poll_epoll.c
21 select_poll_epoll_LDADD = $(POPT_LIBS)
22 select_poll_epoll_CFLAGS = $(POPT_CFLAGS) -fno-stack-protector -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 $(AM_CFLAGS)
25 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
26 for script in $(EXTRA_DIST); do \
27 cp -f $(srcdir)/$$script $(builddir); \
32 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
33 for script in $(EXTRA_DIST); do \
34 rm -f $(builddir)/$$script; \