diff options
author | pesco <pesco> | 2001-03-18 15:40:45 +0000 |
---|---|---|
committer | pesco <pesco> | 2001-03-18 15:40:45 +0000 |
commit | d9bf6ccce9f5fea22d6a478c4afafea3c3c525c5 (patch) | |
tree | ffaf95462fd742966ca9bcdcbf425ed48d9f277d /src/glu/sgi/Makefile.X11 | |
parent | 371ef9c058b0d59bfb62689b64af1b29a2214d9e (diff) |
* gen_srclists.sh: Use getopt to parse the command line. Added command
line option -n (dry run) and -h. Directory list can be specified on the
command line.
Added command line options -p and -l. Some other tweaks.
* si-glu/libnurbs/glimports.h, si-glu/libnurbs/mystdio.h,
si-glu/libnurbs/mystdlib.h: Pulled these out of
si-glu/libnurbs/interface and si-glu/libnurbs/internals. All include
paths updated.
Diffstat (limited to 'src/glu/sgi/Makefile.X11')
-rw-r--r-- | src/glu/sgi/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glu/sgi/Makefile.X11 b/src/glu/sgi/Makefile.X11 index 39ec21e6b8e..f4afb7d5055 100644 --- a/src/glu/sgi/Makefile.X11 +++ b/src/glu/sgi/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.1 2001/03/17 00:25:40 brianp Exp $ +# $Id: Makefile.X11,v 1.2 2001/03/18 15:40:45 pesco Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -15,7 +15,7 @@ GLU_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY) VPATH = RCS -INCDIRS = -I../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess +INCDIRS = -I../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -Ilibnurbs LIBDIR = ../lib C_SOURCES = \ |