mirror of
https://github.com/fltk/fltk.git
synced 2026-02-06 08:21:40 +08:00
Minor updates of bundled libraries and README.CMake.txt
Update Makefiles, CMakeLists.txt, improve formatting.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user