summaryrefslogtreecommitdiff
path: root/base/jpeg.mak
Commit message (Collapse)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
|
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
|
* Sort tifftop.c dependency on jpeg headersChris Liddell2021-02-091-1/+1
| | | | Spotted in testing the Apple M1 Mac builds
* Change order of compiler options for third party libsChris Liddell2020-10-061-1/+1
| | | | | | | | | | | | | Move the compiler parameters around so the third party lib specific -I options come first - hopefully meaning we'll favor any included headers over those in the system include path(s). This assumes the compiler searched include directives given on the command line left to right. Apparently this used to be a problem, I've not found a recent compiler that breaks that assumption (yet!). This applies to: expat, freetype, ijs, jbig2dec, jpeg, jpegxr, openjpeg, png tiff and zlib
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
|
* Don't delete copied libjpeg source files after useghostpdl-9.52-test-base-1Chris Liddell2020-03-241-34/+34
| | | | | | | | | | For reasons I'm not totally convinced are still valid, we copy the libpeg source files into the build directory (normally 'obj') and compile them from there, then delete them. This apparently causes problems with oss-fuzz coverage builds, and it also makes debugging a pain, because the source files don't exist where the debug info thinks they should.
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
|
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
| | | | | | | | | Also update copyright dates. Remove gs_cmdl.ps as we no longer use it, and remove its entry from psfiles.htm. Remove xfonts.htm as this feature (xfont support) is long, long gone.
* Remove deprecated Pn macros for pre-ANSI compilersChris Liddell2016-05-201-1/+1
| | | | | These were, apparently, left in place for the benefit of libjpeg, but that has long since ceased to be necessary, so they were just clutter.
* Fix libjpeg jconfig.h dependencyChris Liddell2016-01-131-1/+1
| | | | | Our customised jconfig.h depends on our own arch.h header - add that to jpeg.mak
* Bug 696271: Fix a load of makefile dependencies.Chris Liddell2015-10-141-23/+23
| | | | | | | | | | | | A large number of targets weren't depending on the makefile in which they were defined. Almost no targets were dependent on the top level makefile. A significant number of targets were missing the "MAKEDIRS" dependency (which is specific to GNU make as an order-only prerequisite). No cluster differences
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+407
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.