This commit is contained in:
Олег Бородин
2023-09-21 11:50:15 +02:00
parent 818e64c2fc
commit 5edc2ec41e
4 changed files with 133 additions and 130 deletions

View File

@@ -86,8 +86,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = amd64-unknown-freebsd12.4
host_triplet = amd64-unknown-freebsd12.4
build_triplet = x86_64-pc-linux-gnu
host_triplet = x86_64-pc-linux-gnu
sbin_PROGRAMS = cworker$(EXEEXT)
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -237,25 +237,25 @@ distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print
ACLOCAL = ${SHELL} /home/ziggi/projects/cworker/missing aclocal
ACLOCAL = ${SHELL} /dat2/Projects/cworker/missing aclocal
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
APP_CACHEDIR = /home/ziggi/projects/cworker/cache
APP_CONFIGDIR = /home/ziggi/projects/cworker/
APP_DATABASEDIR = /home/ziggi/projects/cworker/data
APP_LIBDIR = /home/ziggi/projects/cworker/lib
APP_LOGDIR = /home/ziggi/projects/cworker/log
APP_RUNDIR = /home/ziggi/projects/cworker/run
APP_CACHEDIR = /dat2/Projects/cworker/cache
APP_CONFIGDIR = /dat2/Projects/cworker/
APP_DATABASEDIR = /dat2/Projects/cworker/data
APP_LIBDIR = /dat2/Projects/cworker/lib
APP_LOGDIR = /dat2/Projects/cworker/log
APP_RUNDIR = /dat2/Projects/cworker/run
APP_USER = ziggi
AR = ar
AUTOCONF = ${SHELL} /home/ziggi/projects/cworker/missing autoconf
AUTOHEADER = ${SHELL} /home/ziggi/projects/cworker/missing autoheader
AUTOMAKE = ${SHELL} /home/ziggi/projects/cworker/missing automake
AUTOCONF = ${SHELL} /dat2/Projects/cworker/missing autoconf
AUTOHEADER = ${SHELL} /dat2/Projects/cworker/missing autoheader
AUTOMAKE = ${SHELL} /dat2/Projects/cworker/missing automake
AWK = gawk
CC = clang
CCDEPMODE = depmode=none
CFLAGS = -g -O2
CP = /usr/local/bin/gcp
CP =
CPPFLAGS =
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
@@ -263,20 +263,20 @@ DEPDIR = .deps
DLLTOOL = false
DSYMUTIL =
DUMPBIN =
ECHO_C = \c
ECHO_N =
ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = /usr/bin/grep -E
EGREP = /bin/grep -E
EXEEXT =
FGREP = /usr/bin/grep -F
GREP = /usr/bin/grep
FGREP = /bin/grep -F
GREP = /bin/grep
HAVE_CP = true
INSTALL = /usr/bin/install -c
INSTALL = /bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LD = /usr/bin/ld
LD = /bin/ld -m elf_x86_64
LDFLAGS =
LIBOBJS =
LIBS =
@@ -286,10 +286,10 @@ LIPO =
LN_S = ln -s
LTLIBOBJS =
LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/ziggi/projects/cworker/missing makeinfo
MAKEINFO = ${SHELL} /dat2/Projects/cworker/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = /usr/local/bin/gmkdir -p
NM = /usr/bin/nm
MKDIR_P = /bin/mkdir -p
NM = /bin/nm -B
NMEDIT =
OBJDUMP = objdump
OBJEXT = o
@@ -304,16 +304,16 @@ PACKAGE_URL =
PACKAGE_VERSION = 0.0.1
PATH_SEPARATOR = :
RANLIB = ranlib
SED = /usr/local/bin/gsed
SED = /bin/sed
SET_MAKE =
SHELL = /bin/bash
STRIP = strip
VALGRIND = /usr/local/bin/valgrind
VALGRIND = /bin/valgrind
VERSION = 0.0.1
abs_builddir = /home/ziggi/projects/cworker
abs_srcdir = /home/ziggi/projects/cworker
abs_top_builddir = /home/ziggi/projects/cworker
abs_top_srcdir = /home/ziggi/projects/cworker
abs_builddir = /dat2/Projects/cworker
abs_srcdir = /dat2/Projects/cworker
abs_top_builddir = /dat2/Projects/cworker
abs_top_srcdir = /dat2/Projects/cworker
ac_ct_AR = ar
ac_ct_CC = clang
ac_ct_DUMPBIN =
@@ -322,35 +322,35 @@ am__leading_dot = .
am__quote =
am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
app_cachedir = /home/ziggi/projects/cworker/cache
app_configdir = /home/ziggi/projects/cworker/
app_databasedir = /home/ziggi/projects/cworker/data
app_libdir = /home/ziggi/projects/cworker/lib
app_logdir = /home/ziggi/projects/cworker/log
app_cachedir = /dat2/Projects/cworker/cache
app_configdir = /dat2/Projects/cworker/
app_databasedir = /dat2/Projects/cworker/data
app_libdir = /dat2/Projects/cworker/lib
app_logdir = /dat2/Projects/cworker/log
app_name = cworker
app_rundir = /home/ziggi/projects/cworker/run
app_rundir = /dat2/Projects/cworker/run
app_user = ziggi
bindir = ${exec_prefix}/bin
build = amd64-unknown-freebsd12.4
build = x86_64-pc-linux-gnu
build_alias =
build_cpu = amd64
build_os = freebsd12.4
build_vendor = unknown
build_cpu = x86_64
build_os = linux-gnu
build_vendor = pc
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = amd64-unknown-freebsd12.4
host = x86_64-pc-linux-gnu
host_alias =
host_cpu = amd64
host_os = freebsd12.4
host_vendor = unknown
host_cpu = x86_64
host_os = linux-gnu
host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /home/ziggi/projects/cworker/install-sh
install_sh = ${SHELL} /dat2/Projects/cworker/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale