the Make directory is left with four files only :
makedefs
makerules
makedirrules
instrules
These work for all platforms supported so far, which include :
Linux
Irix
Solaris
MacOSX
Cygwin
FreeBSD
14 lines
155 B
Makefile
14 lines
155 B
Makefile
TOPDIR = ..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
DIRS = \
|
|
osg\
|
|
osgUtil\
|
|
osgDB\
|
|
osgGLUT\
|
|
osgPlugins\
|
|
osgText\
|
|
Demos
|
|
|
|
include $(TOPDIR)/Make/makedirrules
|