INSTALL	= install -m 755 -d
DATA 	= curses.z5 old_curses.z3 advent.z5 hellow.z3 shell.z3 toyshop.z3 Advent.inf HelloW.inf Shell.inf Toyshop.inf
INCLUDE	= grammar.h parser.h verblib.h 
DATADIR = /usr/local/games/inform/examples
INCDIR	= /usr/local/games/inform/include

install:
	$(INSTALL) $(DATA) $(DATADIR)	
	$(INSTALL) $(INCLUDE) $(INCDIR)
