TOP=		::
PGENDIR=	{TOP}Parser:
PGEN=		{PGENDIR}Pgen
DESTH=		{TOP}Include:graminit.h
DESTC=		{TOP}Python:graminit.c

all			install

install		{DESTH} {DESTC}

depend	

{DESTH}		graminit.h
		Duplicate -y graminit.h {DESTH}

{DESTC}		graminit.c
		Duplicate -y graminit.c {DESTC}

graminit.c graminit.h	 {PGEN} Grammar
		{PGEN} Grammar

clean	
		Delete -i graminit.c graminit.h

clobber		clean
