summaryrefslogtreecommitdiffstats
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-06-10 14:46:24 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-06-10 14:46:24 +0000
commitb953bebc250b36c9a01dbeafe420f808aa3522d6 (patch)
tree1e9be8007bd263e4d3650ac4978f684a3bf734fa /progs
parent9ac51f57efe07ed43a1e4224a7f5daddec401b36 (diff)
downloadexternal_mesa3d-b953bebc250b36c9a01dbeafe420f808aa3522d6.zip
external_mesa3d-b953bebc250b36c9a01dbeafe420f808aa3522d6.tar.gz
external_mesa3d-b953bebc250b36c9a01dbeafe420f808aa3522d6.tar.bz2
updated old-style makefiles for new tree
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/Makefile.X116
-rw-r--r--progs/redbook/Makefile.X112
-rw-r--r--progs/samples/Makefile.X112
-rw-r--r--progs/xdemos/Makefile.X112
4 files changed, 6 insertions, 6 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11
index 7c6c850..ee98f59 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -3,7 +3,7 @@
##### MACROS #####
-TOP = ..
+TOP = ../..
INCDIR = $(TOP)/include
LIBDIR = $(TOP)/lib
@@ -90,10 +90,10 @@ targets: readtex.c readtex.h $(PROGS)
readtex.c:
- cp $(TOP)/util/readtex.c .
+ cp $(TOP)/progs/util/readtex.c .
readtex.h:
- cp $(TOP)/util/readtex.h .
+ cp $(TOP)/progs/util/readtex.h .
include $(TOP)/Make-config
diff --git a/progs/redbook/Makefile.X11 b/progs/redbook/Makefile.X11
index 0a3a87b..f72ea44 100644
--- a/progs/redbook/Makefile.X11
+++ b/progs/redbook/Makefile.X11
@@ -3,7 +3,7 @@
##### MACROS #####
-TOP = ..
+TOP = ../..
INCDIR = $(TOP)/include
LIBDIR = $(TOP)/lib
diff --git a/progs/samples/Makefile.X11 b/progs/samples/Makefile.X11
index b18a195..8a63517 100644
--- a/progs/samples/Makefile.X11
+++ b/progs/samples/Makefile.X11
@@ -3,7 +3,7 @@
##### MACROS #####
-TOP = ..
+TOP = ../..
INCDIR = $(TOP)/include
LIBDIR = $(TOP)/lib
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11
index 27b4342..36fa9e5 100644
--- a/progs/xdemos/Makefile.X11
+++ b/progs/xdemos/Makefile.X11
@@ -3,7 +3,7 @@
##### MACROS #####
-TOP = ..
+TOP = ../..
INCDIR = $(TOP)/include
LIBDIR = $(TOP)/lib