From cf07fa09dc752d1283c22a2df402e7356b770871 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 4 Dec 2023 17:31:18 +0100 Subject: Minor updates of bundled libraries and README.CMake.txt Update Makefiles, CMakeLists.txt, improve formatting. --- zlib/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'zlib/Makefile') diff --git a/zlib/Makefile b/zlib/Makefile index c34082679..67fcdd801 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -1,7 +1,7 @@ # -# GNU ZIP library makefile for the Fast Light Toolkit (FLTK). +# ZIP library makefile for the Fast Light Toolkit (FLTK). # -# Copyright 1998-2021 by Bill Spitzak and others. +# Copyright 1998-2023 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -16,7 +16,6 @@ include ../makeinclude - # # Object files... # @@ -27,14 +26,12 @@ OBJS = adler32.o compress.o crc32.o uncompr.o deflate.o \ LIBZ = ../lib/libfltk_z$(LIBEXT) - # # Make all targets... # all: $(LIBZ) - # # Clean all targets and object files... # @@ -43,7 +40,6 @@ clean: $(RM) $(OBJS) $(RM) $(LIBZ) - # # Install everything... # @@ -59,7 +55,6 @@ install: $(LIBZ) $(INSTALL_DATA) zlib.h $(DESTDIR)$(includedir)/FL/images $(INSTALL_DATA) zutil.h $(DESTDIR)$(includedir)/FL/images - # # Uninstall everything... # @@ -72,7 +67,6 @@ uninstall: $(RM) $(includedir)/FL/images/zlib.h $(RM) $(includedir)/FL/images/zutil.h - # # libfltk_z.a # -- cgit v1.2.3