3 AT_DATA([empty/configure.ac],
4 [[AC_CONFIG_FILES(Makefile)
6 AT_DATA([empty/Makefile.am],
14 PROPERTY (Installation directory): bindir
17 [[## Process this file with automake to produce Makefile.in
23 AT_PARSER_CHECK([load empty \
25 add target 0 target1 prog \
28 AT_CHECK([diff -b empty1/Makefile.am reference])
29 AT_PARSER_CHECK([load empty1 \
31 AT_CHECK([diff output expect])
38 PROPERTY (Installation directory): bindir
40 PROPERTY (Installation directory): bindir
43 [[## Process this file with automake to produce Makefile.in
50 AT_PARSER_CHECK([load empty1 \
52 add target 0 target2 prog after 0:0\
55 AT_CHECK([diff -b empty2/Makefile.am reference])
56 AT_PARSER_CHECK([load empty2 \
58 AT_CHECK([diff -b output expect])
65 PROPERTY (Installation directory): bindir
68 [[## Process this file with automake to produce Makefile.in
74 AT_PARSER_CHECK([load empty2 \
79 AT_CHECK([diff -b empty3/Makefile.am reference])
80 AT_PARSER_CHECK([load empty3 \
82 AT_CHECK([diff -b output expect])
90 [[## Process this file with automake to produce Makefile.in
93 AT_PARSER_CHECK([load empty3 \
98 AT_CHECK([diff -b output expect])
99 AT_CHECK([diff -b empty4/Makefile.am reference])
100 AT_PARSER_CHECK([load empty4 \
102 AT_CHECK([diff -b output expect])
109 PROPERTY (Installation directory): bindir
112 [[## Process this file with automake to produce Makefile.in
118 AT_PARSER_CHECK([load empty4 \
120 add target 0 target1 prog \
123 AT_CHECK([diff -b empty5/Makefile.am reference])
124 AT_PARSER_CHECK([load empty5 \
126 AT_CHECK([diff -b output expect])
133 PROPERTY (Installation directory): bindir
136 PROPERTY (Installation directory): bindir
139 [[## Process this file with automake to produce Makefile.in
149 AT_PARSER_CHECK([load empty5 \
151 add source 0:0 source1 \
152 add target 0 target2 prog \
155 AT_CHECK([diff -b empty6/Makefile.am reference])
156 AT_PARSER_CHECK([load empty6 \
158 AT_CHECK([diff -b output expect])
165 PROPERTY (Installation directory): bindir
168 PROPERTY (Installation directory): bindir
169 PROPERTY (C compiler flags): -g
172 [[## Process this file with automake to produce Makefile.in
184 AT_PARSER_CHECK([load empty6 \
186 set 0:1 ccflags '\-g' \
189 AT_CHECK([diff -b empty7/Makefile.am reference])
190 AT_PARSER_CHECK([load empty7 \
192 AT_CHECK([diff -b output expect])
199 PROPERTY (Installation directory): bindir
200 PROPERTY (C compiler flags): -g
203 [[## Process this file with automake to produce Makefile.in
211 AT_PARSER_CHECK([load empty7 \
216 AT_CHECK([diff -b empty8/Makefile.am reference])
217 AT_PARSER_CHECK([load empty8 \
219 AT_CHECK([diff -b output expect])
227 [[## Process this file with automake to produce Makefile.in
230 AT_PARSER_CHECK([load empty8 \
235 AT_CHECK([diff -b empty9/Makefile.am reference])
236 AT_PARSER_CHECK([load empty9 \
238 AT_CHECK([diff -b output expect])
242 AS_MKDIR_P([empty10])
243 AT_DATA([empty10/configure.ac],
244 [[AC_CONFIG_FILES(Makefile)
246 AT_DATA([empty10/Makefile.am],
253 PROPERTY (Installation directory): bindir
257 bin_PROGRAMS =target1
259 AT_PARSER_CHECK([load empty10 \
260 add target 0 target1 prog \
263 AT_CHECK([diff -b empty10/Makefile.am reference])
264 AT_PARSER_CHECK([load empty10 \
266 AT_CHECK([diff output expect])