• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/

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
70 rm -f $(distdir)/atf-c/defs.h
72 include_HEADERS += atf-c.h
73 atf_c_HEADERS = atf-c/build.h \
74 atf-c/check.h \
75 atf-c/config.h \
76 atf-c/defs.h \
77 atf-c/error.h \
78 atf-c/error_fwd.h \
79 atf-c/macros.h \
80 atf-c/tc.h \
81 atf-c/tp.h \
82 atf-c/utils.h
83 atf_cdir = $(includedir)/atf-c
85 dist_man_MANS += atf-c/atf-c-api.3
88 atf_cpkgconfig_DATA = atf-c/atf-c.pc
89 CLEANFILES += atf-c/atf-c.pc
90 EXTRA_DIST += atf-c/atf-c.pc.in
91 atf-c/atf-c.pc: $(srcdir)/atf-c/atf-c.pc.in
92 test -d atf-c || mkdir -p atf-c
97 <$(srcdir)/atf-c/atf-c.pc.in >atf-c/atf-c.pc.tmp
98 mv atf-c/atf-c.pc.tmp atf-c/atf-c.pc
100 tests_atf_c_DATA = atf-c/Atffile \
101 atf-c/macros_h_test.c
102 tests_atf_cdir = $(pkgtestsdir)/atf-c
105 tests_atf_c_PROGRAMS = atf-c/atf_c_test
106 atf_c_atf_c_test_SOURCES = atf-c/atf_c_test.c
107 atf_c_atf_c_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
109 tests_atf_c_PROGRAMS += atf-c/build_test
110 atf_c_build_test_SOURCES = atf-c/build_test.c atf-c/h_build.h
111 atf_c_build_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
113 tests_atf_c_PROGRAMS += atf-c/check_test
114 atf_c_check_test_SOURCES = atf-c/check_test.c
115 atf_c_check_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
117 tests_atf_c_PROGRAMS += atf-c/config_test
118 atf_c_config_test_SOURCES = atf-c/config_test.c
119 atf_c_config_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
121 tests_atf_c_PROGRAMS += atf-c/error_test
122 atf_c_error_test_SOURCES = atf-c/error_test.c
123 atf_c_error_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
125 tests_atf_c_PROGRAMS += atf-c/macros_test
126 atf_c_macros_test_SOURCES = atf-c/macros_test.c
127 atf_c_macros_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
129 tests_atf_c_SCRIPTS = atf-c/pkg_config_test
130 CLEANFILES += atf-c/pkg_config_test
131 EXTRA_DIST += atf-c/pkg_config_test.sh
132 atf-c/pkg_config_test: $(srcdir)/atf-c/pkg_config_test.sh
133 test -d atf-c || mkdir -p atf-c
134 @src="$(srcdir)/atf-c/pkg_config_test.sh"; \
135 dst="atf-c/pkg_config_test"; $(BUILD_SH_TP)
137 tests_atf_c_PROGRAMS += atf-c/tc_test
138 atf_c_tc_test_SOURCES = atf-c/tc_test.c
139 atf_c_tc_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
141 tests_atf_c_PROGRAMS += atf-c/tp_test
142 atf_c_tp_test_SOURCES = atf-c/tp_test.c
143 atf_c_tp_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
145 tests_atf_c_PROGRAMS += atf-c/utils_test
146 atf_c_utils_test_SOURCES = atf-c/utils_test.c atf-c/h_build.h
147 atf_c_utils_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la
149 include atf-c/detail/Makefile.am.inc