From 388a864ef72fee59c80239209c770878f27d92ab Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 6 Jul 2004 00:18:49 +0000 Subject: Makefile and configure script support for image libs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3644 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- png/Makefile | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'png') diff --git a/png/Makefile b/png/Makefile index 57ec21ed7..844f3c256 100644 --- a/png/Makefile +++ b/png/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.1.2.1 2004/07/05 14:12:37 easysw Exp $" +# "$Id: Makefile,v 1.1.2.2 2004/07/06 00:18:48 easysw Exp $" # # PNG library makefile for the Fast Light Toolkit (FLTK). # @@ -50,6 +50,26 @@ clean: $(RM) libpng.a +# +# Install everything... +# + +install: libpng.a + echo "Installing libpng.a in $(libdir)..." + -$(MKDIR) $(libdir) + $(RM) $(libdir)/libpng.a + -$(CP) libpng.a $(libdir) + + +# +# Uninstall everything... +# + +uninstall: + echo "Uninstalling libpng.a in $(libdir)..." + $(RM) $(libdir)/libpng.a + + # # libpng.a # @@ -74,5 +94,5 @@ $(OBJS): ../makeinclude # -# End of "$Id: Makefile,v 1.1.2.1 2004/07/05 14:12:37 easysw Exp $". +# End of "$Id: Makefile,v 1.1.2.2 2004/07/06 00:18:48 easysw Exp $". # -- cgit v1.2.3