mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
Added TOP to point to top of tree to find includes and libs
This commit is contained in:
parent
848ff108a0
commit
676cf71852
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue