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:
Michael R Sweet
2004-07-06 00:18:49 +00:00
parent c1525a2062
commit 388a864ef7
13 changed files with 2516 additions and 62 deletions
+22 -2
View File
@@ -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:49 easysw Exp $"
#
# GNU ZIP library makefile for the Fast Light Toolkit (FLTK).
#
@@ -51,6 +51,26 @@ clean:
$(RM) libz.a
#
# Install everything...
#
install: libz.a
echo "Installing libz.a in $(libdir)..."
-$(MKDIR) $(libdir)
$(RM) $(libdir)/libz.a
-$(CP) libz.a $(libdir)
#
# Uninstall everything...
#
uninstall:
echo "Uninstalling libz.a in $(libdir)..."
$(RM) $(libdir)/libz.a
#
# libz.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:49 easysw Exp $".
#