Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Panfrost
mesa
Commits
46727c74
Commit
46727c74
authored
Mar 26, 2004
by
Brian Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaks for make clean / realclean.
parent
7a5eb9a7
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
15 deletions
+9
-15
Makefile
Makefile
+3
-2
progs/demos/Makefile
progs/demos/Makefile
+0
-3
progs/redbook/Makefile
progs/redbook/Makefile
+1
-3
progs/samples/Makefile
progs/samples/Makefile
+1
-3
progs/xdemos/Makefile
progs/xdemos/Makefile
+1
-4
src/glw/Makefile
src/glw/Makefile
+2
-0
src/mesa/Makefile
src/mesa/Makefile
+1
-0
No files found.
Makefile
View file @
46727c74
...
...
@@ -21,8 +21,9 @@ clean:
done
realclean
:
clean
#-rm -rf
$(LIB_DIR)
realclean
:
touch
$(TOP)
/configs/current
make clean
-
rm
-rf
lib
*
-
rm
-f
$(TOP)
/configs/current
...
...
progs/demos/Makefile
View file @
46727c74
...
...
@@ -73,9 +73,6 @@ default: readtex.c readtex.h $(PROGS)
clean
:
-
rm
-f
*
.o
*
~
realclean
:
-
rm
-f
$(PROGS)
-
rm
-f
*
.o
*
~
-
rm
-f
readtex.[ch]
...
...
progs/redbook/Makefile
View file @
46727c74
...
...
@@ -32,10 +32,8 @@ PROGS = aaindex aapoly aargb accanti accpersp alpha alpha3D anti \
default
:
$(PROGS)
clean
:
-
rm
-f
*
.o
*
~
real
clean
:
clean
:
-
rm
-f
$(PROGS)
-
rm
-f
*
.o
*
~
progs/samples/Makefile
View file @
46727c74
...
...
@@ -26,9 +26,7 @@ PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
default
:
$(PROGS)
clean
:
-
rm
-f
*
.o
*
~
real
clean
:
clean
:
-
rm
-f
$(PROGS)
-
rm
-f
*
.o
*
~
progs/xdemos/Makefile
View file @
46727c74
...
...
@@ -6,7 +6,7 @@ include $(TOP)/configs/current
INCDIR
=
$(TOP)
/include
LIBS
=
-L
$(LIB_DIR)
$(APP_LIB_DEPS)
LIBS
=
$(APP_LIB_DEPS)
LIB_DEP
=
$(LIB_DIR)
/
$(GL_LIB)
$(LIB_DIR)
/
$(GLU_LIB)
...
...
@@ -44,9 +44,6 @@ default: $(PROGS)
clean
:
-
rm
-f
*
.o
*
~
realclean
:
-
rm
-f
$(PROGS)
-
rm
-f
*
.o
*
~
...
...
src/glw/Makefile
View file @
46727c74
...
...
@@ -27,8 +27,10 @@ default: $(LIB_DIR)/$(GLW_LIB_NAME)
clean
:
-
rm
depend
-
rm
-f
*
.o
*
~
# Make the library
$(LIB_DIR)/$(GLW_LIB_NAME)
:
$(OBJECTS)
$(TOP)
/bin/mklib
-o
$(GLW_LIB)
-major
$(MAJOR)
-minor
$(MINOR)
\
...
...
src/mesa/Makefile
View file @
46727c74
...
...
@@ -165,6 +165,7 @@ tags:
clean
:
-
rm
-f
*
/
*
.o
rm
-f
depend
for
dir
in
$(SUBDIRS)
;
do
\
pushd
$$
dir
;
\
make clean
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment