OpenSceneGraph/Makefile
Don BURNS 87b7f48453 Edited INSTALL for new make and installation procedures.
Checking in a fix for Norman Vine
Added helprules and help.sh for a long-winded help message if you
'make help'.
2002-04-05 01:52:15 +00:00

10 lines
191 B
Makefile

TOPDIR = .
include $(TOPDIR)/Make/makedefs
DIRS = src
include $(TOPDIR)/Make/makedirrules
include $(TOPDIR)/Make/instrules
include $(TOPDIR)/Make/distrules
include $(TOPDIR)/Make/helprules