commit | author | age
|
929277
|
1 |
# Makefile.in generated by automake 1.16.4 from Makefile.am. |
4244cc
|
2 |
# Makefile. Generated from Makefile.in by configure. |
JS |
3 |
|
929277
|
4 |
# Copyright (C) 1994-2021 Free Software Foundation, Inc. |
JS |
5 |
|
4244cc
|
6 |
# This Makefile.in is free software; the Free Software Foundation |
JS |
7 |
# gives unlimited permission to copy and/or distribute it, |
|
8 |
# with or without modifications, as long as this notice is preserved. |
|
9 |
|
|
10 |
# This program is distributed in the hope that it will be useful, |
|
11 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|
12 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|
13 |
# PARTICULAR PURPOSE. |
|
14 |
|
|
15 |
|
|
16 |
|
|
17 |
# Makefile.am |
|
18 |
|
929277
|
19 |
am__is_gnu_make = { \ |
JS |
20 |
if test -z '$(MAKELEVEL)'; then \ |
|
21 |
false; \ |
|
22 |
elif test -n '$(MAKE_HOST)'; then \ |
|
23 |
true; \ |
|
24 |
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
25 |
true; \ |
|
26 |
else \ |
|
27 |
false; \ |
|
28 |
fi; \ |
|
29 |
} |
|
30 |
am__make_running_with_option = \ |
|
31 |
case $${target_option-} in \ |
|
32 |
?) ;; \ |
|
33 |
*) echo "am__make_running_with_option: internal error: invalid" \ |
|
34 |
"target option '$${target_option-}' specified" >&2; \ |
|
35 |
exit 1;; \ |
|
36 |
esac; \ |
|
37 |
has_opt=no; \ |
|
38 |
sane_makeflags=$$MAKEFLAGS; \ |
|
39 |
if $(am__is_gnu_make); then \ |
|
40 |
sane_makeflags=$$MFLAGS; \ |
|
41 |
else \ |
4244cc
|
42 |
case $$MAKEFLAGS in \ |
JS |
43 |
*\\[\ \ ]*) \ |
929277
|
44 |
bs=\\; \ |
JS |
45 |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
|
46 |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
4244cc
|
47 |
esac; \ |
929277
|
48 |
fi; \ |
JS |
49 |
skip_next=no; \ |
|
50 |
strip_trailopt () \ |
|
51 |
{ \ |
|
52 |
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
|
53 |
}; \ |
|
54 |
for flg in $$sane_makeflags; do \ |
|
55 |
test $$skip_next = yes && { skip_next=no; continue; }; \ |
|
56 |
case $$flg in \ |
|
57 |
*=*|--*) continue;; \ |
|
58 |
-*I) strip_trailopt 'I'; skip_next=yes;; \ |
|
59 |
-*I?*) strip_trailopt 'I';; \ |
|
60 |
-*O) strip_trailopt 'O'; skip_next=yes;; \ |
|
61 |
-*O?*) strip_trailopt 'O';; \ |
|
62 |
-*l) strip_trailopt 'l'; skip_next=yes;; \ |
|
63 |
-*l?*) strip_trailopt 'l';; \ |
|
64 |
-[dEDm]) skip_next=yes;; \ |
|
65 |
-[JT]) skip_next=yes;; \ |
|
66 |
esac; \ |
|
67 |
case $$flg in \ |
|
68 |
*$$target_option*) has_opt=yes; break;; \ |
|
69 |
esac; \ |
|
70 |
done; \ |
|
71 |
test $$has_opt = yes |
|
72 |
am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
|
73 |
am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
|
74 |
pkgdatadir = $(datadir)/g4export |
|
75 |
pkgincludedir = $(includedir)/g4export |
|
76 |
pkglibdir = $(libdir)/g4export |
|
77 |
pkglibexecdir = $(libexecdir)/g4export |
4244cc
|
78 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
JS |
79 |
install_sh_DATA = $(install_sh) -c -m 644 |
|
80 |
install_sh_PROGRAM = $(install_sh) -c |
|
81 |
install_sh_SCRIPT = $(install_sh) -c |
|
82 |
INSTALL_HEADER = $(INSTALL_DATA) |
|
83 |
transform = $(program_transform_name) |
|
84 |
NORMAL_INSTALL = : |
|
85 |
PRE_INSTALL = : |
|
86 |
POST_INSTALL = : |
|
87 |
NORMAL_UNINSTALL = : |
|
88 |
PRE_UNINSTALL = : |
|
89 |
POST_UNINSTALL = : |
|
90 |
subdir = . |
|
91 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
929277
|
92 |
am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
4244cc
|
93 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
JS |
94 |
$(ACLOCAL_M4) |
929277
|
95 |
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
JS |
96 |
$(am__configure_deps) $(am__DIST_COMMON) |
4244cc
|
97 |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
JS |
98 |
configure.lineno config.status.lineno |
|
99 |
mkinstalldirs = $(install_sh) -d |
|
100 |
CONFIG_HEADER = config.h |
|
101 |
CONFIG_CLEAN_FILES = |
|
102 |
CONFIG_CLEAN_VPATH_FILES = |
929277
|
103 |
AM_V_P = $(am__v_P_$(V)) |
JS |
104 |
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) |
|
105 |
am__v_P_0 = false |
|
106 |
am__v_P_1 = : |
|
107 |
AM_V_GEN = $(am__v_GEN_$(V)) |
|
108 |
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) |
|
109 |
am__v_GEN_0 = @echo " GEN " $@; |
|
110 |
am__v_GEN_1 = |
|
111 |
AM_V_at = $(am__v_at_$(V)) |
|
112 |
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) |
|
113 |
am__v_at_0 = @ |
|
114 |
am__v_at_1 = |
4244cc
|
115 |
SOURCES = |
JS |
116 |
DIST_SOURCES = |
929277
|
117 |
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ |
JS |
118 |
ctags-recursive dvi-recursive html-recursive info-recursive \ |
|
119 |
install-data-recursive install-dvi-recursive \ |
|
120 |
install-exec-recursive install-html-recursive \ |
|
121 |
install-info-recursive install-pdf-recursive \ |
|
122 |
install-ps-recursive install-recursive installcheck-recursive \ |
|
123 |
installdirs-recursive pdf-recursive ps-recursive \ |
|
124 |
tags-recursive uninstall-recursive |
4244cc
|
125 |
am__can_run_installinfo = \ |
JS |
126 |
case $$AM_UPDATE_INFO_DIR in \ |
|
127 |
n|no|NO) false;; \ |
|
128 |
*) (install-info --version) >/dev/null 2>&1;; \ |
|
129 |
esac |
|
130 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
|
131 |
distclean-recursive maintainer-clean-recursive |
929277
|
132 |
am__recursive_targets = \ |
JS |
133 |
$(RECURSIVE_TARGETS) \ |
|
134 |
$(RECURSIVE_CLEAN_TARGETS) \ |
|
135 |
$(am__extra_recursive_targets) |
|
136 |
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ |
|
137 |
cscope distdir distdir-am dist dist-all distcheck |
|
138 |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ |
|
139 |
config.h.in |
|
140 |
# Read a list of newline-separated strings from the standard input, |
|
141 |
# and print each of them once, without duplicates. Input order is |
|
142 |
# *not* preserved. |
|
143 |
am__uniquify_input = $(AWK) '\ |
|
144 |
BEGIN { nonempty = 0; } \ |
|
145 |
{ items[$$0] = 1; nonempty = 1; } \ |
|
146 |
END { if (nonempty) { for (i in items) print i; }; } \ |
|
147 |
' |
|
148 |
# Make sure the list of sources is unique. This is necessary because, |
|
149 |
# e.g., the same source file might be shared among _SOURCES variables |
|
150 |
# for different programs/libraries. |
|
151 |
am__define_uniq_tagged_files = \ |
|
152 |
list='$(am__tagged_files)'; \ |
|
153 |
unique=`for i in $$list; do \ |
|
154 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
155 |
done | $(am__uniquify_input)` |
4244cc
|
156 |
DIST_SUBDIRS = $(SUBDIRS) |
929277
|
157 |
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ |
JS |
158 |
COPYING ChangeLog INSTALL NEWS README compile config.guess \ |
|
159 |
config.sub depcomp install-sh missing |
4244cc
|
160 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
JS |
161 |
distdir = $(PACKAGE)-$(VERSION) |
|
162 |
top_distdir = $(distdir) |
|
163 |
am__remove_distdir = \ |
|
164 |
if test -d "$(distdir)"; then \ |
|
165 |
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
|
166 |
&& rm -rf "$(distdir)" \ |
|
167 |
|| { sleep 5 && rm -rf "$(distdir)"; }; \ |
|
168 |
else :; fi |
929277
|
169 |
am__post_remove_distdir = $(am__remove_distdir) |
4244cc
|
170 |
am__relativize = \ |
JS |
171 |
dir0=`pwd`; \ |
|
172 |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
|
173 |
sed_rest='s,^[^/]*/*,,'; \ |
|
174 |
sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
|
175 |
sed_butlast='s,/*[^/]*$$,,'; \ |
|
176 |
while test -n "$$dir1"; do \ |
|
177 |
first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
|
178 |
if test "$$first" != "."; then \ |
|
179 |
if test "$$first" = ".."; then \ |
|
180 |
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
|
181 |
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
|
182 |
else \ |
|
183 |
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
|
184 |
if test "$$first2" = "$$first"; then \ |
|
185 |
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
|
186 |
else \ |
|
187 |
dir2="../$$dir2"; \ |
|
188 |
fi; \ |
|
189 |
dir0="$$dir0"/"$$first"; \ |
|
190 |
fi; \ |
|
191 |
fi; \ |
|
192 |
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
|
193 |
done; \ |
|
194 |
reldir="$$dir2" |
|
195 |
DIST_ARCHIVES = $(distdir).tar.gz |
|
196 |
GZIP_ENV = --best |
929277
|
197 |
DIST_TARGETS = dist-gzip |
JS |
198 |
# Exists only to be overridden by the user if desired. |
|
199 |
AM_DISTCHECK_DVI_TARGET = dvi |
4244cc
|
200 |
distuninstallcheck_listfiles = find . -type f -print |
JS |
201 |
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ |
|
202 |
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' |
|
203 |
distcleancheck_listfiles = find . -type f -print |
929277
|
204 |
ACLOCAL = aclocal-1.16 |
4244cc
|
205 |
AMTAR = $${TAR-tar} |
929277
|
206 |
AM_DEFAULT_VERBOSITY = 1 |
JS |
207 |
AUTOCONF = autoconf |
|
208 |
AUTOHEADER = autoheader |
|
209 |
AUTOMAKE = automake-1.16 |
4244cc
|
210 |
AWK = mawk |
JS |
211 |
CC = gcc |
|
212 |
CCDEPMODE = depmode=gcc3 |
929277
|
213 |
CFLAGS = -g -O2 |
4244cc
|
214 |
CPP = gcc -E |
JS |
215 |
CPPFLAGS = |
929277
|
216 |
CSCOPE = cscope |
JS |
217 |
CTAGS = ctags |
4244cc
|
218 |
CXX = g++ |
JS |
219 |
CXXDEPMODE = depmode=gcc3 |
929277
|
220 |
CXXFLAGS = -g -O2 |
4244cc
|
221 |
CYGPATH_W = echo |
JS |
222 |
DEFS = -DHAVE_CONFIG_H |
|
223 |
DEPDIR = .deps |
|
224 |
ECHO_C = |
|
225 |
ECHO_N = -n |
|
226 |
ECHO_T = |
|
227 |
EGREP = /usr/bin/grep -E |
929277
|
228 |
ETAGS = etags |
4244cc
|
229 |
EXEEXT = |
JS |
230 |
GLEXT_CFLAGS = -pthread -I/usr/include/gtkglext-1.0 -I/usr/lib/x86_64-linux-gnu/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 |
|
231 |
GLEXT_LIBS = -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgdk-x11-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype |
|
232 |
GREP = /usr/bin/grep |
|
233 |
GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 |
|
234 |
GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype |
|
235 |
INSTALL = /usr/bin/install -c |
|
236 |
INSTALL_DATA = ${INSTALL} -m 644 |
|
237 |
INSTALL_PROGRAM = ${INSTALL} |
|
238 |
INSTALL_SCRIPT = ${INSTALL} |
|
239 |
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
|
240 |
LDFLAGS = |
|
241 |
LIBOBJS = |
929277
|
242 |
LIBS = -lG4Track -lm |
4244cc
|
243 |
LTLIBOBJS = |
929277
|
244 |
MAKEINFO = makeinfo |
4244cc
|
245 |
MKDIR_P = /usr/bin/mkdir -p |
JS |
246 |
OBJEXT = o |
929277
|
247 |
PACKAGE = g4export |
4244cc
|
248 |
PACKAGE_BUGREPORT = help@polhemus.com |
929277
|
249 |
PACKAGE_NAME = g4export |
JS |
250 |
PACKAGE_STRING = g4export 1.0.0 |
|
251 |
PACKAGE_TARNAME = g4export |
4244cc
|
252 |
PACKAGE_URL = |
JS |
253 |
PACKAGE_VERSION = 1.0.0 |
|
254 |
PATH_SEPARATOR = : |
|
255 |
PKG_CONFIG = /usr/bin/pkg-config |
|
256 |
PKG_CONFIG_LIBDIR = |
|
257 |
PKG_CONFIG_PATH = |
|
258 |
SET_MAKE = |
|
259 |
SHELL = /bin/bash |
|
260 |
STRIP = |
|
261 |
VERSION = 1.0.0 |
|
262 |
abs_builddir = /home/janis/git/g4export |
|
263 |
abs_srcdir = /home/janis/git/g4export |
|
264 |
abs_top_builddir = /home/janis/git/g4export |
|
265 |
abs_top_srcdir = /home/janis/git/g4export |
|
266 |
ac_ct_CC = gcc |
|
267 |
ac_ct_CXX = g++ |
|
268 |
am__include = include |
|
269 |
am__leading_dot = . |
|
270 |
am__quote = |
|
271 |
am__tar = $${TAR-tar} chof - "$$tardir" |
|
272 |
am__untar = $${TAR-tar} xf - |
|
273 |
bindir = ${exec_prefix}/bin |
|
274 |
build_alias = |
|
275 |
builddir = . |
|
276 |
datadir = ${datarootdir} |
|
277 |
datarootdir = ${prefix}/share |
|
278 |
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} |
|
279 |
dvidir = ${docdir} |
|
280 |
exec_prefix = ${prefix} |
|
281 |
host_alias = |
|
282 |
htmldir = ${docdir} |
|
283 |
includedir = ${prefix}/include |
|
284 |
infodir = ${datarootdir}/info |
|
285 |
install_sh = ${SHELL} /home/janis/git/g4export/install-sh |
|
286 |
libdir = ${exec_prefix}/lib |
|
287 |
libexecdir = ${exec_prefix}/libexec |
|
288 |
localedir = ${datarootdir}/locale |
|
289 |
localstatedir = ${prefix}/var |
|
290 |
mandir = ${datarootdir}/man |
929277
|
291 |
mkdir_p = $(MKDIR_P) |
4244cc
|
292 |
oldincludedir = /usr/include |
JS |
293 |
pdfdir = ${docdir} |
|
294 |
prefix = /usr/local |
|
295 |
program_transform_name = s,x,x, |
|
296 |
psdir = ${docdir} |
929277
|
297 |
runstatedir = ${localstatedir}/run |
4244cc
|
298 |
sbindir = ${exec_prefix}/sbin |
JS |
299 |
sharedstatedir = ${prefix}/com |
|
300 |
srcdir = . |
|
301 |
sysconfdir = ${prefix}/etc |
|
302 |
target_alias = |
|
303 |
top_build_prefix = |
|
304 |
top_builddir = . |
|
305 |
top_srcdir = . |
|
306 |
SUBDIRS = src |
|
307 |
ACLOCAL_AMFLAGS = -I M4 |
|
308 |
all: config.h |
|
309 |
$(MAKE) $(AM_MAKEFLAGS) all-recursive |
|
310 |
|
|
311 |
.SUFFIXES: |
|
312 |
am--refresh: Makefile |
|
313 |
@: |
|
314 |
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
315 |
@for dep in $?; do \ |
|
316 |
case '$(am__configure_deps)' in \ |
|
317 |
*$$dep*) \ |
|
318 |
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
|
319 |
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
|
320 |
&& exit 0; \ |
|
321 |
exit 1;; \ |
|
322 |
esac; \ |
|
323 |
done; \ |
|
324 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
|
325 |
$(am__cd) $(top_srcdir) && \ |
|
326 |
$(AUTOMAKE) --gnu Makefile |
|
327 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
328 |
@case '$?' in \ |
|
329 |
*config.status*) \ |
|
330 |
echo ' $(SHELL) ./config.status'; \ |
|
331 |
$(SHELL) ./config.status;; \ |
|
332 |
*) \ |
929277
|
333 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ |
JS |
334 |
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ |
4244cc
|
335 |
esac; |
JS |
336 |
|
|
337 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
338 |
$(SHELL) ./config.status --recheck |
|
339 |
|
|
340 |
$(top_srcdir)/configure: $(am__configure_deps) |
|
341 |
$(am__cd) $(srcdir) && $(AUTOCONF) |
|
342 |
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
343 |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
|
344 |
$(am__aclocal_m4_deps): |
|
345 |
|
|
346 |
config.h: stamp-h1 |
929277
|
347 |
@test -f $@ || rm -f stamp-h1 |
JS |
348 |
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 |
4244cc
|
349 |
|
JS |
350 |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
|
351 |
@rm -f stamp-h1 |
|
352 |
cd $(top_builddir) && $(SHELL) ./config.status config.h |
|
353 |
$(srcdir)/config.h.in: $(am__configure_deps) |
|
354 |
($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
|
355 |
rm -f stamp-h1 |
|
356 |
touch $@ |
|
357 |
|
|
358 |
distclean-hdr: |
|
359 |
-rm -f config.h stamp-h1 |
|
360 |
|
|
361 |
# This directory's subdirectories are mostly independent; you can cd |
929277
|
362 |
# into them and run 'make' without going through this Makefile. |
JS |
363 |
# To change the values of 'make' variables: instead of editing Makefiles, |
|
364 |
# (1) if the variable is set in 'config.status', edit 'config.status' |
|
365 |
# (which will cause the Makefiles to be regenerated when you run 'make'); |
|
366 |
# (2) otherwise, pass the desired values on the 'make' command line. |
|
367 |
$(am__recursive_targets): |
|
368 |
@fail=; \ |
|
369 |
if $(am__make_keepgoing); then \ |
|
370 |
failcom='fail=yes'; \ |
|
371 |
else \ |
|
372 |
failcom='exit 1'; \ |
|
373 |
fi; \ |
4244cc
|
374 |
dot_seen=no; \ |
JS |
375 |
target=`echo $@ | sed s/-recursive//`; \ |
929277
|
376 |
case "$@" in \ |
JS |
377 |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
378 |
*) list='$(SUBDIRS)' ;; \ |
|
379 |
esac; \ |
|
380 |
for subdir in $$list; do \ |
4244cc
|
381 |
echo "Making $$target in $$subdir"; \ |
JS |
382 |
if test "$$subdir" = "."; then \ |
|
383 |
dot_seen=yes; \ |
|
384 |
local_target="$$target-am"; \ |
|
385 |
else \ |
|
386 |
local_target="$$target"; \ |
|
387 |
fi; \ |
|
388 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
389 |
|| eval $$failcom; \ |
|
390 |
done; \ |
|
391 |
if test "$$dot_seen" = "no"; then \ |
|
392 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
|
393 |
fi; test -z "$$fail" |
|
394 |
|
929277
|
395 |
ID: $(am__tagged_files) |
JS |
396 |
$(am__define_uniq_tagged_files); mkid -fID $$unique |
|
397 |
tags: tags-recursive |
|
398 |
TAGS: tags |
4244cc
|
399 |
|
929277
|
400 |
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
4244cc
|
401 |
set x; \ |
JS |
402 |
here=`pwd`; \ |
|
403 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
|
404 |
include_option=--etags-include; \ |
|
405 |
empty_fix=.; \ |
|
406 |
else \ |
|
407 |
include_option=--include; \ |
|
408 |
empty_fix=; \ |
|
409 |
fi; \ |
|
410 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
411 |
if test "$$subdir" = .; then :; else \ |
|
412 |
test ! -f $$subdir/TAGS || \ |
|
413 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
|
414 |
fi; \ |
|
415 |
done; \ |
929277
|
416 |
$(am__define_uniq_tagged_files); \ |
4244cc
|
417 |
shift; \ |
JS |
418 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
|
419 |
test -n "$$unique" || unique=$$empty_fix; \ |
|
420 |
if test $$# -gt 0; then \ |
|
421 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|
422 |
"$$@" $$unique; \ |
|
423 |
else \ |
|
424 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|
425 |
$$unique; \ |
|
426 |
fi; \ |
|
427 |
fi |
929277
|
428 |
ctags: ctags-recursive |
JS |
429 |
|
|
430 |
CTAGS: ctags |
|
431 |
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
|
432 |
$(am__define_uniq_tagged_files); \ |
4244cc
|
433 |
test -z "$(CTAGS_ARGS)$$unique" \ |
JS |
434 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|
435 |
$$unique |
|
436 |
|
|
437 |
GTAGS: |
|
438 |
here=`$(am__cd) $(top_builddir) && pwd` \ |
|
439 |
&& $(am__cd) $(top_srcdir) \ |
|
440 |
&& gtags -i $(GTAGS_ARGS) "$$here" |
929277
|
441 |
cscope: cscope.files |
JS |
442 |
test ! -s cscope.files \ |
|
443 |
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) |
|
444 |
clean-cscope: |
|
445 |
-rm -f cscope.files |
|
446 |
cscope.files: clean-cscope cscopelist |
|
447 |
cscopelist: cscopelist-recursive |
|
448 |
|
|
449 |
cscopelist-am: $(am__tagged_files) |
|
450 |
list='$(am__tagged_files)'; \ |
|
451 |
case "$(srcdir)" in \ |
|
452 |
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
453 |
*) sdir=$(subdir)/$(srcdir) ;; \ |
|
454 |
esac; \ |
|
455 |
for i in $$list; do \ |
|
456 |
if test -f "$$i"; then \ |
|
457 |
echo "$(subdir)/$$i"; \ |
|
458 |
else \ |
|
459 |
echo "$$sdir/$$i"; \ |
|
460 |
fi; \ |
|
461 |
done >> $(top_builddir)/cscope.files |
4244cc
|
462 |
|
JS |
463 |
distclean-tags: |
|
464 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
929277
|
465 |
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files |
JS |
466 |
distdir: $(BUILT_SOURCES) |
|
467 |
$(MAKE) $(AM_MAKEFLAGS) distdir-am |
4244cc
|
468 |
|
929277
|
469 |
distdir-am: $(DISTFILES) |
4244cc
|
470 |
$(am__remove_distdir) |
JS |
471 |
test -d "$(distdir)" || mkdir "$(distdir)" |
|
472 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
473 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
|
474 |
list='$(DISTFILES)'; \ |
|
475 |
dist_files=`for file in $$list; do echo $$file; done | \ |
|
476 |
sed -e "s|^$$srcdirstrip/||;t" \ |
|
477 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
|
478 |
case $$dist_files in \ |
|
479 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \ |
|
480 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
|
481 |
sort -u` ;; \ |
|
482 |
esac; \ |
|
483 |
for file in $$dist_files; do \ |
|
484 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|
485 |
if test -d $$d/$$file; then \ |
|
486 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|
487 |
if test -d "$(distdir)/$$file"; then \ |
|
488 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|
489 |
fi; \ |
|
490 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|
491 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
|
492 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
|
493 |
fi; \ |
|
494 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
|
495 |
else \ |
|
496 |
test -f "$(distdir)/$$file" \ |
|
497 |
|| cp -p $$d/$$file "$(distdir)/$$file" \ |
|
498 |
|| exit 1; \ |
|
499 |
fi; \ |
|
500 |
done |
|
501 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
|
502 |
if test "$$subdir" = .; then :; else \ |
|
503 |
$(am__make_dryrun) \ |
|
504 |
|| test -d "$(distdir)/$$subdir" \ |
|
505 |
|| $(MKDIR_P) "$(distdir)/$$subdir" \ |
|
506 |
|| exit 1; \ |
|
507 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
|
508 |
$(am__relativize); \ |
|
509 |
new_distdir=$$reldir; \ |
|
510 |
dir1=$$subdir; dir2="$(top_distdir)"; \ |
|
511 |
$(am__relativize); \ |
|
512 |
new_top_distdir=$$reldir; \ |
|
513 |
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
|
514 |
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
|
515 |
($(am__cd) $$subdir && \ |
|
516 |
$(MAKE) $(AM_MAKEFLAGS) \ |
|
517 |
top_distdir="$$new_top_distdir" \ |
|
518 |
distdir="$$new_distdir" \ |
|
519 |
am__remove_distdir=: \ |
|
520 |
am__skip_length_check=: \ |
|
521 |
am__skip_mode_fix=: \ |
|
522 |
distdir) \ |
|
523 |
|| exit 1; \ |
|
524 |
fi; \ |
|
525 |
done |
|
526 |
-test -n "$(am__skip_mode_fix)" \ |
|
527 |
|| find "$(distdir)" -type d ! -perm -755 \ |
|
528 |
-exec chmod u+rwx,go+rx {} \; -o \ |
|
529 |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
|
530 |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
|
531 |
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
|
532 |
|| chmod -R a+r "$(distdir)" |
|
533 |
dist-gzip: distdir |
929277
|
534 |
tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz |
JS |
535 |
$(am__post_remove_distdir) |
4244cc
|
536 |
|
JS |
537 |
dist-bzip2: distdir |
|
538 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
929277
|
539 |
$(am__post_remove_distdir) |
4244cc
|
540 |
|
JS |
541 |
dist-lzip: distdir |
|
542 |
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz |
929277
|
543 |
$(am__post_remove_distdir) |
4244cc
|
544 |
|
JS |
545 |
dist-xz: distdir |
|
546 |
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz |
929277
|
547 |
$(am__post_remove_distdir) |
JS |
548 |
|
|
549 |
dist-zstd: distdir |
|
550 |
tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst |
|
551 |
$(am__post_remove_distdir) |
4244cc
|
552 |
|
JS |
553 |
dist-tarZ: distdir |
929277
|
554 |
@echo WARNING: "Support for distribution archives compressed with" \ |
JS |
555 |
"legacy program 'compress' is deprecated." >&2 |
|
556 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
4244cc
|
557 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
929277
|
558 |
$(am__post_remove_distdir) |
4244cc
|
559 |
|
JS |
560 |
dist-shar: distdir |
929277
|
561 |
@echo WARNING: "Support for shar distribution archives is" \ |
JS |
562 |
"deprecated." >&2 |
|
563 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
|
564 |
shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz |
|
565 |
$(am__post_remove_distdir) |
4244cc
|
566 |
|
JS |
567 |
dist-zip: distdir |
|
568 |
-rm -f $(distdir).zip |
|
569 |
zip -rq $(distdir).zip $(distdir) |
929277
|
570 |
$(am__post_remove_distdir) |
4244cc
|
571 |
|
929277
|
572 |
dist dist-all: |
JS |
573 |
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' |
|
574 |
$(am__post_remove_distdir) |
4244cc
|
575 |
|
JS |
576 |
# This target untars the dist file and tries a VPATH configuration. Then |
|
577 |
# it guarantees that the distribution is self-contained by making another |
|
578 |
# tarfile. |
|
579 |
distcheck: dist |
|
580 |
case '$(DIST_ARCHIVES)' in \ |
|
581 |
*.tar.gz*) \ |
929277
|
582 |
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ |
4244cc
|
583 |
*.tar.bz2*) \ |
JS |
584 |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
|
585 |
*.tar.lz*) \ |
|
586 |
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ |
|
587 |
*.tar.xz*) \ |
|
588 |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
|
589 |
*.tar.Z*) \ |
|
590 |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
|
591 |
*.shar.gz*) \ |
929277
|
592 |
eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
4244cc
|
593 |
*.zip*) \ |
JS |
594 |
unzip $(distdir).zip ;;\ |
929277
|
595 |
*.tar.zst*) \ |
JS |
596 |
zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ |
4244cc
|
597 |
esac |
929277
|
598 |
chmod -R a-w $(distdir) |
JS |
599 |
chmod u+w $(distdir) |
|
600 |
mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
4244cc
|
601 |
chmod a-w $(distdir) |
JS |
602 |
test -d $(distdir)/_build || exit 0; \ |
|
603 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
|
604 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
|
605 |
&& am__cwd=`pwd` \ |
929277
|
606 |
&& $(am__cd) $(distdir)/_build/sub \ |
JS |
607 |
&& ../../configure \ |
4244cc
|
608 |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
JS |
609 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
929277
|
610 |
--srcdir=../.. --prefix="$$dc_install_base" \ |
4244cc
|
611 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
929277
|
612 |
&& $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ |
4244cc
|
613 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
JS |
614 |
&& $(MAKE) $(AM_MAKEFLAGS) install \ |
|
615 |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
|
616 |
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
|
617 |
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
|
618 |
distuninstallcheck \ |
|
619 |
&& chmod -R a-w "$$dc_install_base" \ |
|
620 |
&& ({ \ |
|
621 |
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
|
622 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
|
623 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
|
624 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
|
625 |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
|
626 |
} || { rm -rf "$$dc_destdir"; exit 1; }) \ |
|
627 |
&& rm -rf "$$dc_destdir" \ |
|
628 |
&& $(MAKE) $(AM_MAKEFLAGS) dist \ |
|
629 |
&& rm -rf $(DIST_ARCHIVES) \ |
|
630 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
|
631 |
&& cd "$$am__cwd" \ |
|
632 |
|| exit 1 |
929277
|
633 |
$(am__post_remove_distdir) |
4244cc
|
634 |
@(echo "$(distdir) archives ready for distribution: "; \ |
JS |
635 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
|
636 |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
|
637 |
distuninstallcheck: |
|
638 |
@test -n '$(distuninstallcheck_dir)' || { \ |
|
639 |
echo 'ERROR: trying to run $@ with an empty' \ |
|
640 |
'$$(distuninstallcheck_dir)' >&2; \ |
|
641 |
exit 1; \ |
|
642 |
}; \ |
|
643 |
$(am__cd) '$(distuninstallcheck_dir)' || { \ |
|
644 |
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ |
|
645 |
exit 1; \ |
|
646 |
}; \ |
|
647 |
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ |
|
648 |
|| { echo "ERROR: files left after uninstall:" ; \ |
|
649 |
if test -n "$(DESTDIR)"; then \ |
|
650 |
echo " (check DESTDIR support)"; \ |
|
651 |
fi ; \ |
|
652 |
$(distuninstallcheck_listfiles) ; \ |
|
653 |
exit 1; } >&2 |
|
654 |
distcleancheck: distclean |
|
655 |
@if test '$(srcdir)' = . ; then \ |
|
656 |
echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
|
657 |
exit 1 ; \ |
|
658 |
fi |
|
659 |
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
|
660 |
|| { echo "ERROR: files left in build directory after distclean:" ; \ |
|
661 |
$(distcleancheck_listfiles) ; \ |
|
662 |
exit 1; } >&2 |
|
663 |
check-am: all-am |
|
664 |
check: check-recursive |
|
665 |
all-am: Makefile config.h |
|
666 |
installdirs: installdirs-recursive |
|
667 |
installdirs-am: |
|
668 |
install: install-recursive |
|
669 |
install-exec: install-exec-recursive |
|
670 |
install-data: install-data-recursive |
|
671 |
uninstall: uninstall-recursive |
|
672 |
|
|
673 |
install-am: all-am |
|
674 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
675 |
|
|
676 |
installcheck: installcheck-recursive |
|
677 |
install-strip: |
|
678 |
if test -z '$(STRIP)'; then \ |
|
679 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
680 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
681 |
install; \ |
|
682 |
else \ |
|
683 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
684 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
685 |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
|
686 |
fi |
|
687 |
mostlyclean-generic: |
|
688 |
|
|
689 |
clean-generic: |
|
690 |
|
|
691 |
distclean-generic: |
|
692 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|
693 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
|
694 |
|
|
695 |
maintainer-clean-generic: |
|
696 |
@echo "This command is intended for maintainers to use" |
|
697 |
@echo "it deletes files that may require special tools to rebuild." |
|
698 |
clean: clean-recursive |
|
699 |
|
|
700 |
clean-am: clean-generic mostlyclean-am |
|
701 |
|
|
702 |
distclean: distclean-recursive |
|
703 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|
704 |
-rm -f Makefile |
|
705 |
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags |
|
706 |
|
|
707 |
dvi: dvi-recursive |
|
708 |
|
|
709 |
dvi-am: |
|
710 |
|
|
711 |
html: html-recursive |
|
712 |
|
|
713 |
html-am: |
|
714 |
|
|
715 |
info: info-recursive |
|
716 |
|
|
717 |
info-am: |
|
718 |
|
|
719 |
install-data-am: |
|
720 |
|
|
721 |
install-dvi: install-dvi-recursive |
|
722 |
|
|
723 |
install-dvi-am: |
|
724 |
|
|
725 |
install-exec-am: |
|
726 |
|
|
727 |
install-html: install-html-recursive |
|
728 |
|
|
729 |
install-html-am: |
|
730 |
|
|
731 |
install-info: install-info-recursive |
|
732 |
|
|
733 |
install-info-am: |
|
734 |
|
|
735 |
install-man: |
|
736 |
|
|
737 |
install-pdf: install-pdf-recursive |
|
738 |
|
|
739 |
install-pdf-am: |
|
740 |
|
|
741 |
install-ps: install-ps-recursive |
|
742 |
|
|
743 |
install-ps-am: |
|
744 |
|
|
745 |
installcheck-am: |
|
746 |
|
|
747 |
maintainer-clean: maintainer-clean-recursive |
|
748 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES) |
|
749 |
-rm -rf $(top_srcdir)/autom4te.cache |
|
750 |
-rm -f Makefile |
|
751 |
maintainer-clean-am: distclean-am maintainer-clean-generic |
|
752 |
|
|
753 |
mostlyclean: mostlyclean-recursive |
|
754 |
|
|
755 |
mostlyclean-am: mostlyclean-generic |
|
756 |
|
|
757 |
pdf: pdf-recursive |
|
758 |
|
|
759 |
pdf-am: |
|
760 |
|
|
761 |
ps: ps-recursive |
|
762 |
|
|
763 |
ps-am: |
|
764 |
|
|
765 |
uninstall-am: |
|
766 |
|
929277
|
767 |
.MAKE: $(am__recursive_targets) all install-am install-strip |
4244cc
|
768 |
|
929277
|
769 |
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ |
JS |
770 |
am--refresh check check-am clean clean-cscope clean-generic \ |
|
771 |
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ |
|
772 |
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ |
|
773 |
dist-zstd distcheck distclean distclean-generic distclean-hdr \ |
4244cc
|
774 |
distclean-tags distcleancheck distdir distuninstallcheck dvi \ |
JS |
775 |
dvi-am html html-am info info-am install install-am \ |
|
776 |
install-data install-data-am install-dvi install-dvi-am \ |
|
777 |
install-exec install-exec-am install-html install-html-am \ |
|
778 |
install-info install-info-am install-man install-pdf \ |
|
779 |
install-pdf-am install-ps install-ps-am install-strip \ |
|
780 |
installcheck installcheck-am installdirs installdirs-am \ |
|
781 |
maintainer-clean maintainer-clean-generic mostlyclean \ |
929277
|
782 |
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ |
JS |
783 |
uninstall-am |
|
784 |
|
|
785 |
.PRECIOUS: Makefile |
4244cc
|
786 |
|
JS |
787 |
|
|
788 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
789 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
|
790 |
.NOEXPORT: |