summaryrefslogtreecommitdiff
path: root/jpeg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'jpeg/Makefile')
-rw-r--r--jpeg/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/jpeg/Makefile b/jpeg/Makefile
index 6dd48e361..c83b4bb7a 100644
--- a/jpeg/Makefile
+++ b/jpeg/Makefile
@@ -4,7 +4,7 @@
#
# JPEG library makefile for the Fast Light Toolkit (FLTK).
#
-# Copyright 1997-2011 by Bill Spitzak and others.
+# Copyright 1997-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
@@ -19,7 +19,6 @@
include ../makeinclude
-
#
# Object files...
#
@@ -74,14 +73,12 @@ OBJS = \
LIBJPEG = ../lib/libfltk_jpeg$(LIBEXT)
-
#
# Make all targets...
#
all: $(LIBJPEG)
-
#
# Clean all targets and object files...
#
@@ -90,7 +87,6 @@ clean:
$(RM) $(OBJS)
$(RM) $(LIBJPEG)
-
#
# Install everything...
#
@@ -108,7 +104,6 @@ install: $(LIBJPEG)
$(INSTALL_DATA) jpeglib.h $(DESTDIR)$(includedir)/FL/images
$(INSTALL_DATA) fltk_jpeg_prefix.h $(DESTDIR)$(includedir)/FL/images
-
#
# Uninstall everything...
#
@@ -123,7 +118,6 @@ uninstall:
$(RM) $(includedir)/FL/images/jpeglib.h
$(RM) $(includedir)/FL/images/fltk_jpeg_prefix.h
-
#
# libfltk_jpeg.a
#
@@ -134,7 +128,6 @@ $(LIBJPEG): $(OBJS)
$(LIBCOMMAND) $@ $(OBJS)
$(RANLIB) $@
-
#
# Make dependencies...
#