diff options
Diffstat (limited to 'jpeg')
| -rw-r--r-- | jpeg/Makefile | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/jpeg/Makefile b/jpeg/Makefile index b02b1d66a..eb3e592bb 100644 --- a/jpeg/Makefile +++ b/jpeg/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.1.2.1 2004/07/05 14:12:36 easysw Exp $" +# "$Id: Makefile,v 1.1.2.2 2004/07/06 00:18:48 easysw Exp $" # # JPEG library makefile for the Fast Light Toolkit (FLTK). # @@ -59,6 +59,26 @@ clean: # +# Install everything... +# + +install: + echo "Installing libjpeg.a in $(libdir)..." + -$(MKDIR) $(libdir) + $(RM) $(libdir)/libjpeg.a + -$(CP) libjpeg.a $(libdir) + + +# +# Uninstall everything... +# + +uninstall: + echo "Uninstalling libjpeg.a in $(libdir)..." + $(RM) $(libdir)/libjpeg.a + + +# # libjpeg.a # @@ -81,5 +101,5 @@ include makedepend $(OBJS): ../makeinclude # -# End of "$Id: Makefile,v 1.1.2.1 2004/07/05 14:12:36 easysw Exp $". +# End of "$Id: Makefile,v 1.1.2.2 2004/07/06 00:18:48 easysw Exp $". # |
