Use +O2 for compiler on HP-UX.

Show where we are installing.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1961 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2002-02-15 18:15:46 +00:00
parent ca09c66686
commit 71f9afb6cb
5 changed files with 17 additions and 16 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#
# "$Id: Makefile,v 1.10.2.6.2.13 2002/01/15 23:22:03 easysw Exp $"
# "$Id: Makefile,v 1.10.2.6.2.14 2002/02/15 18:15:46 easysw Exp $"
#
# FLUID makefile for the Fast Light Tool Kit (FLTK).
#
@@ -66,7 +66,7 @@ depend: $(CPPFILES)
include makedepend
install: $(PROGRAM)
echo "Installing FLUID..."
echo "Installing FLUID in $(bindir)..."
-mkdir -p $(bindir)
cp $(PROGRAM) $(bindir)
strip $(bindir)/$(PROGRAM)
@@ -87,5 +87,5 @@ rebuild:
./fluid -c widget_panel.fl
#
# End of "$Id: Makefile,v 1.10.2.6.2.13 2002/01/15 23:22:03 easysw Exp $".
# End of "$Id: Makefile,v 1.10.2.6.2.14 2002/02/15 18:15:46 easysw Exp $".
#