Skip to content

Commit

Permalink
Bootstrapped the package for release v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
gerickson committed Jul 20, 2021
1 parent b9719d7 commit 860fa34
Show file tree
Hide file tree
Showing 23 changed files with 2,494 additions and 2,145 deletions.
107 changes: 52 additions & 55 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Makefile.in generated by automake 1.16.1 from Makefile.am.
# Makefile.in generated by automake 1.14.1 from Makefile.am.
# @configure_input@

# Copyright (C) 1994-2018 Free Software Foundation, Inc.
# Copyright (C) 1994-2013 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
Expand Down Expand Up @@ -37,17 +37,7 @@
#

VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
Expand Down Expand Up @@ -112,8 +102,30 @@ build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
subdir = .
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs \
$(dist_doc_DATA) \
third_party/nlbuild-autotools/repo/third_party/autoconf/ar-lib \
third_party/nlbuild-autotools/repo/third_party/autoconf/compile \
third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess \
third_party/nlbuild-autotools/repo/third_party/autoconf/config.sub \
third_party/nlbuild-autotools/repo/third_party/autoconf/depcomp \
third_party/nlbuild-autotools/repo/third_party/autoconf/install-sh \
third_party/nlbuild-autotools/repo/third_party/autoconf/missing \
third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs \
third_party/nlbuild-autotools/repo/third_party/autoconf/py-compile \
third_party/nlbuild-autotools/repo/third_party/autoconf/ltmain.sh \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/compile \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/config.sub \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/install-sh \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/ltmain.sh \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/ax_check_compiler.m4 \
am__aclocal_m4_deps = \
$(top_srcdir)/third_party/cycript/repo/m4/framework.m4 \
$(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/ax_check_compiler.m4 \
$(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_coverage.m4 \
$(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_coverage_reporting.m4 \
$(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/m4/nl_enable_debug.m4 \
Expand All @@ -134,8 +146,6 @@ am__aclocal_m4_deps = $(top_srcdir)/third_party/nlbuild-autotools/repo/autoconf/
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
$(am__configure_deps) $(dist_doc_DATA) $(am__DIST_COMMON)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(SHELL) \
Expand Down Expand Up @@ -206,7 +216,7 @@ am__recursive_targets = \
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
cscope distdir distdir-am dist dist-all distcheck
cscope distdir dist dist-all distcheck
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
Expand All @@ -228,24 +238,6 @@ ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/compile \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/config.sub \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/install-sh \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/ltmain.sh \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/missing \
$(top_srcdir)/third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs \
third_party/nlbuild-autotools/repo/third_party/autoconf/ar-lib \
third_party/nlbuild-autotools/repo/third_party/autoconf/compile \
third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess \
third_party/nlbuild-autotools/repo/third_party/autoconf/config.sub \
third_party/nlbuild-autotools/repo/third_party/autoconf/depcomp \
third_party/nlbuild-autotools/repo/third_party/autoconf/install-sh \
third_party/nlbuild-autotools/repo/third_party/autoconf/ltmain.sh \
third_party/nlbuild-autotools/repo/third_party/autoconf/missing \
third_party/nlbuild-autotools/repo/third_party/autoconf/mkinstalldirs \
third_party/nlbuild-autotools/repo/third_party/autoconf/py-compile
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -307,6 +299,9 @@ CFUTILITIES_CPPFLAGS = @CFUTILITIES_CPPFLAGS@
CFUTILITIES_LDFLAGS = @CFUTILITIES_LDFLAGS@
CFUTILITIES_LIBS = @CFUTILITIES_LIBS@
CFUTILITIES_SUBDIRS = @CFUTILITIES_SUBDIRS@
CF_CPPFLAGS = @CF_CPPFLAGS@
CF_LDFLAGS = @CF_LDFLAGS@
CF_LIBS = @CF_LIBS@
CLANG_FORMAT = @CLANG_FORMAT@
CMP = @CMP@
CPP = @CPP@
Expand Down Expand Up @@ -377,6 +372,9 @@ NMEDIT = @NMEDIT@
OBJCOPY = @OBJCOPY@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OPENHLX_CF_SOURCE = @OPENHLX_CF_SOURCE@
OPENHLX_CF_SOURCE_CFLITE = @OPENHLX_CF_SOURCE_CFLITE@
OPENHLX_CF_SOURCE_FRAMEWORK = @OPENHLX_CF_SOURCE_FRAMEWORK@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
Expand All @@ -398,6 +396,9 @@ SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
TRE_CPPFLAGS = @TRE_CPPFLAGS@
TRE_LDFLAGS = @TRE_LDFLAGS@
TRE_LIBS = @TRE_LIBS@
VERSION = $(PACKAGE_VERSION)
XMLTO = @XMLTO@
abs_builddir = @abs_builddir@
Expand Down Expand Up @@ -567,14 +568,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Expand Down Expand Up @@ -722,10 +724,7 @@ distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files

distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am

distdir-am: $(DISTFILES)
distdir: $(DISTFILES)
$(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Expand Down Expand Up @@ -793,7 +792,7 @@ distdir-am: $(DISTFILES)
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__post_remove_distdir)

dist-bzip2: distdir
Expand All @@ -809,17 +808,17 @@ dist-xz: distdir
$(am__post_remove_distdir)

dist-tarZ: distdir
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__post_remove_distdir)

dist-shar: distdir
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "Support for distribution archives compressed with" \
"legacy program 'compress' is deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
$(am__post_remove_distdir)

dist-zip: distdir
Expand All @@ -837,7 +836,7 @@ dist dist-all:
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
Expand All @@ -847,23 +846,23 @@ distcheck: dist
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
chmod -R a-w $(distdir)
chmod u+w $(distdir)
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
mkdir $(distdir)/_build $(distdir)/_inst
chmod a-w $(distdir)
test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& am__cwd=`pwd` \
&& $(am__cd) $(distdir)/_build/sub \
&& ../../configure \
&& $(am__cd) $(distdir)/_build \
&& ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
--srcdir=../.. --prefix="$$dc_install_base" \
--srcdir=.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
Expand Down Expand Up @@ -1049,8 +1048,6 @@ uninstall-am: uninstall-dist_docDATA
ps ps-am tags tags-am uninstall uninstall-am \
uninstall-dist_docDATA

.PRECIOUS: Makefile


include $(abs_top_nlbuild_autotools_dir)/automake/pre.am

Expand Down
Loading

0 comments on commit 860fa34

Please sign in to comment.