mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
added Motif info message
This commit is contained in:
parent
9f60fd2154
commit
4cc11a4fb3
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue