summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-02-15 18:15:46 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-02-15 18:15:46 +0000
commit71f9afb6cb170ecc13122e5f6f07912e224fe951 (patch)
treea2afe241071cd83c834f0c4a2f6cc0b306f19299 /src
parentca09c666862a05777f916e87f8f384523c39db97 (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index ca3d76de6..f55dd18bd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.18.2.14.2.32 2002/01/17 23:43:49 easysw Exp $"
+# "$Id: Makefile,v 1.18.2.14.2.33 2002/02/15 18:15:46 easysw Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
@@ -282,7 +282,7 @@ gl_start.o: ../FL/mac.H ../FL/win32.H
################################################################
install: $(LIBNAME) $(DSONAME) $(GLLIBNAME) $(GLDSONAME)
- echo "Installing libraries..."
+ echo "Installing libraries in $(libdir)..."
-mkdir -p $(libdir)
rm -f $(libdir)/$(LIBNAME)
-cp $(LIBNAME) $(GLLIBNAME) $(libdir)
@@ -325,7 +325,6 @@ install: $(LIBNAME) $(DSONAME) $(GLLIBNAME) $(GLDSONAME)
chmod 755 $(libdir)/libfltk_gl.a; \
fi
-
uninstall:
echo "Uninstalling libraries..."
rm -f $(libdir)/$(LIBNAME)
@@ -353,5 +352,5 @@ uninstall:
#
-# End of "$Id: Makefile,v 1.18.2.14.2.32 2002/01/17 23:43:49 easysw Exp $".
+# End of "$Id: Makefile,v 1.18.2.14.2.33 2002/02/15 18:15:46 easysw Exp $".
#