update thirdparty, add build script

This commit is contained in:
nillerusr
2020-11-04 04:02:29 +03:00
parent 85a22a3a92
commit 96dfacf659
2707 changed files with 519720 additions and 418397 deletions
+33 -33
View File
@@ -84,9 +84,9 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu
host_triplet = x86_64-unknown-linux-gnu
target_triplet = x86_64-unknown-linux-gnu
build_triplet = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
target_triplet = i686-pc-linux-gnu
am__append_1 = -Wl,--version-script=$(srcdir)/libjpeg.map
bin_PROGRAMS = cjpeg$(EXEEXT) djpeg$(EXEEXT) jpegtran$(EXEEXT) \
rdjpgcom$(EXEEXT) wrjpgcom$(EXEEXT)
@@ -243,19 +243,19 @@ ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
AM_RECURSIVE_TARGETS = cscope
ACLOCAL = ${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/missing aclocal-1.14
ACLOCAL = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/missing aclocal-1.14
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 0
AR = ar
AS = as
AUTOCONF = ${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/missing autoconf
AUTOCONF = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/missing autoconf
AUTOHEADER = echo autoheader ignored
AUTOMAKE = ${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/missing automake-1.14
AWK = mawk
CC = gcc
AUTOMAKE = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/missing automake-1.14
AWK = gawk
CC = gcc -std=gnu99
CCDEPMODE = depmode=gcc3
CFLAGS = -g -O2
CPP = gcc -E
CFLAGS = -m32 -Wno-narrowing
CPP = gcc -std=gnu99 -E
CPPFLAGS =
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
@@ -266,10 +266,10 @@ DUMPBIN =
ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = /bin/grep -E
EGREP = /usr/bin/grep -E
EXEEXT =
FGREP = /bin/grep -F
GREP = /bin/grep
FGREP = /usr/bin/grep -F
GREP = /usr/bin/grep
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
@@ -277,7 +277,7 @@ INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
JPEG_LIB_VERSION = 10:0:1
LD = /usr/bin/ld
LDFLAGS =
LDFLAGS = -m32
LIBOBJS =
LIBS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool
@@ -285,10 +285,10 @@ LIPO =
LN_S = ln -s
LTLIBOBJS =
MAINT = #
MAKEINFO = ${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/missing makeinfo
MAKEINFO = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/missing makeinfo
MANIFEST_TOOL = :
MEMORYMGR = jmemnobs
MKDIR_P = /bin/mkdir -p
MKDIR_P = /usr/bin/mkdir -p
NM = /usr/bin/nm -B
NMEDIT =
OBJDUMP = objdump
@@ -304,15 +304,15 @@ PACKAGE_URL =
PACKAGE_VERSION = 9.1.0
PATH_SEPARATOR = :
RANLIB = ranlib
SED = /bin/sed
SED = /usr/bin/sed
SET_MAKE =
SHELL = /bin/bash
SHELL = /bin/sh
STRIP = strip
VERSION = 9.1.0
abs_builddir = /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg
abs_srcdir = /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg
abs_top_builddir = /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg
abs_top_srcdir = /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg
abs_builddir = /home/nillerusr/projects/source-engine/thirdparty/libjpeg
abs_srcdir = /home/nillerusr/projects/source-engine/thirdparty/libjpeg
abs_top_builddir = /home/nillerusr/projects/source-engine/thirdparty/libjpeg
abs_top_srcdir = /home/nillerusr/projects/source-engine/thirdparty/libjpeg
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_DUMPBIN =
@@ -322,26 +322,26 @@ am__quote =
am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu
build_alias =
build_cpu = x86_64
build = i686-pc-linux-gnu
build_alias = i686-pc-linux-gnu
build_cpu = i686
build_os = linux-gnu
build_vendor = unknown
build_vendor = pc
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu
host = i686-pc-linux-gnu
host_alias =
host_cpu = x86_64
host_cpu = i686
host_os = linux-gnu
host_vendor = unknown
host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/jusic/source-engine-2018-hl2_src/thirdparty/libjpeg/install-sh
install_sh = ${SHELL} /home/nillerusr/projects/source-engine/thirdparty/libjpeg/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
@@ -357,11 +357,11 @@ sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = .
sysconfdir = ${prefix}/etc
target = x86_64-unknown-linux-gnu
target = i686-pc-linux-gnu
target_alias =
target_cpu = x86_64
target_cpu = i686
target_os = linux-gnu
target_vendor = unknown
target_vendor = pc
top_build_prefix =
top_builddir = .
top_srcdir = .