[BACK]Return to GNUmakefile CVS log [TXT][DIR] Up to [Development] / inventor / apps / demos

File: [Development] / inventor / apps / demos / GNUmakefile (download)

Revision 1.1.1.1 (vendor branch), Tue Aug 15 12:55:53 2000 UTC (17 years, 2 months ago) by naaman
Branch: sgi
CVS Tags: start
Changes since 1.1: +0 -0 lines

Initial check-in based on 2.1.5 (SGI IRIX) source tree.

IVDEPTH = ../..
include $(IVDEPTH)/make/commonivdefs

SUBDIRS = \
	SceneViewer \
	drop \
	gview \
	maze \
	noodle \
	qmorf \
	revo \
	textomatic

COMMONPREF = xxx
all $(COMMONTARGS) install:
	$(SUBDIRS_MAKERULE)

include $(COMMONRULES)