###	SPAR <http://www.cpan.org/scripts/>
###	1	644	1329052295	1329052295	is_relevant.pl
have_cc
###	29	644	1289337252	1289337252	Makeppfile
# The 1st rule used complain that it did not find a parser in the recursive
# parse, as did the 2nd in the outer parse, which additionally didn't recognize
# the compiler.  This is history because the new special parsers don't recurse.

$(phony all): $( a/a b c d).o

a/a.o:
	if [ ! -d a ]; then mkdir a; fi
	$(CC) -E a.c > $(output)


b.o: : parser shell
	trap '$(CC) -E c.c > $(output)' 0


register-parser echo skip-word

c.o:
	echo libtool $(CC) -E b.c > $(output)

d.o: : parser none
	echo libtool $(CC) -E d.c > $(output)


%.c: :last_chance
	&echo '#include "$(stem).h"' -o $(output)

%.h: :last_chance
	&echo 'int f();' -o $(output)
###	D	755	1261610241	1261610241	answers
###	1	644	1289337201	1289337201	answers/n_files
10 1 0