Lines Matching refs:atf

2 # Automated Testing Framework (atf)
31 libatf_c_la_SOURCES = atf-c/build.c \
32 atf-c/build.h \
33 atf-c/check.c \
34 atf-c/check.h \
35 atf-c/config.c \
36 atf-c/config.h \
37 atf-c/error.c \
38 atf-c/error.h \
39 atf-c/error_fwd.h \
40 atf-c/macros.h \
41 atf-c/tc.c \
42 atf-c/tc.h \
43 atf-c/tp.c \
44 atf-c/tp.h \
45 atf-c/utils.c \
46 atf-c/utils.h
47 nodist_libatf_c_la_SOURCES = atf-c/defs.h
64 -I$(srcdir)/atf-c
71 rm -f $(distdir)/atf-c/defs.h
73 include_HEADERS += atf-c.h
74 atf_c_HEADERS = atf-c/build.h \
75 atf-c/check.h \
76 atf-c/config.h \
77 atf-c/defs.h \
78 atf-c/error.h \
79 atf-c/error_fwd.h \
80 atf-c/macros.h \
81 atf-c/tc.h \
82 atf-c/tp.h \
83 atf-c/utils.h
84 atf_cdir = $(includedir)/atf-c
86 dist_man_MANS += atf-c/atf-c-api.3
88 atf_aclocal_DATA += atf-c/atf-common.m4 atf-c/atf-c.m4
89 EXTRA_DIST += atf-c/atf-common.m4 atf-c/atf-c.m4
92 atf_cpkgconfig_DATA = atf-c/atf-c.pc
93 CLEANFILES += atf-c/atf-c.pc
94 EXTRA_DIST += atf-c/atf-c.pc.in
95 atf-c/atf-c.pc: $(srcdir)/atf-c/atf-c.pc.in Makefile
96 test -d atf-c || mkdir -p atf-c
101 <$(srcdir)/atf-c/atf-c.pc.in >atf-c/atf-c.pc.tmp
102 mv atf-c/atf-c.pc.tmp atf-c/atf-c.pc
104 tests_atf_c_DATA = atf-c/Atffile \
105 atf-c/Kyuafile \
106 atf-c/macros_h_test.c \
107 atf-c/unused_test.c
108 tests_atf_cdir = $(pkgtestsdir)/atf-c
111 tests_atf_c_PROGRAMS = atf-c/atf_c_test
112 atf_c_atf_c_test_SOURCES = atf-c/atf_c_test.c
113 atf_c_atf_c_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
115 tests_atf_c_PROGRAMS += atf-c/build_test
116 atf_c_build_test_SOURCES = atf-c/build_test.c atf-c/h_build.h
117 atf_c_build_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
119 tests_atf_c_PROGRAMS += atf-c/check_test
120 atf_c_check_test_SOURCES = atf-c/check_test.c
121 atf_c_check_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
123 tests_atf_c_PROGRAMS += atf-c/config_test
124 atf_c_config_test_SOURCES = atf-c/config_test.c
125 atf_c_config_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
127 tests_atf_c_PROGRAMS += atf-c/error_test
128 atf_c_error_test_SOURCES = atf-c/error_test.c
129 atf_c_error_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
131 tests_atf_c_PROGRAMS += atf-c/macros_test
132 atf_c_macros_test_SOURCES = atf-c/macros_test.c
133 atf_c_macros_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
135 tests_atf_c_SCRIPTS = atf-c/pkg_config_test
136 CLEANFILES += atf-c/pkg_config_test
137 EXTRA_DIST += atf-c/pkg_config_test.sh
138 atf-c/pkg_config_test: $(srcdir)/atf-c/pkg_config_test.sh
139 test -d atf-c || mkdir -p atf-c
140 @src="$(srcdir)/atf-c/pkg_config_test.sh"; \
141 dst="atf-c/pkg_config_test"; $(BUILD_SH_TP)
143 tests_atf_c_PROGRAMS += atf-c/tc_test
144 atf_c_tc_test_SOURCES = atf-c/tc_test.c
145 atf_c_tc_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
147 tests_atf_c_PROGRAMS += atf-c/tp_test
148 atf_c_tp_test_SOURCES = atf-c/tp_test.c
149 atf_c_tp_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
151 tests_atf_c_PROGRAMS += atf-c/utils_test
152 atf_c_utils_test_SOURCES = atf-c/utils_test.c atf-c/h_build.h
153 atf_c_utils_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
155 include atf-c/detail/Makefile.am.inc