mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 06:56:24 +08:00
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
This commit is contained in:
+22
-2
@@ -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 $".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user