added Motif info message
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Jun 2000 18:46:09 +0000 (18:46 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 15 Jun 2000 18:46:09 +0000 (18:46 +0000)
src/glw/Makefile.X11

index 1d81ef6..c392c07 100644 (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