From: Brian Paul Date: Wed, 6 Aug 2003 18:04:32 +0000 (+0000) Subject: Added TOP to point to top of tree to find includes and libs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=676cf71852162fe483bd14ca088a7a124ec2fdfd;p=mesa.git Added TOP to point to top of tree to find includes and libs --- diff --git a/progs/miniglx/Makefile b/progs/miniglx/Makefile index 48923ebcff0..5a781396c7e 100644 --- a/progs/miniglx/Makefile +++ b/progs/miniglx/Makefile @@ -3,10 +3,11 @@ # These programs aren't intended to be included with the normal # distro. They're not too interesting but they're good for testing. +TOP = ../.. CC = gcc -CFLAGS = -g -I../include -LIBS = -L../lib -lGL -lGLU -lglut -lm -Wl,-rpath,../lib +CFLAGS = -g -I$(TOP)/include +LIBS = -L$(TOP)/lib -lGL -lGLU -lglut -lm -Wl,-rpath,$(TOP)/lib PROGS = miniglxtest miniglxsample sample_server sample_server2 manytex texline