This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa
Watch
1
Star
0
Fork
You've already forked mesa
0
mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced
2026-05-28 14:18:13 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5
ca73488f48
mesa
/
src
/
glx
/
Makefile
13 lines
109 B
Makefile
Raw
Normal View
History
Unescape
Escape
New Makefile system
2004-03-26 15:19:11 +00:00
TOP
=
../..
i
n
c
l
u
d
e
$(
TOP
)
/
c
o
n
f
i
g
s
/
c
u
r
r
e
n
t
default
:
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
2004-06-01 00:06:14 +00:00
cd
mini
;
$(
MAKE
)
New Makefile system
2004-03-26 15:19:11 +00:00
clean
:
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1".
2004-06-01 00:06:14 +00:00
cd
mini
;
$(
MAKE
)
clean
New Makefile system
2004-03-26 15:19:11 +00:00
Reference in a new issue
Copy permalink