Blame


1 b2ce1dae 2024-03-30 thomas # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 b2ce1dae 2024-03-30 thomas # gotd/libexec/Makefile. Generated from Makefile.in by configure.
3 ce1bfad9 2024-03-30 thomas
4 b2ce1dae 2024-03-30 thomas # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5 b2ce1dae 2024-03-30 thomas
6 b2ce1dae 2024-03-30 thomas # This Makefile.in is free software; the Free Software Foundation
7 b2ce1dae 2024-03-30 thomas # gives unlimited permission to copy and/or distribute it,
8 b2ce1dae 2024-03-30 thomas # with or without modifications, as long as this notice is preserved.
9 b2ce1dae 2024-03-30 thomas
10 b2ce1dae 2024-03-30 thomas # This program is distributed in the hope that it will be useful,
11 b2ce1dae 2024-03-30 thomas # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 b2ce1dae 2024-03-30 thomas # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 b2ce1dae 2024-03-30 thomas # PARTICULAR PURPOSE.
14 b2ce1dae 2024-03-30 thomas
15 b2ce1dae 2024-03-30 thomas
16 b2ce1dae 2024-03-30 thomas
17 b2ce1dae 2024-03-30 thomas am__is_gnu_make = { \
18 b2ce1dae 2024-03-30 thomas if test -z '$(MAKELEVEL)'; then \
19 b2ce1dae 2024-03-30 thomas false; \
20 b2ce1dae 2024-03-30 thomas elif test -n '$(MAKE_HOST)'; then \
21 b2ce1dae 2024-03-30 thomas true; \
22 b2ce1dae 2024-03-30 thomas elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 b2ce1dae 2024-03-30 thomas true; \
24 b2ce1dae 2024-03-30 thomas else \
25 b2ce1dae 2024-03-30 thomas false; \
26 b2ce1dae 2024-03-30 thomas fi; \
27 b2ce1dae 2024-03-30 thomas }
28 b2ce1dae 2024-03-30 thomas am__make_running_with_option = \
29 b2ce1dae 2024-03-30 thomas case $${target_option-} in \
30 b2ce1dae 2024-03-30 thomas ?) ;; \
31 b2ce1dae 2024-03-30 thomas *) echo "am__make_running_with_option: internal error: invalid" \
32 b2ce1dae 2024-03-30 thomas "target option '$${target_option-}' specified" >&2; \
33 b2ce1dae 2024-03-30 thomas exit 1;; \
34 b2ce1dae 2024-03-30 thomas esac; \
35 b2ce1dae 2024-03-30 thomas has_opt=no; \
36 b2ce1dae 2024-03-30 thomas sane_makeflags=$$MAKEFLAGS; \
37 b2ce1dae 2024-03-30 thomas if $(am__is_gnu_make); then \
38 b2ce1dae 2024-03-30 thomas sane_makeflags=$$MFLAGS; \
39 b2ce1dae 2024-03-30 thomas else \
40 b2ce1dae 2024-03-30 thomas case $$MAKEFLAGS in \
41 b2ce1dae 2024-03-30 thomas *\\[\ \ ]*) \
42 b2ce1dae 2024-03-30 thomas bs=\\; \
43 b2ce1dae 2024-03-30 thomas sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 b2ce1dae 2024-03-30 thomas | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 b2ce1dae 2024-03-30 thomas esac; \
46 b2ce1dae 2024-03-30 thomas fi; \
47 b2ce1dae 2024-03-30 thomas skip_next=no; \
48 b2ce1dae 2024-03-30 thomas strip_trailopt () \
49 b2ce1dae 2024-03-30 thomas { \
50 b2ce1dae 2024-03-30 thomas flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 b2ce1dae 2024-03-30 thomas }; \
52 b2ce1dae 2024-03-30 thomas for flg in $$sane_makeflags; do \
53 b2ce1dae 2024-03-30 thomas test $$skip_next = yes && { skip_next=no; continue; }; \
54 b2ce1dae 2024-03-30 thomas case $$flg in \
55 b2ce1dae 2024-03-30 thomas *=*|--*) continue;; \
56 b2ce1dae 2024-03-30 thomas -*I) strip_trailopt 'I'; skip_next=yes;; \
57 b2ce1dae 2024-03-30 thomas -*I?*) strip_trailopt 'I';; \
58 b2ce1dae 2024-03-30 thomas -*O) strip_trailopt 'O'; skip_next=yes;; \
59 b2ce1dae 2024-03-30 thomas -*O?*) strip_trailopt 'O';; \
60 b2ce1dae 2024-03-30 thomas -*l) strip_trailopt 'l'; skip_next=yes;; \
61 b2ce1dae 2024-03-30 thomas -*l?*) strip_trailopt 'l';; \
62 b2ce1dae 2024-03-30 thomas -[dEDm]) skip_next=yes;; \
63 b2ce1dae 2024-03-30 thomas -[JT]) skip_next=yes;; \
64 b2ce1dae 2024-03-30 thomas esac; \
65 b2ce1dae 2024-03-30 thomas case $$flg in \
66 b2ce1dae 2024-03-30 thomas *$$target_option*) has_opt=yes; break;; \
67 b2ce1dae 2024-03-30 thomas esac; \
68 b2ce1dae 2024-03-30 thomas done; \
69 b2ce1dae 2024-03-30 thomas test $$has_opt = yes
70 b2ce1dae 2024-03-30 thomas am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 b2ce1dae 2024-03-30 thomas am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 b2ce1dae 2024-03-30 thomas pkgdatadir = $(datadir)/got-portable
73 b2ce1dae 2024-03-30 thomas pkgincludedir = $(includedir)/got-portable
74 b2ce1dae 2024-03-30 thomas pkglibdir = $(libdir)/got-portable
75 b2ce1dae 2024-03-30 thomas pkglibexecdir = $(libexecdir)/got-portable
76 b2ce1dae 2024-03-30 thomas am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 b2ce1dae 2024-03-30 thomas install_sh_DATA = $(install_sh) -c -m 644
78 b2ce1dae 2024-03-30 thomas install_sh_PROGRAM = $(install_sh) -c
79 b2ce1dae 2024-03-30 thomas install_sh_SCRIPT = $(install_sh) -c
80 b2ce1dae 2024-03-30 thomas INSTALL_HEADER = $(INSTALL_DATA)
81 b2ce1dae 2024-03-30 thomas transform = $(program_transform_name)
82 b2ce1dae 2024-03-30 thomas NORMAL_INSTALL = :
83 b2ce1dae 2024-03-30 thomas PRE_INSTALL = :
84 b2ce1dae 2024-03-30 thomas POST_INSTALL = :
85 b2ce1dae 2024-03-30 thomas NORMAL_UNINSTALL = :
86 b2ce1dae 2024-03-30 thomas PRE_UNINSTALL = :
87 b2ce1dae 2024-03-30 thomas POST_UNINSTALL = :
88 b2ce1dae 2024-03-30 thomas build_triplet = x86_64-pc-linux-gnu
89 b2ce1dae 2024-03-30 thomas host_triplet = x86_64-pc-linux-gnu
90 b2ce1dae 2024-03-30 thomas subdir = gotd/libexec
91 b2ce1dae 2024-03-30 thomas ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 b2ce1dae 2024-03-30 thomas am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93 b2ce1dae 2024-03-30 thomas am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94 b2ce1dae 2024-03-30 thomas $(ACLOCAL_M4)
95 b2ce1dae 2024-03-30 thomas DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96 b2ce1dae 2024-03-30 thomas mkinstalldirs = $(install_sh) -d
97 b2ce1dae 2024-03-30 thomas CONFIG_HEADER = $(top_builddir)/include/got_compat.h
98 b2ce1dae 2024-03-30 thomas CONFIG_CLEAN_FILES =
99 b2ce1dae 2024-03-30 thomas CONFIG_CLEAN_VPATH_FILES =
100 b2ce1dae 2024-03-30 thomas AM_V_P = $(am__v_P_$(V))
101 b2ce1dae 2024-03-30 thomas am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
102 b2ce1dae 2024-03-30 thomas am__v_P_0 = false
103 b2ce1dae 2024-03-30 thomas am__v_P_1 = :
104 b2ce1dae 2024-03-30 thomas AM_V_GEN = $(am__v_GEN_$(V))
105 b2ce1dae 2024-03-30 thomas am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
106 b2ce1dae 2024-03-30 thomas am__v_GEN_0 = @echo " GEN " $@;
107 b2ce1dae 2024-03-30 thomas am__v_GEN_1 =
108 b2ce1dae 2024-03-30 thomas AM_V_at = $(am__v_at_$(V))
109 b2ce1dae 2024-03-30 thomas am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
110 b2ce1dae 2024-03-30 thomas am__v_at_0 = @
111 b2ce1dae 2024-03-30 thomas am__v_at_1 =
112 b2ce1dae 2024-03-30 thomas SOURCES =
113 b2ce1dae 2024-03-30 thomas DIST_SOURCES =
114 b2ce1dae 2024-03-30 thomas RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115 b2ce1dae 2024-03-30 thomas ctags-recursive dvi-recursive html-recursive info-recursive \
116 b2ce1dae 2024-03-30 thomas install-data-recursive install-dvi-recursive \
117 b2ce1dae 2024-03-30 thomas install-exec-recursive install-html-recursive \
118 b2ce1dae 2024-03-30 thomas install-info-recursive install-pdf-recursive \
119 b2ce1dae 2024-03-30 thomas install-ps-recursive install-recursive installcheck-recursive \
120 b2ce1dae 2024-03-30 thomas installdirs-recursive pdf-recursive ps-recursive \
121 b2ce1dae 2024-03-30 thomas tags-recursive uninstall-recursive
122 b2ce1dae 2024-03-30 thomas am__can_run_installinfo = \
123 b2ce1dae 2024-03-30 thomas case $$AM_UPDATE_INFO_DIR in \
124 b2ce1dae 2024-03-30 thomas n|no|NO) false;; \
125 b2ce1dae 2024-03-30 thomas *) (install-info --version) >/dev/null 2>&1;; \
126 b2ce1dae 2024-03-30 thomas esac
127 b2ce1dae 2024-03-30 thomas RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
128 b2ce1dae 2024-03-30 thomas distclean-recursive maintainer-clean-recursive
129 b2ce1dae 2024-03-30 thomas am__recursive_targets = \
130 b2ce1dae 2024-03-30 thomas $(RECURSIVE_TARGETS) \
131 b2ce1dae 2024-03-30 thomas $(RECURSIVE_CLEAN_TARGETS) \
132 b2ce1dae 2024-03-30 thomas $(am__extra_recursive_targets)
133 b2ce1dae 2024-03-30 thomas AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
134 b2ce1dae 2024-03-30 thomas distdir distdir-am
135 b2ce1dae 2024-03-30 thomas am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
136 b2ce1dae 2024-03-30 thomas # Read a list of newline-separated strings from the standard input,
137 b2ce1dae 2024-03-30 thomas # and print each of them once, without duplicates. Input order is
138 b2ce1dae 2024-03-30 thomas # *not* preserved.
139 b2ce1dae 2024-03-30 thomas am__uniquify_input = $(AWK) '\
140 b2ce1dae 2024-03-30 thomas BEGIN { nonempty = 0; } \
141 b2ce1dae 2024-03-30 thomas { items[$$0] = 1; nonempty = 1; } \
142 b2ce1dae 2024-03-30 thomas END { if (nonempty) { for (i in items) print i; }; } \
143 b2ce1dae 2024-03-30 thomas '
144 b2ce1dae 2024-03-30 thomas # Make sure the list of sources is unique. This is necessary because,
145 b2ce1dae 2024-03-30 thomas # e.g., the same source file might be shared among _SOURCES variables
146 b2ce1dae 2024-03-30 thomas # for different programs/libraries.
147 b2ce1dae 2024-03-30 thomas am__define_uniq_tagged_files = \
148 b2ce1dae 2024-03-30 thomas list='$(am__tagged_files)'; \
149 b2ce1dae 2024-03-30 thomas unique=`for i in $$list; do \
150 b2ce1dae 2024-03-30 thomas if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
151 b2ce1dae 2024-03-30 thomas done | $(am__uniquify_input)`
152 b2ce1dae 2024-03-30 thomas DIST_SUBDIRS = $(SUBDIRS)
153 b2ce1dae 2024-03-30 thomas am__DIST_COMMON = $(srcdir)/Makefile.in
154 b2ce1dae 2024-03-30 thomas DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155 b2ce1dae 2024-03-30 thomas am__relativize = \
156 b2ce1dae 2024-03-30 thomas dir0=`pwd`; \
157 b2ce1dae 2024-03-30 thomas sed_first='s,^\([^/]*\)/.*$$,\1,'; \
158 b2ce1dae 2024-03-30 thomas sed_rest='s,^[^/]*/*,,'; \
159 b2ce1dae 2024-03-30 thomas sed_last='s,^.*/\([^/]*\)$$,\1,'; \
160 b2ce1dae 2024-03-30 thomas sed_butlast='s,/*[^/]*$$,,'; \
161 b2ce1dae 2024-03-30 thomas while test -n "$$dir1"; do \
162 b2ce1dae 2024-03-30 thomas first=`echo "$$dir1" | sed -e "$$sed_first"`; \
163 b2ce1dae 2024-03-30 thomas if test "$$first" != "."; then \
164 b2ce1dae 2024-03-30 thomas if test "$$first" = ".."; then \
165 b2ce1dae 2024-03-30 thomas dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
166 b2ce1dae 2024-03-30 thomas dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
167 b2ce1dae 2024-03-30 thomas else \
168 b2ce1dae 2024-03-30 thomas first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
169 b2ce1dae 2024-03-30 thomas if test "$$first2" = "$$first"; then \
170 b2ce1dae 2024-03-30 thomas dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
171 b2ce1dae 2024-03-30 thomas else \
172 b2ce1dae 2024-03-30 thomas dir2="../$$dir2"; \
173 b2ce1dae 2024-03-30 thomas fi; \
174 b2ce1dae 2024-03-30 thomas dir0="$$dir0"/"$$first"; \
175 b2ce1dae 2024-03-30 thomas fi; \
176 b2ce1dae 2024-03-30 thomas fi; \
177 b2ce1dae 2024-03-30 thomas dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
178 b2ce1dae 2024-03-30 thomas done; \
179 b2ce1dae 2024-03-30 thomas reldir="$$dir2"
180 b2ce1dae 2024-03-30 thomas ACLOCAL = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' aclocal-1.16
181 b2ce1dae 2024-03-30 thomas AMTAR = $${TAR-tar}
182 b2ce1dae 2024-03-30 thomas AM_CFLAGS =
183 b2ce1dae 2024-03-30 thomas AM_CPPFLAGS =
184 b2ce1dae 2024-03-30 thomas AM_DEFAULT_VERBOSITY = 1
185 b2ce1dae 2024-03-30 thomas AM_LDFLAGS =
186 b2ce1dae 2024-03-30 thomas AR = ar
187 b2ce1dae 2024-03-30 thomas AUTOCONF = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' autoconf
188 b2ce1dae 2024-03-30 thomas AUTOHEADER = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' autoheader
189 b2ce1dae 2024-03-30 thomas AUTOMAKE = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' automake-1.16
190 b2ce1dae 2024-03-30 thomas AWK = gawk
191 b2ce1dae 2024-03-30 thomas CC = gcc
192 b2ce1dae 2024-03-30 thomas CCDEPMODE = depmode=gcc3
193 b2ce1dae 2024-03-30 thomas CFLAGS = -g -O2
194 b2ce1dae 2024-03-30 thomas CPP = gcc -E
195 b2ce1dae 2024-03-30 thomas CPPFLAGS =
196 b2ce1dae 2024-03-30 thomas CSCOPE = cscope
197 b2ce1dae 2024-03-30 thomas CTAGS = ctags
198 b2ce1dae 2024-03-30 thomas CYGPATH_W = echo
199 b2ce1dae 2024-03-30 thomas DEFS = -DHAVE_CONFIG_H
200 b2ce1dae 2024-03-30 thomas DEPDIR = .deps
201 b2ce1dae 2024-03-30 thomas ECHO_C =
202 b2ce1dae 2024-03-30 thomas ECHO_N = -n
203 b2ce1dae 2024-03-30 thomas ECHO_T =
204 b2ce1dae 2024-03-30 thomas ETAGS = etags
205 b2ce1dae 2024-03-30 thomas EXEEXT =
206 b2ce1dae 2024-03-30 thomas GITWRAPPER_LIBEXEC_PATHC =
207 b2ce1dae 2024-03-30 thomas GOTD_EMPTY_PATHC =
208 b2ce1dae 2024-03-30 thomas GOT_RELEASE =
209 b2ce1dae 2024-03-30 thomas INSTALL = /usr/bin/install -c
210 b2ce1dae 2024-03-30 thomas INSTALL_DATA = ${INSTALL} -m 644
211 b2ce1dae 2024-03-30 thomas INSTALL_PROGRAM = ${INSTALL}
212 b2ce1dae 2024-03-30 thomas INSTALL_SCRIPT = ${INSTALL}
213 b2ce1dae 2024-03-30 thomas INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
214 b2ce1dae 2024-03-30 thomas LDFLAGS =
215 b2ce1dae 2024-03-30 thomas LIBBSD_CFLAGS = -isystem /usr/include/bsd -DLIBBSD_OVERLAY
216 b2ce1dae 2024-03-30 thomas LIBBSD_LIBS = -lbsd
217 b2ce1dae 2024-03-30 thomas LIBEVENT_CFLAGS =
218 b2ce1dae 2024-03-30 thomas LIBEVENT_CORE_CFLAGS =
219 b2ce1dae 2024-03-30 thomas LIBEVENT_CORE_LIBS = -levent_core
220 b2ce1dae 2024-03-30 thomas LIBEVENT_LIBS =
221 b2ce1dae 2024-03-30 thomas LIBMD_CFLAGS =
222 b2ce1dae 2024-03-30 thomas LIBMD_LIBS = -lmd
223 b2ce1dae 2024-03-30 thomas LIBNCURSES_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
224 b2ce1dae 2024-03-30 thomas LIBNCURSES_LIBS = -lncursesw
225 b2ce1dae 2024-03-30 thomas LIBOBJS = ${LIBOBJDIR}fmt_scaled$U.o ${LIBOBJDIR}freezero$U.o ${LIBOBJDIR}getdtablecount$U.o ${LIBOBJDIR}getprogname$U.o ${LIBOBJDIR}recallocarray$U.o ${LIBOBJDIR}strtonum$U.o ${LIBOBJDIR}getopt$U.o
226 b2ce1dae 2024-03-30 thomas LIBPANELW_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
227 b2ce1dae 2024-03-30 thomas LIBPANELW_LIBS = -lpanelw
228 b2ce1dae 2024-03-30 thomas LIBS =
229 b2ce1dae 2024-03-30 thomas LIBUUID_CFLAGS = -I/usr/include/uuid
230 b2ce1dae 2024-03-30 thomas LIBUUID_LIBS = -luuid
231 b2ce1dae 2024-03-30 thomas LN_S = ln -s
232 b2ce1dae 2024-03-30 thomas LTLIBOBJS = ${LIBOBJDIR}fmt_scaled$U.lo ${LIBOBJDIR}freezero$U.lo ${LIBOBJDIR}getdtablecount$U.lo ${LIBOBJDIR}getprogname$U.lo ${LIBOBJDIR}recallocarray$U.lo ${LIBOBJDIR}strtonum$U.lo ${LIBOBJDIR}getopt$U.lo
233 b2ce1dae 2024-03-30 thomas MAKEINFO = ${SHELL} '/home/n6tadam/p/got/got-portable/etc/missing' makeinfo
234 b2ce1dae 2024-03-30 thomas MKDIR_P = /usr/bin/mkdir -p
235 b2ce1dae 2024-03-30 thomas OBJEXT = o
236 b2ce1dae 2024-03-30 thomas PACKAGE = got-portable
237 b2ce1dae 2024-03-30 thomas PACKAGE_BUGREPORT = thomas@xteddy.org
238 b2ce1dae 2024-03-30 thomas PACKAGE_NAME = got-portable
239 b2ce1dae 2024-03-30 thomas PACKAGE_STRING = got-portable 0.97
240 b2ce1dae 2024-03-30 thomas PACKAGE_TARNAME = got-portable
241 b2ce1dae 2024-03-30 thomas PACKAGE_URL =
242 b2ce1dae 2024-03-30 thomas PACKAGE_VERSION = 0.97
243 b2ce1dae 2024-03-30 thomas PATH_SEPARATOR = :
244 b2ce1dae 2024-03-30 thomas PKG_CONFIG = /usr/bin/pkg-config
245 b2ce1dae 2024-03-30 thomas PKG_CONFIG_LIBDIR =
246 b2ce1dae 2024-03-30 thomas PKG_CONFIG_PATH =
247 b2ce1dae 2024-03-30 thomas PLATFORM = linux
248 b2ce1dae 2024-03-30 thomas RANLIB = ranlib
249 b2ce1dae 2024-03-30 thomas SET_MAKE =
250 b2ce1dae 2024-03-30 thomas SHELL = /bin/sh
251 b2ce1dae 2024-03-30 thomas STRIP =
252 b2ce1dae 2024-03-30 thomas VERSION = 0.97
253 b2ce1dae 2024-03-30 thomas YACC = bison -y
254 b2ce1dae 2024-03-30 thomas YFLAGS =
255 b2ce1dae 2024-03-30 thomas ZLIB_CFLAGS =
256 b2ce1dae 2024-03-30 thomas ZLIB_LIBS = -lz
257 b2ce1dae 2024-03-30 thomas abs_builddir = /home/n6tadam/p/got/got-portable/gotd/libexec
258 b2ce1dae 2024-03-30 thomas abs_srcdir = /home/n6tadam/p/got/got-portable/gotd/libexec
259 b2ce1dae 2024-03-30 thomas abs_top_builddir = /home/n6tadam/p/got/got-portable
260 b2ce1dae 2024-03-30 thomas abs_top_srcdir = /home/n6tadam/p/got/got-portable
261 b2ce1dae 2024-03-30 thomas ac_ct_AR = ar
262 b2ce1dae 2024-03-30 thomas ac_ct_CC = gcc
263 b2ce1dae 2024-03-30 thomas am__include = include
264 b2ce1dae 2024-03-30 thomas am__leading_dot = .
265 b2ce1dae 2024-03-30 thomas am__quote =
266 b2ce1dae 2024-03-30 thomas am__tar = $${TAR-tar} chof - "$$tardir"
267 b2ce1dae 2024-03-30 thomas am__untar = $${TAR-tar} xf -
268 b2ce1dae 2024-03-30 thomas bindir = ${exec_prefix}/bin
269 b2ce1dae 2024-03-30 thomas build = x86_64-pc-linux-gnu
270 b2ce1dae 2024-03-30 thomas build_alias =
271 b2ce1dae 2024-03-30 thomas build_cpu = x86_64
272 b2ce1dae 2024-03-30 thomas build_os = linux-gnu
273 b2ce1dae 2024-03-30 thomas build_vendor = pc
274 b2ce1dae 2024-03-30 thomas builddir = .
275 b2ce1dae 2024-03-30 thomas datadir = ${datarootdir}
276 b2ce1dae 2024-03-30 thomas datarootdir = ${prefix}/share
277 b2ce1dae 2024-03-30 thomas docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
278 b2ce1dae 2024-03-30 thomas dvidir = ${docdir}
279 b2ce1dae 2024-03-30 thomas exec_prefix = ${prefix}
280 b2ce1dae 2024-03-30 thomas host = x86_64-pc-linux-gnu
281 b2ce1dae 2024-03-30 thomas host_alias =
282 b2ce1dae 2024-03-30 thomas host_cpu = x86_64
283 b2ce1dae 2024-03-30 thomas host_os = linux-gnu
284 b2ce1dae 2024-03-30 thomas host_vendor = pc
285 b2ce1dae 2024-03-30 thomas htmldir = ${docdir}
286 b2ce1dae 2024-03-30 thomas includedir = ${prefix}/include
287 b2ce1dae 2024-03-30 thomas infodir = ${datarootdir}/info
288 b2ce1dae 2024-03-30 thomas install_sh = ${SHELL} /home/n6tadam/p/got/got-portable/etc/install-sh
289 b2ce1dae 2024-03-30 thomas libbsd_CFLAGS = -isystem /usr/include/bsd -DLIBBSD_OVERLAY
290 b2ce1dae 2024-03-30 thomas libbsd_LIBS = -lbsd
291 b2ce1dae 2024-03-30 thomas libdir = ${exec_prefix}/lib
292 b2ce1dae 2024-03-30 thomas libevent_CFLAGS =
293 b2ce1dae 2024-03-30 thomas libevent_LIBS = -levent_core
294 b2ce1dae 2024-03-30 thomas libexecdir = ${exec_prefix}/libexec
295 b2ce1dae 2024-03-30 thomas libmd_CFLAGS =
296 b2ce1dae 2024-03-30 thomas libmd_LIBS = -lmd
297 b2ce1dae 2024-03-30 thomas libncurses_CFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600
298 b2ce1dae 2024-03-30 thomas libncurses_LIBS = -lncursesw -lpanelw
299 b2ce1dae 2024-03-30 thomas libresolv_LIBS = -lresolv
300 b2ce1dae 2024-03-30 thomas libutil_LIBS =
301 b2ce1dae 2024-03-30 thomas libuuid_CFLAGS = -I/usr/include/uuid
302 b2ce1dae 2024-03-30 thomas libuuid_LIBS = -luuid
303 b2ce1dae 2024-03-30 thomas localedir = ${datarootdir}/locale
304 b2ce1dae 2024-03-30 thomas localstatedir = ${prefix}/var
305 b2ce1dae 2024-03-30 thomas mandir = ${datarootdir}/man
306 b2ce1dae 2024-03-30 thomas mkdir_p = $(MKDIR_P)
307 b2ce1dae 2024-03-30 thomas oldincludedir = /usr/include
308 b2ce1dae 2024-03-30 thomas pdfdir = ${docdir}
309 b2ce1dae 2024-03-30 thomas prefix = /usr/local
310 b2ce1dae 2024-03-30 thomas program_transform_name = s,x,x,
311 b2ce1dae 2024-03-30 thomas psdir = ${docdir}
312 b2ce1dae 2024-03-30 thomas runstatedir = ${localstatedir}/run
313 b2ce1dae 2024-03-30 thomas sbindir = ${exec_prefix}/sbin
314 b2ce1dae 2024-03-30 thomas sharedstatedir = ${prefix}/com
315 b2ce1dae 2024-03-30 thomas srcdir = .
316 b2ce1dae 2024-03-30 thomas subdirs = template
317 b2ce1dae 2024-03-30 thomas sysconfdir = ${prefix}/etc
318 b2ce1dae 2024-03-30 thomas target_alias =
319 b2ce1dae 2024-03-30 thomas top_build_prefix = ../../
320 b2ce1dae 2024-03-30 thomas top_builddir = ../..
321 b2ce1dae 2024-03-30 thomas top_srcdir = ../..
322 b2ce1dae 2024-03-30 thomas zlib_CFLAGS =
323 b2ce1dae 2024-03-30 thomas zlib_LIBS = -lz
324 b2ce1dae 2024-03-30 thomas SUBDIRS = got-notify-email
325 b2ce1dae 2024-03-30 thomas all: all-recursive
326 b2ce1dae 2024-03-30 thomas
327 b2ce1dae 2024-03-30 thomas .SUFFIXES:
328 b2ce1dae 2024-03-30 thomas $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
329 b2ce1dae 2024-03-30 thomas @for dep in $?; do \
330 b2ce1dae 2024-03-30 thomas case '$(am__configure_deps)' in \
331 b2ce1dae 2024-03-30 thomas *$$dep*) \
332 b2ce1dae 2024-03-30 thomas ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
333 b2ce1dae 2024-03-30 thomas && { if test -f $@; then exit 0; else break; fi; }; \
334 b2ce1dae 2024-03-30 thomas exit 1;; \
335 b2ce1dae 2024-03-30 thomas esac; \
336 b2ce1dae 2024-03-30 thomas done; \
337 b2ce1dae 2024-03-30 thomas echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gotd/libexec/Makefile'; \
338 b2ce1dae 2024-03-30 thomas $(am__cd) $(top_srcdir) && \
339 b2ce1dae 2024-03-30 thomas $(AUTOMAKE) --foreign gotd/libexec/Makefile
340 b2ce1dae 2024-03-30 thomas Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341 b2ce1dae 2024-03-30 thomas @case '$?' in \
342 b2ce1dae 2024-03-30 thomas *config.status*) \
343 b2ce1dae 2024-03-30 thomas cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
344 b2ce1dae 2024-03-30 thomas *) \
345 b2ce1dae 2024-03-30 thomas echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
346 b2ce1dae 2024-03-30 thomas cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
347 b2ce1dae 2024-03-30 thomas esac;
348 b2ce1dae 2024-03-30 thomas
349 b2ce1dae 2024-03-30 thomas $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350 b2ce1dae 2024-03-30 thomas cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351 b2ce1dae 2024-03-30 thomas
352 b2ce1dae 2024-03-30 thomas $(top_srcdir)/configure: $(am__configure_deps)
353 b2ce1dae 2024-03-30 thomas cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354 b2ce1dae 2024-03-30 thomas $(ACLOCAL_M4): $(am__aclocal_m4_deps)
355 b2ce1dae 2024-03-30 thomas cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356 b2ce1dae 2024-03-30 thomas $(am__aclocal_m4_deps):
357 b2ce1dae 2024-03-30 thomas
358 b2ce1dae 2024-03-30 thomas # This directory's subdirectories are mostly independent; you can cd
359 b2ce1dae 2024-03-30 thomas # into them and run 'make' without going through this Makefile.
360 b2ce1dae 2024-03-30 thomas # To change the values of 'make' variables: instead of editing Makefiles,
361 b2ce1dae 2024-03-30 thomas # (1) if the variable is set in 'config.status', edit 'config.status'
362 b2ce1dae 2024-03-30 thomas # (which will cause the Makefiles to be regenerated when you run 'make');
363 b2ce1dae 2024-03-30 thomas # (2) otherwise, pass the desired values on the 'make' command line.
364 b2ce1dae 2024-03-30 thomas $(am__recursive_targets):
365 b2ce1dae 2024-03-30 thomas @fail=; \
366 b2ce1dae 2024-03-30 thomas if $(am__make_keepgoing); then \
367 b2ce1dae 2024-03-30 thomas failcom='fail=yes'; \
368 b2ce1dae 2024-03-30 thomas else \
369 b2ce1dae 2024-03-30 thomas failcom='exit 1'; \
370 b2ce1dae 2024-03-30 thomas fi; \
371 b2ce1dae 2024-03-30 thomas dot_seen=no; \
372 b2ce1dae 2024-03-30 thomas target=`echo $@ | sed s/-recursive//`; \
373 b2ce1dae 2024-03-30 thomas case "$@" in \
374 b2ce1dae 2024-03-30 thomas distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
375 b2ce1dae 2024-03-30 thomas *) list='$(SUBDIRS)' ;; \
376 b2ce1dae 2024-03-30 thomas esac; \
377 b2ce1dae 2024-03-30 thomas for subdir in $$list; do \
378 b2ce1dae 2024-03-30 thomas echo "Making $$target in $$subdir"; \
379 b2ce1dae 2024-03-30 thomas if test "$$subdir" = "."; then \
380 b2ce1dae 2024-03-30 thomas dot_seen=yes; \
381 b2ce1dae 2024-03-30 thomas local_target="$$target-am"; \
382 b2ce1dae 2024-03-30 thomas else \
383 b2ce1dae 2024-03-30 thomas local_target="$$target"; \
384 b2ce1dae 2024-03-30 thomas fi; \
385 b2ce1dae 2024-03-30 thomas ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
386 b2ce1dae 2024-03-30 thomas || eval $$failcom; \
387 b2ce1dae 2024-03-30 thomas done; \
388 b2ce1dae 2024-03-30 thomas if test "$$dot_seen" = "no"; then \
389 b2ce1dae 2024-03-30 thomas $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
390 b2ce1dae 2024-03-30 thomas fi; test -z "$$fail"
391 b2ce1dae 2024-03-30 thomas
392 b2ce1dae 2024-03-30 thomas ID: $(am__tagged_files)
393 b2ce1dae 2024-03-30 thomas $(am__define_uniq_tagged_files); mkid -fID $$unique
394 b2ce1dae 2024-03-30 thomas tags: tags-recursive
395 b2ce1dae 2024-03-30 thomas TAGS: tags
396 b2ce1dae 2024-03-30 thomas
397 b2ce1dae 2024-03-30 thomas tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
398 b2ce1dae 2024-03-30 thomas set x; \
399 b2ce1dae 2024-03-30 thomas here=`pwd`; \
400 b2ce1dae 2024-03-30 thomas if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
401 b2ce1dae 2024-03-30 thomas include_option=--etags-include; \
402 b2ce1dae 2024-03-30 thomas empty_fix=.; \
403 b2ce1dae 2024-03-30 thomas else \
404 b2ce1dae 2024-03-30 thomas include_option=--include; \
405 b2ce1dae 2024-03-30 thomas empty_fix=; \
406 b2ce1dae 2024-03-30 thomas fi; \
407 b2ce1dae 2024-03-30 thomas list='$(SUBDIRS)'; for subdir in $$list; do \
408 b2ce1dae 2024-03-30 thomas if test "$$subdir" = .; then :; else \
409 b2ce1dae 2024-03-30 thomas test ! -f $$subdir/TAGS || \
410 b2ce1dae 2024-03-30 thomas set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
411 b2ce1dae 2024-03-30 thomas fi; \
412 b2ce1dae 2024-03-30 thomas done; \
413 b2ce1dae 2024-03-30 thomas $(am__define_uniq_tagged_files); \
414 b2ce1dae 2024-03-30 thomas shift; \
415 b2ce1dae 2024-03-30 thomas if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
416 b2ce1dae 2024-03-30 thomas test -n "$$unique" || unique=$$empty_fix; \
417 b2ce1dae 2024-03-30 thomas if test $$# -gt 0; then \
418 b2ce1dae 2024-03-30 thomas $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
419 b2ce1dae 2024-03-30 thomas "$$@" $$unique; \
420 b2ce1dae 2024-03-30 thomas else \
421 b2ce1dae 2024-03-30 thomas $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422 b2ce1dae 2024-03-30 thomas $$unique; \
423 b2ce1dae 2024-03-30 thomas fi; \
424 b2ce1dae 2024-03-30 thomas fi
425 b2ce1dae 2024-03-30 thomas ctags: ctags-recursive
426 b2ce1dae 2024-03-30 thomas
427 b2ce1dae 2024-03-30 thomas CTAGS: ctags
428 b2ce1dae 2024-03-30 thomas ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
429 b2ce1dae 2024-03-30 thomas $(am__define_uniq_tagged_files); \
430 b2ce1dae 2024-03-30 thomas test -z "$(CTAGS_ARGS)$$unique" \
431 b2ce1dae 2024-03-30 thomas || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
432 b2ce1dae 2024-03-30 thomas $$unique
433 b2ce1dae 2024-03-30 thomas
434 b2ce1dae 2024-03-30 thomas GTAGS:
435 b2ce1dae 2024-03-30 thomas here=`$(am__cd) $(top_builddir) && pwd` \
436 b2ce1dae 2024-03-30 thomas && $(am__cd) $(top_srcdir) \
437 b2ce1dae 2024-03-30 thomas && gtags -i $(GTAGS_ARGS) "$$here"
438 b2ce1dae 2024-03-30 thomas cscopelist: cscopelist-recursive
439 b2ce1dae 2024-03-30 thomas
440 b2ce1dae 2024-03-30 thomas cscopelist-am: $(am__tagged_files)
441 b2ce1dae 2024-03-30 thomas list='$(am__tagged_files)'; \
442 b2ce1dae 2024-03-30 thomas case "$(srcdir)" in \
443 b2ce1dae 2024-03-30 thomas [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
444 b2ce1dae 2024-03-30 thomas *) sdir=$(subdir)/$(srcdir) ;; \
445 b2ce1dae 2024-03-30 thomas esac; \
446 b2ce1dae 2024-03-30 thomas for i in $$list; do \
447 b2ce1dae 2024-03-30 thomas if test -f "$$i"; then \
448 b2ce1dae 2024-03-30 thomas echo "$(subdir)/$$i"; \
449 b2ce1dae 2024-03-30 thomas else \
450 b2ce1dae 2024-03-30 thomas echo "$$sdir/$$i"; \
451 b2ce1dae 2024-03-30 thomas fi; \
452 b2ce1dae 2024-03-30 thomas done >> $(top_builddir)/cscope.files
453 b2ce1dae 2024-03-30 thomas
454 b2ce1dae 2024-03-30 thomas distclean-tags:
455 b2ce1dae 2024-03-30 thomas -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
456 b2ce1dae 2024-03-30 thomas distdir: $(BUILT_SOURCES)
457 b2ce1dae 2024-03-30 thomas $(MAKE) $(AM_MAKEFLAGS) distdir-am
458 b2ce1dae 2024-03-30 thomas
459 b2ce1dae 2024-03-30 thomas distdir-am: $(DISTFILES)
460 b2ce1dae 2024-03-30 thomas @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461 b2ce1dae 2024-03-30 thomas topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462 b2ce1dae 2024-03-30 thomas list='$(DISTFILES)'; \
463 b2ce1dae 2024-03-30 thomas dist_files=`for file in $$list; do echo $$file; done | \
464 b2ce1dae 2024-03-30 thomas sed -e "s|^$$srcdirstrip/||;t" \
465 b2ce1dae 2024-03-30 thomas -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466 b2ce1dae 2024-03-30 thomas case $$dist_files in \
467 b2ce1dae 2024-03-30 thomas */*) $(MKDIR_P) `echo "$$dist_files" | \
468 b2ce1dae 2024-03-30 thomas sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469 b2ce1dae 2024-03-30 thomas sort -u` ;; \
470 b2ce1dae 2024-03-30 thomas esac; \
471 b2ce1dae 2024-03-30 thomas for file in $$dist_files; do \
472 b2ce1dae 2024-03-30 thomas if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473 b2ce1dae 2024-03-30 thomas if test -d $$d/$$file; then \
474 b2ce1dae 2024-03-30 thomas dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475 b2ce1dae 2024-03-30 thomas if test -d "$(distdir)/$$file"; then \
476 b2ce1dae 2024-03-30 thomas find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477 b2ce1dae 2024-03-30 thomas fi; \
478 b2ce1dae 2024-03-30 thomas if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479 b2ce1dae 2024-03-30 thomas cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480 b2ce1dae 2024-03-30 thomas find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481 b2ce1dae 2024-03-30 thomas fi; \
482 b2ce1dae 2024-03-30 thomas cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483 b2ce1dae 2024-03-30 thomas else \
484 b2ce1dae 2024-03-30 thomas test -f "$(distdir)/$$file" \
485 b2ce1dae 2024-03-30 thomas || cp -p $$d/$$file "$(distdir)/$$file" \
486 b2ce1dae 2024-03-30 thomas || exit 1; \
487 b2ce1dae 2024-03-30 thomas fi; \
488 b2ce1dae 2024-03-30 thomas done
489 b2ce1dae 2024-03-30 thomas @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
490 b2ce1dae 2024-03-30 thomas if test "$$subdir" = .; then :; else \
491 b2ce1dae 2024-03-30 thomas $(am__make_dryrun) \
492 b2ce1dae 2024-03-30 thomas || test -d "$(distdir)/$$subdir" \
493 b2ce1dae 2024-03-30 thomas || $(MKDIR_P) "$(distdir)/$$subdir" \
494 b2ce1dae 2024-03-30 thomas || exit 1; \
495 b2ce1dae 2024-03-30 thomas dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
496 b2ce1dae 2024-03-30 thomas $(am__relativize); \
497 b2ce1dae 2024-03-30 thomas new_distdir=$$reldir; \
498 b2ce1dae 2024-03-30 thomas dir1=$$subdir; dir2="$(top_distdir)"; \
499 b2ce1dae 2024-03-30 thomas $(am__relativize); \
500 b2ce1dae 2024-03-30 thomas new_top_distdir=$$reldir; \
501 b2ce1dae 2024-03-30 thomas echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
502 b2ce1dae 2024-03-30 thomas echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
503 b2ce1dae 2024-03-30 thomas ($(am__cd) $$subdir && \
504 b2ce1dae 2024-03-30 thomas $(MAKE) $(AM_MAKEFLAGS) \
505 b2ce1dae 2024-03-30 thomas top_distdir="$$new_top_distdir" \
506 b2ce1dae 2024-03-30 thomas distdir="$$new_distdir" \
507 b2ce1dae 2024-03-30 thomas am__remove_distdir=: \
508 b2ce1dae 2024-03-30 thomas am__skip_length_check=: \
509 b2ce1dae 2024-03-30 thomas am__skip_mode_fix=: \
510 b2ce1dae 2024-03-30 thomas distdir) \
511 b2ce1dae 2024-03-30 thomas || exit 1; \
512 b2ce1dae 2024-03-30 thomas fi; \
513 b2ce1dae 2024-03-30 thomas done
514 b2ce1dae 2024-03-30 thomas check-am: all-am
515 b2ce1dae 2024-03-30 thomas check: check-recursive
516 b2ce1dae 2024-03-30 thomas all-am: Makefile
517 b2ce1dae 2024-03-30 thomas installdirs: installdirs-recursive
518 b2ce1dae 2024-03-30 thomas installdirs-am:
519 b2ce1dae 2024-03-30 thomas install: install-recursive
520 b2ce1dae 2024-03-30 thomas install-exec: install-exec-recursive
521 b2ce1dae 2024-03-30 thomas install-data: install-data-recursive
522 b2ce1dae 2024-03-30 thomas uninstall: uninstall-recursive
523 b2ce1dae 2024-03-30 thomas
524 b2ce1dae 2024-03-30 thomas install-am: all-am
525 b2ce1dae 2024-03-30 thomas @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
526 b2ce1dae 2024-03-30 thomas
527 b2ce1dae 2024-03-30 thomas installcheck: installcheck-recursive
528 b2ce1dae 2024-03-30 thomas install-strip:
529 b2ce1dae 2024-03-30 thomas if test -z '$(STRIP)'; then \
530 b2ce1dae 2024-03-30 thomas $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
531 b2ce1dae 2024-03-30 thomas install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
532 b2ce1dae 2024-03-30 thomas install; \
533 b2ce1dae 2024-03-30 thomas else \
534 b2ce1dae 2024-03-30 thomas $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535 b2ce1dae 2024-03-30 thomas install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536 b2ce1dae 2024-03-30 thomas "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
537 b2ce1dae 2024-03-30 thomas fi
538 b2ce1dae 2024-03-30 thomas mostlyclean-generic:
539 b2ce1dae 2024-03-30 thomas
540 b2ce1dae 2024-03-30 thomas clean-generic:
541 b2ce1dae 2024-03-30 thomas
542 b2ce1dae 2024-03-30 thomas distclean-generic:
543 b2ce1dae 2024-03-30 thomas -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
544 b2ce1dae 2024-03-30 thomas -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
545 b2ce1dae 2024-03-30 thomas
546 b2ce1dae 2024-03-30 thomas maintainer-clean-generic:
547 b2ce1dae 2024-03-30 thomas @echo "This command is intended for maintainers to use"
548 b2ce1dae 2024-03-30 thomas @echo "it deletes files that may require special tools to rebuild."
549 b2ce1dae 2024-03-30 thomas clean: clean-recursive
550 b2ce1dae 2024-03-30 thomas
551 b2ce1dae 2024-03-30 thomas clean-am: clean-generic mostlyclean-am
552 b2ce1dae 2024-03-30 thomas
553 b2ce1dae 2024-03-30 thomas distclean: distclean-recursive
554 b2ce1dae 2024-03-30 thomas -rm -f Makefile
555 b2ce1dae 2024-03-30 thomas distclean-am: clean-am distclean-generic distclean-tags
556 b2ce1dae 2024-03-30 thomas
557 b2ce1dae 2024-03-30 thomas dvi: dvi-recursive
558 b2ce1dae 2024-03-30 thomas
559 b2ce1dae 2024-03-30 thomas dvi-am:
560 b2ce1dae 2024-03-30 thomas
561 b2ce1dae 2024-03-30 thomas html: html-recursive
562 b2ce1dae 2024-03-30 thomas
563 b2ce1dae 2024-03-30 thomas html-am:
564 b2ce1dae 2024-03-30 thomas
565 b2ce1dae 2024-03-30 thomas info: info-recursive
566 b2ce1dae 2024-03-30 thomas
567 b2ce1dae 2024-03-30 thomas info-am:
568 b2ce1dae 2024-03-30 thomas
569 b2ce1dae 2024-03-30 thomas install-data-am:
570 b2ce1dae 2024-03-30 thomas
571 b2ce1dae 2024-03-30 thomas install-dvi: install-dvi-recursive
572 b2ce1dae 2024-03-30 thomas
573 b2ce1dae 2024-03-30 thomas install-dvi-am:
574 b2ce1dae 2024-03-30 thomas
575 b2ce1dae 2024-03-30 thomas install-exec-am:
576 b2ce1dae 2024-03-30 thomas
577 b2ce1dae 2024-03-30 thomas install-html: install-html-recursive
578 b2ce1dae 2024-03-30 thomas
579 b2ce1dae 2024-03-30 thomas install-html-am:
580 b2ce1dae 2024-03-30 thomas
581 b2ce1dae 2024-03-30 thomas install-info: install-info-recursive
582 b2ce1dae 2024-03-30 thomas
583 b2ce1dae 2024-03-30 thomas install-info-am:
584 b2ce1dae 2024-03-30 thomas
585 b2ce1dae 2024-03-30 thomas install-man:
586 b2ce1dae 2024-03-30 thomas
587 b2ce1dae 2024-03-30 thomas install-pdf: install-pdf-recursive
588 b2ce1dae 2024-03-30 thomas
589 b2ce1dae 2024-03-30 thomas install-pdf-am:
590 b2ce1dae 2024-03-30 thomas
591 b2ce1dae 2024-03-30 thomas install-ps: install-ps-recursive
592 b2ce1dae 2024-03-30 thomas
593 b2ce1dae 2024-03-30 thomas install-ps-am:
594 b2ce1dae 2024-03-30 thomas
595 b2ce1dae 2024-03-30 thomas installcheck-am:
596 b2ce1dae 2024-03-30 thomas
597 b2ce1dae 2024-03-30 thomas maintainer-clean: maintainer-clean-recursive
598 b2ce1dae 2024-03-30 thomas -rm -f Makefile
599 b2ce1dae 2024-03-30 thomas maintainer-clean-am: distclean-am maintainer-clean-generic
600 b2ce1dae 2024-03-30 thomas
601 b2ce1dae 2024-03-30 thomas mostlyclean: mostlyclean-recursive
602 b2ce1dae 2024-03-30 thomas
603 b2ce1dae 2024-03-30 thomas mostlyclean-am: mostlyclean-generic
604 b2ce1dae 2024-03-30 thomas
605 b2ce1dae 2024-03-30 thomas pdf: pdf-recursive
606 b2ce1dae 2024-03-30 thomas
607 b2ce1dae 2024-03-30 thomas pdf-am:
608 b2ce1dae 2024-03-30 thomas
609 b2ce1dae 2024-03-30 thomas ps: ps-recursive
610 b2ce1dae 2024-03-30 thomas
611 b2ce1dae 2024-03-30 thomas ps-am:
612 b2ce1dae 2024-03-30 thomas
613 b2ce1dae 2024-03-30 thomas uninstall-am:
614 b2ce1dae 2024-03-30 thomas
615 b2ce1dae 2024-03-30 thomas .MAKE: $(am__recursive_targets) install-am install-strip
616 b2ce1dae 2024-03-30 thomas
617 b2ce1dae 2024-03-30 thomas .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
618 b2ce1dae 2024-03-30 thomas check-am clean clean-generic cscopelist-am ctags ctags-am \
619 b2ce1dae 2024-03-30 thomas distclean distclean-generic distclean-tags distdir dvi dvi-am \
620 b2ce1dae 2024-03-30 thomas html html-am info info-am install install-am install-data \
621 b2ce1dae 2024-03-30 thomas install-data-am install-dvi install-dvi-am install-exec \
622 b2ce1dae 2024-03-30 thomas install-exec-am install-html install-html-am install-info \
623 b2ce1dae 2024-03-30 thomas install-info-am install-man install-pdf install-pdf-am \
624 b2ce1dae 2024-03-30 thomas install-ps install-ps-am install-strip installcheck \
625 b2ce1dae 2024-03-30 thomas installcheck-am installdirs installdirs-am maintainer-clean \
626 b2ce1dae 2024-03-30 thomas maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
627 b2ce1dae 2024-03-30 thomas pdf-am ps ps-am tags tags-am uninstall uninstall-am
628 b2ce1dae 2024-03-30 thomas
629 b2ce1dae 2024-03-30 thomas .PRECIOUS: Makefile
630 b2ce1dae 2024-03-30 thomas
631 b2ce1dae 2024-03-30 thomas
632 b2ce1dae 2024-03-30 thomas # Tell versions [3.59,3.63) of GNU make to not export all variables.
633 b2ce1dae 2024-03-30 thomas # Otherwise a system limit (for SysV at least) may be exceeded.
634 b2ce1dae 2024-03-30 thomas .NOEXPORT: