Browse Source

added Motif info message

tags/mesa_3_2_1
Brian Paul 25 years ago
parent
commit
66f13cefec
1 changed files with 10 additions and 1 deletions
  1. 10
    1
      src/glw/Makefile.X11

+ 10
- 1
src/glw/Makefile.X11 View File

@@ -40,16 +40,25 @@ default:
clean:
-rm *.o *~

targets: $(LIBDIR)/$(GLW_LIB)
targets: $(LIBDIR)/$(GLW_LIB) message


# Make the library
$(LIBDIR)/$(GLW_LIB): $(OBJECTS)
$(MAKELIB) $(GLW_LIB) $(MAJOR) $(MINOR) $(TINY) $(OBJECTS)
ls -l $(GLW_LIB)
mv $(GLW_LIB)* $(LIBDIR)
-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…
Cancel
Save