diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-12-04 17:31:18 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-12-04 17:31:18 +0100 |
| commit | cf07fa09dc752d1283c22a2df402e7356b770871 (patch) | |
| tree | 511e5f7dd9de295b23a35172afc0cddc9ce1d13e /zlib | |
| parent | a73a14347db54693fa486e2ebf400d7ce26231e6 (diff) | |
Minor updates of bundled libraries and README.CMake.txt
Update Makefiles, CMakeLists.txt, improve formatting.
Diffstat (limited to 'zlib')
| -rw-r--r-- | zlib/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | zlib/Makefile | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/zlib/CMakeLists.txt b/zlib/CMakeLists.txt index 1dc30427f..4596a538d 100644 --- a/zlib/CMakeLists.txt +++ b/zlib/CMakeLists.txt @@ -1,7 +1,7 @@ # # ZLIB library CMake configuration 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 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 # |
