summaryrefslogtreecommitdiff
path: root/src/glw
diff options
context:
space:
mode:
Diffstat (limited to 'src/glw')
-rw-r--r--src/glw/Makefile.X1110
1 files changed, 9 insertions, 1 deletions
diff --git a/src/glw/Makefile.X11 b/src/glw/Makefile.X11
index 1d81ef6a480..c392c07c279 100644
--- 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