added Motif info message

This commit is contained in:
Brian Paul 2000-06-15 18:46:09 +00:00
parent 9f60fd2154
commit 4cc11a4fb3

View file

@ -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