summaryrefslogtreecommitdiff
path: root/png
diff options
context:
space:
mode:
Diffstat (limited to 'png')
-rw-r--r--png/Makefile104
-rw-r--r--png/makedepend162
2 files changed, 0 insertions, 266 deletions
diff --git a/png/Makefile b/png/Makefile
deleted file mode 100644
index 53efddb8a..000000000
--- a/png/Makefile
+++ /dev/null
@@ -1,104 +0,0 @@
-#
-# PNG library Makefile for the Fast Light Toolkit (FLTK).
-#
-# Copyright 1997-2011 by Easy Software Products.
-# Copyright 2012-2024 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
-# file is missing or damaged, see the license at:
-#
-# https://www.fltk.org/COPYING.php
-#
-# Please see the following page on how to report bugs and issues:
-#
-# https://www.fltk.org/bugs.php
-#
-
-include ../makeinclude
-
-#
-# Object files...
-#
-
-OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
- pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o \
- pngwtran.o pngmem.o pngerror.o pngpread.o \
- arm/arm_init.o arm/filter_neon_intrinsics.o arm/palette_neon_intrinsics.o \
- powerpc/powerpc_init.o powerpc/filter_vsx_intrinsics.o
-
-LIBPNG = ../lib/libfltk_png$(LIBEXT)
-
-
-#
-# Make all of the targets...
-#
-
-all: $(LIBPNG)
-
-
-#
-# Clean all of the targets and object files...
-#
-
-clean:
- $(RM) $(OBJS)
- $(RM) $(LIBPNG)
-
-
-#
-# Install everything...
-#
-
-install: $(LIBPNG)
- echo "Installing libfltk_png$(LIBEXT) in $(libdir)..."
- -$(INSTALL_DIR) "$(DESTDIR)$(libdir)"
- $(INSTALL_LIB) $(LIBPNG) "$(DESTDIR)$(libdir)"
- $(RANLIB) "$(DESTDIR)$(libdir)/libfltk_png$(LIBEXT)"
- echo "Installing png headers in $(includedir)/FL/images..."
- -$(INSTALL_DIR) "$(DESTDIR)$(includedir)/FL/images"
- $(INSTALL_DATA) png.h "$(DESTDIR)$(includedir)/FL/images"
- $(INSTALL_DATA) pngconf.h "$(DESTDIR)$(includedir)/FL/images"
- $(INSTALL_DATA) pnglibconf.h "$(DESTDIR)$(includedir)/FL/images"
- $(INSTALL_DATA) pngprefix.h "$(DESTDIR)$(includedir)/FL/images"
-
-
-#
-# Uninstall everything...
-#
-
-uninstall:
- echo "Uninstalling libfltk_png$(LIBEXT) in $(libdir)..."
- $(RM) "$(DESTDIR)$(libdir)/libfltk_png$(LIBEXT)"
- echo "Uninstalling png headers in $(includedir)/FL/images..."
- $(RM) "$(DESTDIR)$(includedir)/FL/images/png.h"
- $(RM) "$(DESTDIR)$(includedir)/FL/images/pngconf.h"
- $(RM) "$(DESTDIR)$(includedir)/FL/images/pnglibconf.h"
- $(RM) "$(DESTDIR)$(includedir)/FL/images/pngprefix.h"
-
-
-#
-# libfltk_png.a
-#
-
-$(LIBPNG): $(OBJS)
- echo Archiving $@...
- $(RM) $@
- $(LIBCOMMAND) $@ $(OBJS)
- $(RANLIB) $@
-
-
-#
-# Make dependencies...
-#
-
-depend: $(OBJS:.o=.c)
- makedepend -Y -I.. -f makedepend -w 20 $(OBJS:.o=.c)
- echo "# DO NOT DELETE THIS LINE -- make depend depends on it." > makedepend.tmp
- echo "" >> makedepend.tmp
- grep '^[a-zA-Z]' makedepend | ( LC_ALL=C sort -u -f >> makedepend.tmp; )
- mv makedepend.tmp makedepend
-
-include makedepend
-
-$(OBJS): ../makeinclude
diff --git a/png/makedepend b/png/makedepend
deleted file mode 100644
index be35a4f31..000000000
--- a/png/makedepend
+++ /dev/null
@@ -1,162 +0,0 @@
-# DO NOT DELETE THIS LINE -- make depend depends on it.
-
-arm/arm_init.o: png.h
-arm/arm_init.o: pngconf.h
-arm/arm_init.o: pngdebug.h
-arm/arm_init.o: pnginfo.h
-arm/arm_init.o: pnglibconf.h
-arm/arm_init.o: pngprefix.h
-arm/arm_init.o: pngpriv.h
-arm/arm_init.o: pngstruct.h
-arm/filter_neon_intrinsics.o: png.h
-arm/filter_neon_intrinsics.o: pngconf.h
-arm/filter_neon_intrinsics.o: pngdebug.h
-arm/filter_neon_intrinsics.o: pnginfo.h
-arm/filter_neon_intrinsics.o: pnglibconf.h
-arm/filter_neon_intrinsics.o: pngprefix.h
-arm/filter_neon_intrinsics.o: pngpriv.h
-arm/filter_neon_intrinsics.o: pngstruct.h
-arm/palette_neon_intrinsics.o: png.h
-arm/palette_neon_intrinsics.o: pngconf.h
-arm/palette_neon_intrinsics.o: pngdebug.h
-arm/palette_neon_intrinsics.o: pnginfo.h
-arm/palette_neon_intrinsics.o: pnglibconf.h
-arm/palette_neon_intrinsics.o: pngprefix.h
-arm/palette_neon_intrinsics.o: pngpriv.h
-arm/palette_neon_intrinsics.o: pngstruct.h
-png.o: png.h
-png.o: pngconf.h
-png.o: pngdebug.h
-png.o: pnginfo.h
-png.o: pnglibconf.h
-png.o: pngprefix.h
-png.o: pngpriv.h
-png.o: pngstruct.h
-pngerror.o: png.h
-pngerror.o: pngconf.h
-pngerror.o: pngdebug.h
-pngerror.o: pnginfo.h
-pngerror.o: pnglibconf.h
-pngerror.o: pngprefix.h
-pngerror.o: pngpriv.h
-pngerror.o: pngstruct.h
-pngget.o: png.h
-pngget.o: pngconf.h
-pngget.o: pngdebug.h
-pngget.o: pnginfo.h
-pngget.o: pnglibconf.h
-pngget.o: pngprefix.h
-pngget.o: pngpriv.h
-pngget.o: pngstruct.h
-pngmem.o: png.h
-pngmem.o: pngconf.h
-pngmem.o: pngdebug.h
-pngmem.o: pnginfo.h
-pngmem.o: pnglibconf.h
-pngmem.o: pngprefix.h
-pngmem.o: pngpriv.h
-pngmem.o: pngstruct.h
-pngpread.o: png.h
-pngpread.o: pngconf.h
-pngpread.o: pngdebug.h
-pngpread.o: pnginfo.h
-pngpread.o: pnglibconf.h
-pngpread.o: pngprefix.h
-pngpread.o: pngpriv.h
-pngpread.o: pngstruct.h
-pngread.o: png.h
-pngread.o: pngconf.h
-pngread.o: pngdebug.h
-pngread.o: pnginfo.h
-pngread.o: pnglibconf.h
-pngread.o: pngprefix.h
-pngread.o: pngpriv.h
-pngread.o: pngstruct.h
-pngrio.o: png.h
-pngrio.o: pngconf.h
-pngrio.o: pngdebug.h
-pngrio.o: pnginfo.h
-pngrio.o: pnglibconf.h
-pngrio.o: pngprefix.h
-pngrio.o: pngpriv.h
-pngrio.o: pngstruct.h
-pngrtran.o: png.h
-pngrtran.o: pngconf.h
-pngrtran.o: pngdebug.h
-pngrtran.o: pnginfo.h
-pngrtran.o: pnglibconf.h
-pngrtran.o: pngprefix.h
-pngrtran.o: pngpriv.h
-pngrtran.o: pngstruct.h
-pngrutil.o: png.h
-pngrutil.o: pngconf.h
-pngrutil.o: pngdebug.h
-pngrutil.o: pnginfo.h
-pngrutil.o: pnglibconf.h
-pngrutil.o: pngprefix.h
-pngrutil.o: pngpriv.h
-pngrutil.o: pngstruct.h
-pngset.o: png.h
-pngset.o: pngconf.h
-pngset.o: pngdebug.h
-pngset.o: pnginfo.h
-pngset.o: pnglibconf.h
-pngset.o: pngprefix.h
-pngset.o: pngpriv.h
-pngset.o: pngstruct.h
-pngtrans.o: png.h
-pngtrans.o: pngconf.h
-pngtrans.o: pngdebug.h
-pngtrans.o: pnginfo.h
-pngtrans.o: pnglibconf.h
-pngtrans.o: pngprefix.h
-pngtrans.o: pngpriv.h
-pngtrans.o: pngstruct.h
-pngwio.o: png.h
-pngwio.o: pngconf.h
-pngwio.o: pngdebug.h
-pngwio.o: pnginfo.h
-pngwio.o: pnglibconf.h
-pngwio.o: pngprefix.h
-pngwio.o: pngpriv.h
-pngwio.o: pngstruct.h
-pngwrite.o: png.h
-pngwrite.o: pngconf.h
-pngwrite.o: pngdebug.h
-pngwrite.o: pnginfo.h
-pngwrite.o: pnglibconf.h
-pngwrite.o: pngprefix.h
-pngwrite.o: pngpriv.h
-pngwrite.o: pngstruct.h
-pngwtran.o: png.h
-pngwtran.o: pngconf.h
-pngwtran.o: pngdebug.h
-pngwtran.o: pnginfo.h
-pngwtran.o: pnglibconf.h
-pngwtran.o: pngprefix.h
-pngwtran.o: pngpriv.h
-pngwtran.o: pngstruct.h
-pngwutil.o: png.h
-pngwutil.o: pngconf.h
-pngwutil.o: pngdebug.h
-pngwutil.o: pnginfo.h
-pngwutil.o: pnglibconf.h
-pngwutil.o: pngprefix.h
-pngwutil.o: pngpriv.h
-pngwutil.o: pngstruct.h
-powerpc/filter_vsx_intrinsics.o: png.h
-powerpc/filter_vsx_intrinsics.o: pngconf.h
-powerpc/filter_vsx_intrinsics.o: pngdebug.h
-powerpc/filter_vsx_intrinsics.o: pnginfo.h
-powerpc/filter_vsx_intrinsics.o: pnglibconf.h
-powerpc/filter_vsx_intrinsics.o: pngprefix.h
-powerpc/filter_vsx_intrinsics.o: pngpriv.h
-powerpc/filter_vsx_intrinsics.o: pngstruct.h
-powerpc/powerpc_init.o: png.h
-powerpc/powerpc_init.o: pngconf.h
-powerpc/powerpc_init.o: pngdebug.h
-powerpc/powerpc_init.o: pnginfo.h
-powerpc/powerpc_init.o: pnglibconf.h
-powerpc/powerpc_init.o: pngprefix.h
-powerpc/powerpc_init.o: pngpriv.h
-powerpc/powerpc_init.o: pngstruct.h