projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f60fd2
)
added Motif info message
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 15 Jun 2000 18:46:09 +0000
(18:46 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 15 Jun 2000 18:46:09 +0000
(18:46 +0000)
src/glw/Makefile.X11
patch
|
blob
|
history
diff --git
a/src/glw/Makefile.X11
b/src/glw/Makefile.X11
index
1d81ef6
..
c392c07
100644
(file)
--- a/
src/glw/Makefile.X11
+++ b/
src/glw/Makefile.X11
@@
-40,7
+40,7
@@
default:
clean:
-rm *.o *~
-targets: $(LIBDIR)/$(GLW_LIB)
+targets: $(LIBDIR)/$(GLW_LIB)
message
# Make the library
@@
-50,6
+50,14
@@
$(LIBDIR)/$(GLW_LIB): $(OBJECTS)
-mv *.a $(LIBDIR)
+message:
+ @echo
+ @echo "************************************************************************"
+ @echo "*** Edit widgets-sgi/Makefile.X11 to enable Motif support, if needed ***"
+ @echo "************************************************************************"
+ @echo
+
+
include ../Make-config
include depend