summaryrefslogtreecommitdiff
path: root/jpeg
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-06-10 12:32:19 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-06-10 12:32:19 +0200
commitd0874f10587f8c3efe1d8441c974dc8121256af9 (patch)
tree912713c72083ffac51a723772f0257ffcf77ed67 /jpeg
parent465789951f38610e08c5761ef4209b226f569100 (diff)
Reformat bundled lib 'makedepend' files
The new 'makedpend' format in the bundled libs is one line per dependency, sorted, like all the other makedepend files. libpng: add ARM platform files
Diffstat (limited to 'jpeg')
-rw-r--r--jpeg/Makefile8
-rw-r--r--jpeg/makedepend324
2 files changed, 283 insertions, 49 deletions
diff --git a/jpeg/Makefile b/jpeg/Makefile
index 9d0068fef..ac854d6c8 100644
--- a/jpeg/Makefile
+++ b/jpeg/Makefile
@@ -137,8 +137,12 @@ $(LIBJPEG): $(OBJS)
# Make dependencies...
#
-depend: $(OBJS:.o=.c)
- makedepend -Y -I.. -f makedepend $(OBJS:.o=.c)
+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
diff --git a/jpeg/makedepend b/jpeg/makedepend
index 78ba5373f..1738565ed 100644
--- a/jpeg/makedepend
+++ b/jpeg/makedepend
@@ -1,59 +1,289 @@
-# DO NOT DELETE
+# DO NOT DELETE THIS LINE -- make depend depends on it.
-jaricom.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcapimin.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcapistd.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcarith.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jccoefct.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jccolor.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcdctmgr.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jaricom.o: jconfig.h
+jaricom.o: jerror.h
+jaricom.o: jinclude.h
+jaricom.o: jmorecfg.h
+jaricom.o: jpegint.h
+jaricom.o: jpeglib.h
+jcapimin.o: jconfig.h
+jcapimin.o: jerror.h
+jcapimin.o: jinclude.h
+jcapimin.o: jmorecfg.h
+jcapimin.o: jpegint.h
+jcapimin.o: jpeglib.h
+jcapistd.o: jconfig.h
+jcapistd.o: jerror.h
+jcapistd.o: jinclude.h
+jcapistd.o: jmorecfg.h
+jcapistd.o: jpegint.h
+jcapistd.o: jpeglib.h
+jcarith.o: jconfig.h
+jcarith.o: jerror.h
+jcarith.o: jinclude.h
+jcarith.o: jmorecfg.h
+jcarith.o: jpegint.h
+jcarith.o: jpeglib.h
+jccoefct.o: jconfig.h
+jccoefct.o: jerror.h
+jccoefct.o: jinclude.h
+jccoefct.o: jmorecfg.h
+jccoefct.o: jpegint.h
+jccoefct.o: jpeglib.h
+jccolor.o: jconfig.h
+jccolor.o: jerror.h
+jccolor.o: jinclude.h
+jccolor.o: jmorecfg.h
+jccolor.o: jpegint.h
+jccolor.o: jpeglib.h
+jcdctmgr.o: jconfig.h
jcdctmgr.o: jdct.h
-jchuff.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcinit.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcmainct.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcmarker.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcmaster.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcomapi.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcparam.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcprepct.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jcsample.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jctrans.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdapimin.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdapistd.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdarith.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdatadst.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdatasrc.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdcoefct.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdcolor.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jddctmgr.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jcdctmgr.o: jerror.h
+jcdctmgr.o: jinclude.h
+jcdctmgr.o: jmorecfg.h
+jcdctmgr.o: jpegint.h
+jcdctmgr.o: jpeglib.h
+jchuff.o: jconfig.h
+jchuff.o: jerror.h
+jchuff.o: jinclude.h
+jchuff.o: jmorecfg.h
+jchuff.o: jpegint.h
+jchuff.o: jpeglib.h
+jcinit.o: jconfig.h
+jcinit.o: jerror.h
+jcinit.o: jinclude.h
+jcinit.o: jmorecfg.h
+jcinit.o: jpegint.h
+jcinit.o: jpeglib.h
+jcmainct.o: jconfig.h
+jcmainct.o: jerror.h
+jcmainct.o: jinclude.h
+jcmainct.o: jmorecfg.h
+jcmainct.o: jpegint.h
+jcmainct.o: jpeglib.h
+jcmarker.o: jconfig.h
+jcmarker.o: jerror.h
+jcmarker.o: jinclude.h
+jcmarker.o: jmorecfg.h
+jcmarker.o: jpegint.h
+jcmarker.o: jpeglib.h
+jcmaster.o: jconfig.h
+jcmaster.o: jerror.h
+jcmaster.o: jinclude.h
+jcmaster.o: jmorecfg.h
+jcmaster.o: jpegint.h
+jcmaster.o: jpeglib.h
+jcomapi.o: jconfig.h
+jcomapi.o: jerror.h
+jcomapi.o: jinclude.h
+jcomapi.o: jmorecfg.h
+jcomapi.o: jpegint.h
+jcomapi.o: jpeglib.h
+jcparam.o: jconfig.h
+jcparam.o: jerror.h
+jcparam.o: jinclude.h
+jcparam.o: jmorecfg.h
+jcparam.o: jpegint.h
+jcparam.o: jpeglib.h
+jcprepct.o: jconfig.h
+jcprepct.o: jerror.h
+jcprepct.o: jinclude.h
+jcprepct.o: jmorecfg.h
+jcprepct.o: jpegint.h
+jcprepct.o: jpeglib.h
+jcsample.o: jconfig.h
+jcsample.o: jerror.h
+jcsample.o: jinclude.h
+jcsample.o: jmorecfg.h
+jcsample.o: jpegint.h
+jcsample.o: jpeglib.h
+jctrans.o: jconfig.h
+jctrans.o: jerror.h
+jctrans.o: jinclude.h
+jctrans.o: jmorecfg.h
+jctrans.o: jpegint.h
+jctrans.o: jpeglib.h
+jdapimin.o: jconfig.h
+jdapimin.o: jerror.h
+jdapimin.o: jinclude.h
+jdapimin.o: jmorecfg.h
+jdapimin.o: jpegint.h
+jdapimin.o: jpeglib.h
+jdapistd.o: jconfig.h
+jdapistd.o: jerror.h
+jdapistd.o: jinclude.h
+jdapistd.o: jmorecfg.h
+jdapistd.o: jpegint.h
+jdapistd.o: jpeglib.h
+jdarith.o: jconfig.h
+jdarith.o: jerror.h
+jdarith.o: jinclude.h
+jdarith.o: jmorecfg.h
+jdarith.o: jpegint.h
+jdarith.o: jpeglib.h
+jdatadst.o: jconfig.h
+jdatadst.o: jerror.h
+jdatadst.o: jinclude.h
+jdatadst.o: jmorecfg.h
+jdatadst.o: jpegint.h
+jdatadst.o: jpeglib.h
+jdatasrc.o: jconfig.h
+jdatasrc.o: jerror.h
+jdatasrc.o: jinclude.h
+jdatasrc.o: jmorecfg.h
+jdatasrc.o: jpegint.h
+jdatasrc.o: jpeglib.h
+jdcoefct.o: jconfig.h
+jdcoefct.o: jerror.h
+jdcoefct.o: jinclude.h
+jdcoefct.o: jmorecfg.h
+jdcoefct.o: jpegint.h
+jdcoefct.o: jpeglib.h
+jdcolor.o: jconfig.h
+jdcolor.o: jerror.h
+jdcolor.o: jinclude.h
+jdcolor.o: jmorecfg.h
+jdcolor.o: jpegint.h
+jdcolor.o: jpeglib.h
+jddctmgr.o: jconfig.h
jddctmgr.o: jdct.h
-jdhuff.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdinput.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdmainct.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdmarker.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdmaster.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdmerge.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdpostct.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdsample.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jdtrans.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jerror.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jddctmgr.o: jerror.h
+jddctmgr.o: jinclude.h
+jddctmgr.o: jmorecfg.h
+jddctmgr.o: jpegint.h
+jddctmgr.o: jpeglib.h
+jdhuff.o: jconfig.h
+jdhuff.o: jerror.h
+jdhuff.o: jinclude.h
+jdhuff.o: jmorecfg.h
+jdhuff.o: jpegint.h
+jdhuff.o: jpeglib.h
+jdinput.o: jconfig.h
+jdinput.o: jerror.h
+jdinput.o: jinclude.h
+jdinput.o: jmorecfg.h
+jdinput.o: jpegint.h
+jdinput.o: jpeglib.h
+jdmainct.o: jconfig.h
+jdmainct.o: jerror.h
+jdmainct.o: jinclude.h
+jdmainct.o: jmorecfg.h
+jdmainct.o: jpegint.h
+jdmainct.o: jpeglib.h
+jdmarker.o: jconfig.h
+jdmarker.o: jerror.h
+jdmarker.o: jinclude.h
+jdmarker.o: jmorecfg.h
+jdmarker.o: jpegint.h
+jdmarker.o: jpeglib.h
+jdmaster.o: jconfig.h
+jdmaster.o: jerror.h
+jdmaster.o: jinclude.h
+jdmaster.o: jmorecfg.h
+jdmaster.o: jpegint.h
+jdmaster.o: jpeglib.h
+jdmerge.o: jconfig.h
+jdmerge.o: jerror.h
+jdmerge.o: jinclude.h
+jdmerge.o: jmorecfg.h
+jdmerge.o: jpegint.h
+jdmerge.o: jpeglib.h
+jdpostct.o: jconfig.h
+jdpostct.o: jerror.h
+jdpostct.o: jinclude.h
+jdpostct.o: jmorecfg.h
+jdpostct.o: jpegint.h
+jdpostct.o: jpeglib.h
+jdsample.o: jconfig.h
+jdsample.o: jerror.h
+jdsample.o: jinclude.h
+jdsample.o: jmorecfg.h
+jdsample.o: jpegint.h
+jdsample.o: jpeglib.h
+jdtrans.o: jconfig.h
+jdtrans.o: jerror.h
+jdtrans.o: jinclude.h
+jdtrans.o: jmorecfg.h
+jdtrans.o: jpegint.h
+jdtrans.o: jpeglib.h
+jerror.o: jconfig.h
+jerror.o: jerror.h
+jerror.o: jinclude.h
+jerror.o: jmorecfg.h
+jerror.o: jpegint.h
+jerror.o: jpeglib.h
jerror.o: jversion.h
-jfdctflt.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jfdctflt.o: jconfig.h
jfdctflt.o: jdct.h
-jfdctfst.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jfdctflt.o: jerror.h
+jfdctflt.o: jinclude.h
+jfdctflt.o: jmorecfg.h
+jfdctflt.o: jpegint.h
+jfdctflt.o: jpeglib.h
+jfdctfst.o: jconfig.h
jfdctfst.o: jdct.h
-jfdctint.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jfdctfst.o: jerror.h
+jfdctfst.o: jinclude.h
+jfdctfst.o: jmorecfg.h
+jfdctfst.o: jpegint.h
+jfdctfst.o: jpeglib.h
+jfdctint.o: jconfig.h
jfdctint.o: jdct.h
-jidctflt.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jfdctint.o: jerror.h
+jfdctint.o: jinclude.h
+jfdctint.o: jmorecfg.h
+jfdctint.o: jpegint.h
+jfdctint.o: jpeglib.h
+jidctflt.o: jconfig.h
jidctflt.o: jdct.h
-jidctfst.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jidctflt.o: jerror.h
+jidctflt.o: jinclude.h
+jidctflt.o: jmorecfg.h
+jidctflt.o: jpegint.h
+jidctflt.o: jpeglib.h
+jidctfst.o: jconfig.h
jidctfst.o: jdct.h
-jidctint.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jidctfst.o: jerror.h
+jidctfst.o: jinclude.h
+jidctfst.o: jmorecfg.h
+jidctfst.o: jpegint.h
+jidctfst.o: jpeglib.h
+jidctint.o: jconfig.h
jidctint.o: jdct.h
-jmemmgr.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jidctint.o: jerror.h
+jidctint.o: jinclude.h
+jidctint.o: jmorecfg.h
+jidctint.o: jpegint.h
+jidctint.o: jpeglib.h
+jmemmgr.o: jconfig.h
+jmemmgr.o: jerror.h
+jmemmgr.o: jinclude.h
jmemmgr.o: jmemsys.h
-jmemnobs.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jmemmgr.o: jmorecfg.h
+jmemmgr.o: jpegint.h
+jmemmgr.o: jpeglib.h
+jmemnobs.o: jconfig.h
+jmemnobs.o: jerror.h
+jmemnobs.o: jinclude.h
jmemnobs.o: jmemsys.h
-jquant1.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jquant2.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
-jutils.o: jinclude.h jconfig.h jpeglib.h jmorecfg.h jpegint.h jerror.h
+jmemnobs.o: jmorecfg.h
+jmemnobs.o: jpegint.h
+jmemnobs.o: jpeglib.h
+jquant1.o: jconfig.h
+jquant1.o: jerror.h
+jquant1.o: jinclude.h
+jquant1.o: jmorecfg.h
+jquant1.o: jpegint.h
+jquant1.o: jpeglib.h
+jquant2.o: jconfig.h
+jquant2.o: jerror.h
+jquant2.o: jinclude.h
+jquant2.o: jmorecfg.h
+jquant2.o: jpegint.h
+jquant2.o: jpeglib.h
+jutils.o: jconfig.h
+jutils.o: jerror.h
+jutils.o: jinclude.h
+jutils.o: jmorecfg.h
+jutils.o: jpegint.h
+jutils.o: jpeglib.h