@@ -70,10 +70,10 @@ am__make_running_with_option = \
7070 test $$has_opt = yes
7171am__make_dryrun = (target_option=n; $(am__make_running_with_option ) )
7272am__make_keepgoing = (target_option=k; $(am__make_running_with_option ) )
73- pkgdatadir = $(datadir ) /syscall_intercept
74- pkgincludedir = $(includedir ) /syscall_intercept
75- pkglibdir = $(libdir ) /syscall_intercept
76- pkglibexecdir = $(libexecdir ) /syscall_intercept
73+ pkgdatadir = $(datadir ) /syscall_interceptor
74+ pkgincludedir = $(includedir ) /syscall_interceptor
75+ pkglibdir = $(libdir ) /syscall_interceptor
76+ pkglibexecdir = $(libexecdir ) /syscall_interceptor
7777am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR ) " && cd
7878install_sh_DATA = $(install_sh ) -c -m 644
7979install_sh_PROGRAM = $(install_sh ) -c
@@ -86,8 +86,8 @@ POST_INSTALL = :
8686NORMAL_UNINSTALL = :
8787PRE_UNINSTALL = :
8888POST_UNINSTALL = :
89- build_triplet = amd64-unknown-freebsd14.0
90- host_triplet = amd64-unknown-freebsd14.0
89+ build_triplet = x86_64-pc-linux-gnu
90+ host_triplet = x86_64-pc-linux-gnu
9191subdir = .
9292ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
9393am__aclocal_m4_deps = $(top_srcdir ) /m4/libtool.m4 \
@@ -188,8 +188,8 @@ am__define_uniq_tagged_files = \
188188 done | $( am__uniquify_input) `
189189DIST_SUBDIRS = $(SUBDIRS )
190190am__DIST_COMMON = $(srcdir ) /Makefile.in $(srcdir ) /config.h.in README \
191- ar-lib compile config.guess config.sub install-sh ltmain. sh \
192- missing
191+ ar-lib compile config.guess config.sub depcomp install-sh \
192+ ltmain.sh missing
193193DISTFILES = $(DIST_COMMON ) $(DIST_SOURCES ) $(TEXINFOS ) $(EXTRA_DIST )
194194distdir = $(PACKAGE ) -$(VERSION )
195195top_distdir = $(distdir )
@@ -234,20 +234,25 @@ distuninstallcheck_listfiles = find . -type f -print
234234am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles ) \
235235 | sed 's|^\./|$(prefix ) /|' | grep -v '$(infodir ) /dir$$'
236236distcleancheck_listfiles = find . -type f -print
237- ACLOCAL = ${SHELL} '/home/xen/Projects/syscall-intercept /missing' aclocal-1.16
237+ ACLOCAL = ${SHELL} '/home/xen/Projects/syscall-interceptor /missing' aclocal-1.16
238238AMTAR = $${TAR-tar}
239239AM_DEFAULT_VERBOSITY = 1
240240AR = ar
241- AUTOCONF = ${SHELL} '/home/xen/Projects/syscall-intercept /missing' autoconf
242- AUTOHEADER = ${SHELL} '/home/xen/Projects/syscall-intercept /missing' autoheader
243- AUTOMAKE = ${SHELL} '/home/xen/Projects/syscall-intercept /missing' automake-1.16
241+ AUTOCONF = ${SHELL} '/home/xen/Projects/syscall-interceptor /missing' autoconf
242+ AUTOHEADER = ${SHELL} '/home/xen/Projects/syscall-interceptor /missing' autoheader
243+ AUTOMAKE = ${SHELL} '/home/xen/Projects/syscall-interceptor /missing' automake-1.16
244244AWK = gawk
245245CC = gcc
246246CCDEPMODE = depmode=gcc3
247247CFLAGS = -g -O2
248+ CPP = gcc -E
248249CPPFLAGS =
249250CSCOPE = cscope
250251CTAGS = ctags
252+ CXX = g++
253+ CXXCPP = g++ -E
254+ CXXDEPMODE = depmode=gcc3
255+ CXXFLAGS = -g -O2
251256CYGPATH_W = echo
252257DEFS = -DHAVE_CONFIG_H
253258DEPDIR = .deps
@@ -268,7 +273,7 @@ INSTALL_DATA = ${INSTALL} -m 644
268273INSTALL_PROGRAM = ${INSTALL}
269274INSTALL_SCRIPT = ${INSTALL}
270275INSTALL_STRIP_PROGRAM = $(install_sh ) -c -s
271- LD = /usr/local/ bin/ld
276+ LD = /usr/bin/ld -m elf_x86_64
272277LDFLAGS =
273278LIBOBJS =
274279LIBS =
@@ -277,20 +282,20 @@ LIPO =
277282LN_S = ln -s
278283LTLIBOBJS =
279284LT_SYS_LIBRARY_PATH =
280- MAKEINFO = ${SHELL} '/home/xen/Projects/syscall-intercept /missing' makeinfo
285+ MAKEINFO = ${SHELL} '/home/xen/Projects/syscall-interceptor /missing' makeinfo
281286MANIFEST_TOOL = :
282- MKDIR_P = ./install-sh -c -d
283- NM = /usr/local/ bin/nm -B
287+ MKDIR_P = /usr/bin/mkdir -p
288+ NM = /usr/bin/nm -B
284289NMEDIT =
285290OBJDUMP = objdump
286291OBJEXT = o
287292OTOOL =
288293OTOOL64 =
289- PACKAGE = syscall_intercept
294+ PACKAGE = syscall_interceptor
290295PACKAGE_BUGREPORT = axtlos@disroot.org
291- PACKAGE_NAME = syscall_intercept
292- PACKAGE_STRING = syscall_intercept 1.0
293- PACKAGE_TARNAME = syscall_intercept
296+ PACKAGE_NAME = syscall_interceptor
297+ PACKAGE_STRING = syscall_interceptor 1.0
298+ PACKAGE_TARNAME = syscall_interceptor
294299PACKAGE_URL =
295300PACKAGE_VERSION = 1.0
296301PATH_SEPARATOR = :
@@ -300,39 +305,40 @@ SET_MAKE =
300305SHELL = /bin/sh
301306STRIP = strip
302307VERSION = 1.0
303- abs_builddir = /home/xen/Projects/syscall-intercept
304- abs_srcdir = /home/xen/Projects/syscall-intercept
305- abs_top_builddir = /home/xen/Projects/syscall-intercept
306- abs_top_srcdir = /home/xen/Projects/syscall-intercept
308+ abs_builddir = /home/xen/Projects/syscall-interceptor
309+ abs_srcdir = /home/xen/Projects/syscall-interceptor
310+ abs_top_builddir = /home/xen/Projects/syscall-interceptor
311+ abs_top_srcdir = /home/xen/Projects/syscall-interceptor
307312ac_ct_AR = ar
308313ac_ct_CC = gcc
314+ ac_ct_CXX = g++
309315ac_ct_DUMPBIN =
310316am__include = include
311317am__leading_dot = .
312318am__quote =
313319am__tar = $${TAR-tar} chof - "$$tardir"
314320am__untar = $${TAR-tar} xf -
315321bindir = ${exec_prefix}/bin
316- build = amd64-unknown-freebsd14.0
322+ build = x86_64-pc-linux-gnu
317323build_alias =
318- build_cpu = amd64
319- build_os = freebsd14.0
320- build_vendor = unknown
324+ build_cpu = x86_64
325+ build_os = linux-gnu
326+ build_vendor = pc
321327builddir = .
322328datadir = ${datarootdir}
323329datarootdir = ${prefix}/share
324330docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
325331dvidir = ${docdir}
326332exec_prefix = ${prefix}
327- host = amd64-unknown-freebsd14.0
333+ host = x86_64-pc-linux-gnu
328334host_alias =
329- host_cpu = amd64
330- host_os = freebsd14.0
331- host_vendor = unknown
335+ host_cpu = x86_64
336+ host_os = linux-gnu
337+ host_vendor = pc
332338htmldir = ${docdir}
333339includedir = ${prefix}/include
334340infodir = ${datarootdir}/info
335- install_sh = ${SHELL} /home/xen/Projects/syscall-intercept /install-sh
341+ install_sh = ${SHELL} /home/xen/Projects/syscall-interceptor /install-sh
336342libdir = ${exec_prefix}/lib
337343libexecdir = ${exec_prefix}/libexec
338344localedir = ${datarootdir}/locale
0 commit comments