#!smake

DEPTH = ../../..
include $(DEPTH)/ismdefs

#
# If a subdirectory needs to be built it must be in this list.
#

SUBDIRS = Sounds bot_box images mid_box top_box

INSTALLDIR = $(DEMOROOT)/boink/data

IDBTAG = -idb "demos.sw.boink"

DATA = \
	index.html \
	intro.html \
	top_box/directionsButton.jpg \
	top_box/directionsTop.html \
	top_box/directions.html \
	top_box/directions.jpg \
	ky_1288_.jpg \
	mb_1288_.jpg \
	mid_box/technical.html \
	mid_box/technicalButton.html \
	mid_box/technicalButton.jpg \
	bot_box/credits.html \
	bot_box/creditsButton.html \
	bot_box/creditsButton.jpg \
	eye.jpg \
	Makefile \
	abrozzo.jpg \
	vrml.html \
	tg2_1s8_.jpg \
	stripesEven.rgba \
	pqb1288_.jpg \
	isaL.jpg \
	hoL.jpg \
	p1L.jpg \
	boink.wrl \
	images/boink.jpg \
	Sounds/cube.wav \
	Sounds/cone.wav \
	Sounds/spacey.wav \
	Sounds/ball.wav \
	$(NULL)

default:

install: default
	$(INSTALL) $(IDBTAG) $(NOBODYDIRPERMS) -F $(INSTALLDIR) -dir $(SUBDIRS)
	$(INSTALL) $(IDBTAG) -m 644 -F   $(INSTALLDIR)  $(DATA)

include $(COMMONRULES)
