1 AUTOMAKE_OPTIONS=dejagnu
8 #EXTRA_DIST = config/*.exp inputs/*.xi xargs.*/*.exp xargs.*/*.xo
9 EXTRA_DIST = config/unix.exp \
17 xargs.gnu/nothing.exp \
18 xargs.gnu/nothing.xo \
20 xargs.posix/hithere.exp \
21 xargs.posix/hithere.xo \
24 xargs.posix/quotes.exp \
25 xargs.posix/quotes.xo \
28 xargs.posix/s470.exp \
39 xargs.sysv/iquotes.exp \
40 xargs.sysv/iquotes.xo \
46 DIST_SUBDIRS = config inputs xargs.gnu xargs.posix xargs.sysv
48 CLEANFILES = *.log *.sum site.exp site.bak
51 @echo This only works if you have the DejaGNU runtest program installed...
52 $(RUNTEST) $(RUNTESTFLAGS) --tool xargs XARGS=${XARGS} \
53 XARGSFLAGS="${XARGSFLAGS}" --srcdir $(srcdir)
56 @echo "Making a new site.exp file..."
58 -@mv site.exp site.bak
59 @echo "## these variables are automatically generated by make ##" > site.exp
60 @echo "# Do not edit here. If you wish to override these values" >> site.exp
61 @echo "# add them to the last section" >> site.exp
62 @echo "set tool xargs" >> site.exp
63 @echo "set srcdir ${srcdir}" >> site.exp
64 @echo "set objdir `pwd`" >> site.exp
65 @echo "## All variables above are generated by configure. Do Not Edit ##" >> site.exp
66 -@sed '1,/^## All variables above are.*##/ d' site.bak >> site.exp