diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-22 23:48:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-03-22 23:48:00 +0000 |
commit | 99189ad4fb27c5aa59f9a7d771f359aec8d78126 (patch) | |
tree | 03f2fe0b06d8f5795d54b250f0fed71899510166 /Makefile.X11 | |
parent | 361fc66e36622e89c571e3cca45f0bc8981a2419 (diff) |
added instructions to build widgets-sgi
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index e1eadc6642..e40dad71fa 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.12.2.6 2000/03/18 23:39:58 brianp Exp $ +# $Id: Makefile.X11,v 1.12.2.7 2000/03/22 23:48:00 brianp Exp $ # Mesa 3-D graphics library # Version: 3.2 @@ -169,6 +169,7 @@ sunos5-x11r6-gcc-sl ultrix-gcc unicos unixware uwin vistra: if [ -d xdemos ] ; then cd xdemos ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d samples ] ; then cd samples ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d book ] ; then cd book ; $(MAKE) -f Makefile.X11 $@ ; fi + if [ -d widgets-sgi ] ; then cd widgets-sgi; $(MAKE) -f Makefile.X11 $@ ; fi irix6-n32 irix6-n32-dso irix6-gcc-n32-sl irix-debug: @@ -183,6 +184,7 @@ irix6-n32 irix6-n32-dso irix6-gcc-n32-sl irix-debug: if [ -d xdemos ] ; then cd xdemos ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d samples ] ; then cd samples ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d book ] ; then cd book ; $(MAKE) -f Makefile.X11 $@ ; fi + if [ -d widgets-sgi ] ; then cd widgets-sgi; $(MAKE) -f Makefile.X11 $@ ; fi irix6-64 irix6-64-dso: @@ -197,6 +199,7 @@ irix6-64 irix6-64-dso: if [ -d xdemos ] ; then cd xdemos ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d samples ] ; then cd samples ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d book ] ; then cd book ; $(MAKE) -f Makefile.X11 $@ ; fi + if [ -d widgets-sgi ] ; then cd widgets-sgi; $(MAKE) -f Makefile.X11 $@ ; fi amiwin: @@ -225,9 +228,10 @@ cygnus cygnus-linux: touch src-glu/depend cd src ; $(MAKE) -f Makefile.X11 $@ cd src-glu ; $(MAKE) -f Makefile.X11 $@ - cd src-glut ; $(MAKE) -f Makefile.X11 $@ - cd demos ; $(MAKE) -f Makefile.X11 $@ + if [ -d src-glut ] ; then cd src-glut ; $(MAKE) -f Makefile.X11 $@ ; fi + if [ -d demos ] ; then cd demos ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d xdemos ] ; then cd xdemos ; $(MAKE) -f Makefile.X11 $@ ; fi + if [ -d widgets-sgi ] ; then cd widgets-sgi; $(MAKE) -f Makefile.X11 $@ ; fi macintosh: @echo "See the README file for Macintosh intallation information" @@ -272,6 +276,7 @@ linux-ggi linux-386-ggi: if [ -d xdemos ] ; then cd xdemos ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d samples ] ; then cd samples ; $(MAKE) -f Makefile.X11 $@ ; fi if [ -d book ] ; then cd book ; $(MAKE) -f Makefile.X11 $@ ; fi + if [ -d widgets-sgi ] ; then cd widgets-sgi; $(MAKE) -f Makefile.X11 $@ ; fi # if you change GGI_DEST please change it in ggimesa.conf, too. DESTDIR=/usr/local |