1 | # Makefile.in generated by automake 1.15 from Makefile.am.
|
---|
2 | # @configure_input@
|
---|
3 |
|
---|
4 | # Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
---|
5 |
|
---|
6 | # This Makefile.in is free software; the Free Software Foundation
|
---|
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 | @SET_MAKE@
|
---|
16 |
|
---|
17 | ######################## -*- Mode: Makefile-Automake -*- ######################
|
---|
18 | ###############################################################################
|
---|
19 |
|
---|
20 | VPATH = @srcdir@
|
---|
21 | am__is_gnu_make = { \
|
---|
22 | if test -z '$(MAKELEVEL)'; then \
|
---|
23 | false; \
|
---|
24 | elif test -n '$(MAKE_HOST)'; then \
|
---|
25 | true; \
|
---|
26 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
---|
27 | true; \
|
---|
28 | else \
|
---|
29 | false; \
|
---|
30 | fi; \
|
---|
31 | }
|
---|
32 | am__make_running_with_option = \
|
---|
33 | case $${target_option-} in \
|
---|
34 | ?) ;; \
|
---|
35 | *) echo "am__make_running_with_option: internal error: invalid" \
|
---|
36 | "target option '$${target_option-}' specified" >&2; \
|
---|
37 | exit 1;; \
|
---|
38 | esac; \
|
---|
39 | has_opt=no; \
|
---|
40 | sane_makeflags=$$MAKEFLAGS; \
|
---|
41 | if $(am__is_gnu_make); then \
|
---|
42 | sane_makeflags=$$MFLAGS; \
|
---|
43 | else \
|
---|
44 | case $$MAKEFLAGS in \
|
---|
45 | *\\[\ \ ]*) \
|
---|
46 | bs=\\; \
|
---|
47 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
---|
48 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
---|
49 | esac; \
|
---|
50 | fi; \
|
---|
51 | skip_next=no; \
|
---|
52 | strip_trailopt () \
|
---|
53 | { \
|
---|
54 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
---|
55 | }; \
|
---|
56 | for flg in $$sane_makeflags; do \
|
---|
57 | test $$skip_next = yes && { skip_next=no; continue; }; \
|
---|
58 | case $$flg in \
|
---|
59 | *=*|--*) continue;; \
|
---|
60 | -*I) strip_trailopt 'I'; skip_next=yes;; \
|
---|
61 | -*I?*) strip_trailopt 'I';; \
|
---|
62 | -*O) strip_trailopt 'O'; skip_next=yes;; \
|
---|
63 | -*O?*) strip_trailopt 'O';; \
|
---|
64 | -*l) strip_trailopt 'l'; skip_next=yes;; \
|
---|
65 | -*l?*) strip_trailopt 'l';; \
|
---|
66 | -[dEDm]) skip_next=yes;; \
|
---|
67 | -[JT]) skip_next=yes;; \
|
---|
68 | esac; \
|
---|
69 | case $$flg in \
|
---|
70 | *$$target_option*) has_opt=yes; break;; \
|
---|
71 | esac; \
|
---|
72 | done; \
|
---|
73 | test $$has_opt = yes
|
---|
74 | am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
---|
75 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
---|
76 | pkgdatadir = $(datadir)/@PACKAGE@
|
---|
77 | pkgincludedir = $(includedir)/@PACKAGE@
|
---|
78 | pkglibdir = $(libdir)/@PACKAGE@
|
---|
79 | pkglibexecdir = $(libexecdir)/@PACKAGE@
|
---|
80 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
---|
81 | install_sh_DATA = $(install_sh) -c -m 644
|
---|
82 | install_sh_PROGRAM = $(install_sh) -c
|
---|
83 | install_sh_SCRIPT = $(install_sh) -c
|
---|
84 | INSTALL_HEADER = $(INSTALL_DATA)
|
---|
85 | transform = $(program_transform_name)
|
---|
86 | NORMAL_INSTALL = :
|
---|
87 | PRE_INSTALL = :
|
---|
88 | POST_INSTALL = :
|
---|
89 | NORMAL_UNINSTALL = :
|
---|
90 | PRE_UNINSTALL = :
|
---|
91 | POST_UNINSTALL = :
|
---|
92 | build_triplet = @build@
|
---|
93 | host_triplet = @host@
|
---|
94 | subdir = .
|
---|
95 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
---|
96 | am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
|
---|
97 | $(top_srcdir)/automake/ltoptions.m4 \
|
---|
98 | $(top_srcdir)/automake/ltsugar.m4 \
|
---|
99 | $(top_srcdir)/automake/ltversion.m4 \
|
---|
100 | $(top_srcdir)/automake/lt~obsolete.m4 \
|
---|
101 | $(top_srcdir)/automake/cfa.m4 $(top_srcdir)/configure.ac
|
---|
102 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
---|
103 | $(ACLOCAL_M4)
|
---|
104 | DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
|
---|
105 | $(am__configure_deps) $(am__DIST_COMMON)
|
---|
106 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
---|
107 | configure.lineno config.status.lineno
|
---|
108 | mkinstalldirs = $(install_sh) -d
|
---|
109 | CONFIG_HEADER = config.h
|
---|
110 | CONFIG_CLEAN_FILES =
|
---|
111 | CONFIG_CLEAN_VPATH_FILES =
|
---|
112 | AM_V_P = $(am__v_P_@AM_V@)
|
---|
113 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
---|
114 | am__v_P_0 = false
|
---|
115 | am__v_P_1 = :
|
---|
116 | AM_V_GEN = $(am__v_GEN_@AM_V@)
|
---|
117 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
---|
118 | am__v_GEN_0 = @echo " GEN " $@;
|
---|
119 | am__v_GEN_1 =
|
---|
120 | AM_V_at = $(am__v_at_@AM_V@)
|
---|
121 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
---|
122 | am__v_at_0 = @
|
---|
123 | am__v_at_1 =
|
---|
124 | SOURCES =
|
---|
125 | DIST_SOURCES =
|
---|
126 | RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
|
---|
127 | ctags-recursive dvi-recursive html-recursive info-recursive \
|
---|
128 | install-data-recursive install-dvi-recursive \
|
---|
129 | install-exec-recursive install-html-recursive \
|
---|
130 | install-info-recursive install-pdf-recursive \
|
---|
131 | install-ps-recursive install-recursive installcheck-recursive \
|
---|
132 | installdirs-recursive pdf-recursive ps-recursive \
|
---|
133 | tags-recursive uninstall-recursive
|
---|
134 | am__can_run_installinfo = \
|
---|
135 | case $$AM_UPDATE_INFO_DIR in \
|
---|
136 | n|no|NO) false;; \
|
---|
137 | *) (install-info --version) >/dev/null 2>&1;; \
|
---|
138 | esac
|
---|
139 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
---|
140 | am__vpath_adj = case $$p in \
|
---|
141 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
---|
142 | *) f=$$p;; \
|
---|
143 | esac;
|
---|
144 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
---|
145 | am__install_max = 40
|
---|
146 | am__nobase_strip_setup = \
|
---|
147 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
---|
148 | am__nobase_strip = \
|
---|
149 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
---|
150 | am__nobase_list = $(am__nobase_strip_setup); \
|
---|
151 | for p in $$list; do echo "$$p $$p"; done | \
|
---|
152 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
---|
153 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
---|
154 | if (++n[$$2] == $(am__install_max)) \
|
---|
155 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
---|
156 | END { for (dir in files) print dir, files[dir] }'
|
---|
157 | am__base_list = \
|
---|
158 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
---|
159 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
---|
160 | am__uninstall_files_from_dir = { \
|
---|
161 | test -z "$$files" \
|
---|
162 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
---|
163 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
---|
164 | $(am__cd) "$$dir" && rm -f $$files; }; \
|
---|
165 | }
|
---|
166 | man1dir = $(mandir)/man1
|
---|
167 | am__installdirs = "$(DESTDIR)$(man1dir)"
|
---|
168 | NROFF = nroff
|
---|
169 | MANS = $(man1_MANS)
|
---|
170 | DATA = $(noinst_DATA)
|
---|
171 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
---|
172 | distclean-recursive maintainer-clean-recursive
|
---|
173 | am__recursive_targets = \
|
---|
174 | $(RECURSIVE_TARGETS) \
|
---|
175 | $(RECURSIVE_CLEAN_TARGETS) \
|
---|
176 | $(am__extra_recursive_targets)
|
---|
177 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
---|
178 | cscope distdir dist dist-all distcheck
|
---|
179 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
---|
180 | # Read a list of newline-separated strings from the standard input,
|
---|
181 | # and print each of them once, without duplicates. Input order is
|
---|
182 | # *not* preserved.
|
---|
183 | am__uniquify_input = $(AWK) '\
|
---|
184 | BEGIN { nonempty = 0; } \
|
---|
185 | { items[$$0] = 1; nonempty = 1; } \
|
---|
186 | END { if (nonempty) { for (i in items) print i; }; } \
|
---|
187 | '
|
---|
188 | # Make sure the list of sources is unique. This is necessary because,
|
---|
189 | # e.g., the same source file might be shared among _SOURCES variables
|
---|
190 | # for different programs/libraries.
|
---|
191 | am__define_uniq_tagged_files = \
|
---|
192 | list='$(am__tagged_files)'; \
|
---|
193 | unique=`for i in $$list; do \
|
---|
194 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
---|
195 | done | $(am__uniquify_input)`
|
---|
196 | ETAGS = etags
|
---|
197 | CTAGS = ctags
|
---|
198 | CSCOPE = cscope
|
---|
199 | DIST_SUBDIRS = $(SUBDIRS)
|
---|
200 | am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \
|
---|
201 | $(top_srcdir)/automake/config.guess \
|
---|
202 | $(top_srcdir)/automake/config.sub \
|
---|
203 | $(top_srcdir)/automake/install-sh \
|
---|
204 | $(top_srcdir)/automake/ltmain.sh \
|
---|
205 | $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \
|
---|
206 | INSTALL README automake/compile automake/config.guess \
|
---|
207 | automake/config.sub automake/depcomp automake/install-sh \
|
---|
208 | automake/ltmain.sh automake/missing automake/ylwrap
|
---|
209 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
---|
210 | distdir = $(PACKAGE)-$(VERSION)
|
---|
211 | top_distdir = $(distdir)
|
---|
212 | am__remove_distdir = \
|
---|
213 | if test -d "$(distdir)"; then \
|
---|
214 | find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
---|
215 | && rm -rf "$(distdir)" \
|
---|
216 | || { sleep 5 && rm -rf "$(distdir)"; }; \
|
---|
217 | else :; fi
|
---|
218 | am__post_remove_distdir = $(am__remove_distdir)
|
---|
219 | am__relativize = \
|
---|
220 | dir0=`pwd`; \
|
---|
221 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
---|
222 | sed_rest='s,^[^/]*/*,,'; \
|
---|
223 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
---|
224 | sed_butlast='s,/*[^/]*$$,,'; \
|
---|
225 | while test -n "$$dir1"; do \
|
---|
226 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
---|
227 | if test "$$first" != "."; then \
|
---|
228 | if test "$$first" = ".."; then \
|
---|
229 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
---|
230 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
---|
231 | else \
|
---|
232 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
---|
233 | if test "$$first2" = "$$first"; then \
|
---|
234 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
---|
235 | else \
|
---|
236 | dir2="../$$dir2"; \
|
---|
237 | fi; \
|
---|
238 | dir0="$$dir0"/"$$first"; \
|
---|
239 | fi; \
|
---|
240 | fi; \
|
---|
241 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
---|
242 | done; \
|
---|
243 | reldir="$$dir2"
|
---|
244 | DIST_ARCHIVES = $(distdir).tar.gz
|
---|
245 | GZIP_ENV = --best
|
---|
246 | DIST_TARGETS = dist-gzip
|
---|
247 | distuninstallcheck_listfiles = find . -type f -print
|
---|
248 | am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
---|
249 | | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
---|
250 | distcleancheck_listfiles = find . -type f -print
|
---|
251 | ACLOCAL = @ACLOCAL@
|
---|
252 | AMTAR = @AMTAR@
|
---|
253 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
---|
254 | AR = @AR@
|
---|
255 | AUTOCONF = @AUTOCONF@
|
---|
256 | AUTOHEADER = @AUTOHEADER@
|
---|
257 | AUTOMAKE = @AUTOMAKE@
|
---|
258 | AWK = @AWK@
|
---|
259 | BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
|
---|
260 | CC = @CC@
|
---|
261 | CCAS = @CCAS@
|
---|
262 | CCASDEPMODE = @CCASDEPMODE@
|
---|
263 | CCASFLAGS = @CCASFLAGS@
|
---|
264 | CCDEPMODE = @CCDEPMODE@
|
---|
265 | CFACC = @CFACC@
|
---|
266 | CFACPP = @CFACPP@
|
---|
267 | CFA_BACKEND_CC = @CFA_BACKEND_CC@
|
---|
268 | CFA_BINDIR = @CFA_BINDIR@
|
---|
269 | CFA_FLAGS = @CFA_FLAGS@
|
---|
270 | CFA_INCDIR = @CFA_INCDIR@
|
---|
271 | CFA_LIBDIR = @CFA_LIBDIR@
|
---|
272 | CFA_NAME = @CFA_NAME@
|
---|
273 | CFA_PREFIX = @CFA_PREFIX@
|
---|
274 | CFLAGS = @CFLAGS@
|
---|
275 | CPP = @CPP@
|
---|
276 | CPPFLAGS = @CPPFLAGS@
|
---|
277 | CXX = @CXX@
|
---|
278 | CXXCPP = @CXXCPP@
|
---|
279 | CXXDEPMODE = @CXXDEPMODE@
|
---|
280 | CXXFLAGS = @CXXFLAGS@
|
---|
281 | CYGPATH_W = @CYGPATH_W@
|
---|
282 | DEFS = @DEFS@
|
---|
283 | DEPDIR = @DEPDIR@
|
---|
284 | DLLTOOL = @DLLTOOL@
|
---|
285 | DRIVER_DIR = @DRIVER_DIR@
|
---|
286 | DSYMUTIL = @DSYMUTIL@
|
---|
287 | DUMPBIN = @DUMPBIN@
|
---|
288 | ECHO_C = @ECHO_C@
|
---|
289 | ECHO_N = @ECHO_N@
|
---|
290 | ECHO_T = @ECHO_T@
|
---|
291 | EGREP = @EGREP@
|
---|
292 | EXEEXT = @EXEEXT@
|
---|
293 | FGREP = @FGREP@
|
---|
294 | GREP = @GREP@
|
---|
295 | HOST_FLAGS = @HOST_FLAGS@
|
---|
296 | INSTALL = @INSTALL@
|
---|
297 | INSTALL_DATA = @INSTALL_DATA@
|
---|
298 | INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
---|
299 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
---|
300 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
---|
301 | LD = @LD@
|
---|
302 | LDFLAGS = @LDFLAGS@
|
---|
303 | LEX = @LEX@
|
---|
304 | LEXLIB = @LEXLIB@
|
---|
305 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
---|
306 | LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
|
---|
307 | LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
|
---|
308 | LIBOBJS = @LIBOBJS@
|
---|
309 | LIBS = @LIBS@
|
---|
310 | LIBTOOL = @LIBTOOL@
|
---|
311 | LIPO = @LIPO@
|
---|
312 | LN_S = @LN_S@
|
---|
313 | LTLIBOBJS = @LTLIBOBJS@
|
---|
314 | LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
---|
315 | MAKEINFO = @MAKEINFO@
|
---|
316 | MANIFEST_TOOL = @MANIFEST_TOOL@
|
---|
317 | MKDIR_P = @MKDIR_P@
|
---|
318 | NM = @NM@
|
---|
319 | NMEDIT = @NMEDIT@
|
---|
320 | OBJDUMP = @OBJDUMP@
|
---|
321 | OBJEXT = @OBJEXT@
|
---|
322 | OTOOL = @OTOOL@
|
---|
323 | OTOOL64 = @OTOOL64@
|
---|
324 | PACKAGE = @PACKAGE@
|
---|
325 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
---|
326 | PACKAGE_NAME = @PACKAGE_NAME@
|
---|
327 | PACKAGE_STRING = @PACKAGE_STRING@
|
---|
328 | PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
---|
329 | PACKAGE_URL = @PACKAGE_URL@
|
---|
330 | PACKAGE_VERSION = @PACKAGE_VERSION@
|
---|
331 | PATH_SEPARATOR = @PATH_SEPARATOR@
|
---|
332 | RANLIB = @RANLIB@
|
---|
333 | SED = @SED@
|
---|
334 | SET_MAKE = @SET_MAKE@
|
---|
335 | SHELL = @SHELL@
|
---|
336 | STRIP = @STRIP@
|
---|
337 | TARGET_HOSTS = @TARGET_HOSTS@
|
---|
338 | VERSION = @VERSION@
|
---|
339 | YACC = @YACC@
|
---|
340 | YFLAGS = @YFLAGS@
|
---|
341 | abs_builddir = @abs_builddir@
|
---|
342 | abs_srcdir = @abs_srcdir@
|
---|
343 | abs_top_builddir = @abs_top_builddir@
|
---|
344 | abs_top_srcdir = @abs_top_srcdir@
|
---|
345 | ac_ct_AR = @ac_ct_AR@
|
---|
346 | ac_ct_CC = @ac_ct_CC@
|
---|
347 | ac_ct_CXX = @ac_ct_CXX@
|
---|
348 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
---|
349 | am__include = @am__include@
|
---|
350 | am__leading_dot = @am__leading_dot@
|
---|
351 | am__quote = @am__quote@
|
---|
352 | am__tar = @am__tar@
|
---|
353 | am__untar = @am__untar@
|
---|
354 | bindir = @bindir@
|
---|
355 | build = @build@
|
---|
356 | build_alias = @build_alias@
|
---|
357 | build_cpu = @build_cpu@
|
---|
358 | build_os = @build_os@
|
---|
359 | build_vendor = @build_vendor@
|
---|
360 | builddir = @builddir@
|
---|
361 | datadir = @datadir@
|
---|
362 | datarootdir = @datarootdir@
|
---|
363 | docdir = @docdir@
|
---|
364 | dvidir = @dvidir@
|
---|
365 | exec_prefix = @exec_prefix@
|
---|
366 | host = @host@
|
---|
367 | host_alias = @host_alias@
|
---|
368 | host_cpu = @host_cpu@
|
---|
369 | host_os = @host_os@
|
---|
370 | host_vendor = @host_vendor@
|
---|
371 | htmldir = @htmldir@
|
---|
372 | includedir = @includedir@
|
---|
373 | infodir = @infodir@
|
---|
374 | install_sh = @install_sh@
|
---|
375 | libdir = @libdir@
|
---|
376 | libexecdir = @libexecdir@
|
---|
377 | localedir = @localedir@
|
---|
378 | localstatedir = @localstatedir@
|
---|
379 | mandir = @mandir@
|
---|
380 | mkdir_p = @mkdir_p@
|
---|
381 | oldincludedir = @oldincludedir@
|
---|
382 | pdfdir = @pdfdir@
|
---|
383 | prefix = @prefix@
|
---|
384 | program_transform_name = @program_transform_name@
|
---|
385 | psdir = @psdir@
|
---|
386 | runstatedir = @runstatedir@
|
---|
387 | sbindir = @sbindir@
|
---|
388 | sharedstatedir = @sharedstatedir@
|
---|
389 | srcdir = @srcdir@
|
---|
390 | sysconfdir = @sysconfdir@
|
---|
391 | target_alias = @target_alias@
|
---|
392 | top_build_prefix = @top_build_prefix@
|
---|
393 | top_builddir = @top_builddir@
|
---|
394 | top_srcdir = @top_srcdir@
|
---|
395 | AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names
|
---|
396 | ACLOCAL_AMFLAGS = -I automake
|
---|
397 | MAINTAINERCLEANFILES = lib/* bin/* tests/.deps/* tests/.out/* # order important
|
---|
398 | SUBDIRS = driver src . @LIBCFA_TARGET_DIRS@
|
---|
399 | noinst_DATA = @LIBCFA_TARGET_MAKEFILES@
|
---|
400 | man1_MANS = doc/man/cfa.1
|
---|
401 | debug = yes
|
---|
402 | all: config.h
|
---|
403 | $(MAKE) $(AM_MAKEFLAGS) all-recursive
|
---|
404 |
|
---|
405 | .SUFFIXES:
|
---|
406 | am--refresh: Makefile
|
---|
407 | @:
|
---|
408 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
---|
409 | @for dep in $?; do \
|
---|
410 | case '$(am__configure_deps)' in \
|
---|
411 | *$$dep*) \
|
---|
412 | echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
---|
413 | $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
---|
414 | && exit 0; \
|
---|
415 | exit 1;; \
|
---|
416 | esac; \
|
---|
417 | done; \
|
---|
418 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
---|
419 | $(am__cd) $(top_srcdir) && \
|
---|
420 | $(AUTOMAKE) --foreign Makefile
|
---|
421 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
---|
422 | @case '$?' in \
|
---|
423 | *config.status*) \
|
---|
424 | echo ' $(SHELL) ./config.status'; \
|
---|
425 | $(SHELL) ./config.status;; \
|
---|
426 | *) \
|
---|
427 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
---|
428 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
---|
429 | esac;
|
---|
430 |
|
---|
431 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
---|
432 | $(SHELL) ./config.status --recheck
|
---|
433 |
|
---|
434 | $(top_srcdir)/configure: $(am__configure_deps)
|
---|
435 | $(am__cd) $(srcdir) && $(AUTOCONF)
|
---|
436 | $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
---|
437 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
---|
438 | $(am__aclocal_m4_deps):
|
---|
439 |
|
---|
440 | config.h: stamp-h1
|
---|
441 | @test -f $@ || rm -f stamp-h1
|
---|
442 | @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
---|
443 |
|
---|
444 | stamp-h1: $(top_srcdir)/src/config.h.in $(top_builddir)/config.status
|
---|
445 | @rm -f stamp-h1
|
---|
446 | cd $(top_builddir) && $(SHELL) ./config.status config.h
|
---|
447 | $(top_srcdir)/src/config.h.in: $(am__configure_deps)
|
---|
448 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
---|
449 | rm -f stamp-h1
|
---|
450 | touch $@
|
---|
451 |
|
---|
452 | distclean-hdr:
|
---|
453 | -rm -f config.h stamp-h1
|
---|
454 |
|
---|
455 | mostlyclean-libtool:
|
---|
456 | -rm -f *.lo
|
---|
457 |
|
---|
458 | clean-libtool:
|
---|
459 | -rm -rf .libs _libs
|
---|
460 |
|
---|
461 | distclean-libtool:
|
---|
462 | -rm -f libtool config.lt
|
---|
463 | install-man1: $(man1_MANS)
|
---|
464 | @$(NORMAL_INSTALL)
|
---|
465 | @list1='$(man1_MANS)'; \
|
---|
466 | list2=''; \
|
---|
467 | test -n "$(man1dir)" \
|
---|
468 | && test -n "`echo $$list1$$list2`" \
|
---|
469 | || exit 0; \
|
---|
470 | echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
|
---|
471 | $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
|
---|
472 | { for i in $$list1; do echo "$$i"; done; \
|
---|
473 | if test -n "$$list2"; then \
|
---|
474 | for i in $$list2; do echo "$$i"; done \
|
---|
475 | | sed -n '/\.1[a-z]*$$/p'; \
|
---|
476 | fi; \
|
---|
477 | } | while read p; do \
|
---|
478 | if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
|
---|
479 | echo "$$d$$p"; echo "$$p"; \
|
---|
480 | done | \
|
---|
481 | sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
---|
482 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
|
---|
483 | sed 'N;N;s,\n, ,g' | { \
|
---|
484 | list=; while read file base inst; do \
|
---|
485 | if test "$$base" = "$$inst"; then list="$$list $$file"; else \
|
---|
486 | echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
|
---|
487 | $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
|
---|
488 | fi; \
|
---|
489 | done; \
|
---|
490 | for i in $$list; do echo "$$i"; done | $(am__base_list) | \
|
---|
491 | while read files; do \
|
---|
492 | test -z "$$files" || { \
|
---|
493 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
|
---|
494 | $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
|
---|
495 | done; }
|
---|
496 |
|
---|
497 | uninstall-man1:
|
---|
498 | @$(NORMAL_UNINSTALL)
|
---|
499 | @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
|
---|
500 | files=`{ for i in $$list; do echo "$$i"; done; \
|
---|
501 | } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
|
---|
502 | -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
|
---|
503 | dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
|
---|
504 |
|
---|
505 | # This directory's subdirectories are mostly independent; you can cd
|
---|
506 | # into them and run 'make' without going through this Makefile.
|
---|
507 | # To change the values of 'make' variables: instead of editing Makefiles,
|
---|
508 | # (1) if the variable is set in 'config.status', edit 'config.status'
|
---|
509 | # (which will cause the Makefiles to be regenerated when you run 'make');
|
---|
510 | # (2) otherwise, pass the desired values on the 'make' command line.
|
---|
511 | $(am__recursive_targets):
|
---|
512 | @fail=; \
|
---|
513 | if $(am__make_keepgoing); then \
|
---|
514 | failcom='fail=yes'; \
|
---|
515 | else \
|
---|
516 | failcom='exit 1'; \
|
---|
517 | fi; \
|
---|
518 | dot_seen=no; \
|
---|
519 | target=`echo $@ | sed s/-recursive//`; \
|
---|
520 | case "$@" in \
|
---|
521 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
---|
522 | *) list='$(SUBDIRS)' ;; \
|
---|
523 | esac; \
|
---|
524 | for subdir in $$list; do \
|
---|
525 | echo "Making $$target in $$subdir"; \
|
---|
526 | if test "$$subdir" = "."; then \
|
---|
527 | dot_seen=yes; \
|
---|
528 | local_target="$$target-am"; \
|
---|
529 | else \
|
---|
530 | local_target="$$target"; \
|
---|
531 | fi; \
|
---|
532 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
---|
533 | || eval $$failcom; \
|
---|
534 | done; \
|
---|
535 | if test "$$dot_seen" = "no"; then \
|
---|
536 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
---|
537 | fi; test -z "$$fail"
|
---|
538 |
|
---|
539 | ID: $(am__tagged_files)
|
---|
540 | $(am__define_uniq_tagged_files); mkid -fID $$unique
|
---|
541 | tags: tags-recursive
|
---|
542 | TAGS: tags
|
---|
543 |
|
---|
544 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
545 | set x; \
|
---|
546 | here=`pwd`; \
|
---|
547 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
---|
548 | include_option=--etags-include; \
|
---|
549 | empty_fix=.; \
|
---|
550 | else \
|
---|
551 | include_option=--include; \
|
---|
552 | empty_fix=; \
|
---|
553 | fi; \
|
---|
554 | list='$(SUBDIRS)'; for subdir in $$list; do \
|
---|
555 | if test "$$subdir" = .; then :; else \
|
---|
556 | test ! -f $$subdir/TAGS || \
|
---|
557 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
---|
558 | fi; \
|
---|
559 | done; \
|
---|
560 | $(am__define_uniq_tagged_files); \
|
---|
561 | shift; \
|
---|
562 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
---|
563 | test -n "$$unique" || unique=$$empty_fix; \
|
---|
564 | if test $$# -gt 0; then \
|
---|
565 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
566 | "$$@" $$unique; \
|
---|
567 | else \
|
---|
568 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
---|
569 | $$unique; \
|
---|
570 | fi; \
|
---|
571 | fi
|
---|
572 | ctags: ctags-recursive
|
---|
573 |
|
---|
574 | CTAGS: ctags
|
---|
575 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
---|
576 | $(am__define_uniq_tagged_files); \
|
---|
577 | test -z "$(CTAGS_ARGS)$$unique" \
|
---|
578 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
---|
579 | $$unique
|
---|
580 |
|
---|
581 | GTAGS:
|
---|
582 | here=`$(am__cd) $(top_builddir) && pwd` \
|
---|
583 | && $(am__cd) $(top_srcdir) \
|
---|
584 | && gtags -i $(GTAGS_ARGS) "$$here"
|
---|
585 | cscope: cscope.files
|
---|
586 | test ! -s cscope.files \
|
---|
587 | || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
---|
588 | clean-cscope:
|
---|
589 | -rm -f cscope.files
|
---|
590 | cscope.files: clean-cscope cscopelist
|
---|
591 | cscopelist: cscopelist-recursive
|
---|
592 |
|
---|
593 | cscopelist-am: $(am__tagged_files)
|
---|
594 | list='$(am__tagged_files)'; \
|
---|
595 | case "$(srcdir)" in \
|
---|
596 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
---|
597 | *) sdir=$(subdir)/$(srcdir) ;; \
|
---|
598 | esac; \
|
---|
599 | for i in $$list; do \
|
---|
600 | if test -f "$$i"; then \
|
---|
601 | echo "$(subdir)/$$i"; \
|
---|
602 | else \
|
---|
603 | echo "$$sdir/$$i"; \
|
---|
604 | fi; \
|
---|
605 | done >> $(top_builddir)/cscope.files
|
---|
606 |
|
---|
607 | distclean-tags:
|
---|
608 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
---|
609 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
---|
610 |
|
---|
611 | distdir: $(DISTFILES)
|
---|
612 | $(am__remove_distdir)
|
---|
613 | test -d "$(distdir)" || mkdir "$(distdir)"
|
---|
614 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
615 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
---|
616 | list='$(DISTFILES)'; \
|
---|
617 | dist_files=`for file in $$list; do echo $$file; done | \
|
---|
618 | sed -e "s|^$$srcdirstrip/||;t" \
|
---|
619 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
---|
620 | case $$dist_files in \
|
---|
621 | */*) $(MKDIR_P) `echo "$$dist_files" | \
|
---|
622 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
---|
623 | sort -u` ;; \
|
---|
624 | esac; \
|
---|
625 | for file in $$dist_files; do \
|
---|
626 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
---|
627 | if test -d $$d/$$file; then \
|
---|
628 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
---|
629 | if test -d "$(distdir)/$$file"; then \
|
---|
630 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
631 | fi; \
|
---|
632 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
---|
633 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
---|
634 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
---|
635 | fi; \
|
---|
636 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
---|
637 | else \
|
---|
638 | test -f "$(distdir)/$$file" \
|
---|
639 | || cp -p $$d/$$file "$(distdir)/$$file" \
|
---|
640 | || exit 1; \
|
---|
641 | fi; \
|
---|
642 | done
|
---|
643 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
---|
644 | if test "$$subdir" = .; then :; else \
|
---|
645 | $(am__make_dryrun) \
|
---|
646 | || test -d "$(distdir)/$$subdir" \
|
---|
647 | || $(MKDIR_P) "$(distdir)/$$subdir" \
|
---|
648 | || exit 1; \
|
---|
649 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
---|
650 | $(am__relativize); \
|
---|
651 | new_distdir=$$reldir; \
|
---|
652 | dir1=$$subdir; dir2="$(top_distdir)"; \
|
---|
653 | $(am__relativize); \
|
---|
654 | new_top_distdir=$$reldir; \
|
---|
655 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
---|
656 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
---|
657 | ($(am__cd) $$subdir && \
|
---|
658 | $(MAKE) $(AM_MAKEFLAGS) \
|
---|
659 | top_distdir="$$new_top_distdir" \
|
---|
660 | distdir="$$new_distdir" \
|
---|
661 | am__remove_distdir=: \
|
---|
662 | am__skip_length_check=: \
|
---|
663 | am__skip_mode_fix=: \
|
---|
664 | distdir) \
|
---|
665 | || exit 1; \
|
---|
666 | fi; \
|
---|
667 | done
|
---|
668 | -test -n "$(am__skip_mode_fix)" \
|
---|
669 | || find "$(distdir)" -type d ! -perm -755 \
|
---|
670 | -exec chmod u+rwx,go+rx {} \; -o \
|
---|
671 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
---|
672 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
---|
673 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
---|
674 | || chmod -R a+r "$(distdir)"
|
---|
675 | dist-gzip: distdir
|
---|
676 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
---|
677 | $(am__post_remove_distdir)
|
---|
678 |
|
---|
679 | dist-bzip2: distdir
|
---|
680 | tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
---|
681 | $(am__post_remove_distdir)
|
---|
682 |
|
---|
683 | dist-lzip: distdir
|
---|
684 | tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
---|
685 | $(am__post_remove_distdir)
|
---|
686 |
|
---|
687 | dist-xz: distdir
|
---|
688 | tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
---|
689 | $(am__post_remove_distdir)
|
---|
690 |
|
---|
691 | dist-tarZ: distdir
|
---|
692 | @echo WARNING: "Support for distribution archives compressed with" \
|
---|
693 | "legacy program 'compress' is deprecated." >&2
|
---|
694 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
---|
695 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
---|
696 | $(am__post_remove_distdir)
|
---|
697 |
|
---|
698 | dist-shar: distdir
|
---|
699 | @echo WARNING: "Support for shar distribution archives is" \
|
---|
700 | "deprecated." >&2
|
---|
701 | @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
---|
702 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
---|
703 | $(am__post_remove_distdir)
|
---|
704 |
|
---|
705 | dist-zip: distdir
|
---|
706 | -rm -f $(distdir).zip
|
---|
707 | zip -rq $(distdir).zip $(distdir)
|
---|
708 | $(am__post_remove_distdir)
|
---|
709 |
|
---|
710 | dist dist-all:
|
---|
711 | $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
---|
712 | $(am__post_remove_distdir)
|
---|
713 |
|
---|
714 | # This target untars the dist file and tries a VPATH configuration. Then
|
---|
715 | # it guarantees that the distribution is self-contained by making another
|
---|
716 | # tarfile.
|
---|
717 | distcheck: dist
|
---|
718 | case '$(DIST_ARCHIVES)' in \
|
---|
719 | *.tar.gz*) \
|
---|
720 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
---|
721 | *.tar.bz2*) \
|
---|
722 | bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
---|
723 | *.tar.lz*) \
|
---|
724 | lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
---|
725 | *.tar.xz*) \
|
---|
726 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
---|
727 | *.tar.Z*) \
|
---|
728 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
---|
729 | *.shar.gz*) \
|
---|
730 | GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
---|
731 | *.zip*) \
|
---|
732 | unzip $(distdir).zip ;;\
|
---|
733 | esac
|
---|
734 | chmod -R a-w $(distdir)
|
---|
735 | chmod u+w $(distdir)
|
---|
736 | mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
|
---|
737 | chmod a-w $(distdir)
|
---|
738 | test -d $(distdir)/_build || exit 0; \
|
---|
739 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
---|
740 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
---|
741 | && am__cwd=`pwd` \
|
---|
742 | && $(am__cd) $(distdir)/_build/sub \
|
---|
743 | && ../../configure \
|
---|
744 | $(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
---|
745 | $(DISTCHECK_CONFIGURE_FLAGS) \
|
---|
746 | --srcdir=../.. --prefix="$$dc_install_base" \
|
---|
747 | && $(MAKE) $(AM_MAKEFLAGS) \
|
---|
748 | && $(MAKE) $(AM_MAKEFLAGS) dvi \
|
---|
749 | && $(MAKE) $(AM_MAKEFLAGS) check \
|
---|
750 | && $(MAKE) $(AM_MAKEFLAGS) install \
|
---|
751 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
---|
752 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
---|
753 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
---|
754 | distuninstallcheck \
|
---|
755 | && chmod -R a-w "$$dc_install_base" \
|
---|
756 | && ({ \
|
---|
757 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
---|
758 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
---|
759 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
---|
760 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
---|
761 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
---|
762 | } || { rm -rf "$$dc_destdir"; exit 1; }) \
|
---|
763 | && rm -rf "$$dc_destdir" \
|
---|
764 | && $(MAKE) $(AM_MAKEFLAGS) dist \
|
---|
765 | && rm -rf $(DIST_ARCHIVES) \
|
---|
766 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
---|
767 | && cd "$$am__cwd" \
|
---|
768 | || exit 1
|
---|
769 | $(am__post_remove_distdir)
|
---|
770 | @(echo "$(distdir) archives ready for distribution: "; \
|
---|
771 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
---|
772 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
---|
773 | distuninstallcheck:
|
---|
774 | @test -n '$(distuninstallcheck_dir)' || { \
|
---|
775 | echo 'ERROR: trying to run $@ with an empty' \
|
---|
776 | '$$(distuninstallcheck_dir)' >&2; \
|
---|
777 | exit 1; \
|
---|
778 | }; \
|
---|
779 | $(am__cd) '$(distuninstallcheck_dir)' || { \
|
---|
780 | echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
---|
781 | exit 1; \
|
---|
782 | }; \
|
---|
783 | test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
---|
784 | || { echo "ERROR: files left after uninstall:" ; \
|
---|
785 | if test -n "$(DESTDIR)"; then \
|
---|
786 | echo " (check DESTDIR support)"; \
|
---|
787 | fi ; \
|
---|
788 | $(distuninstallcheck_listfiles) ; \
|
---|
789 | exit 1; } >&2
|
---|
790 | distcleancheck: distclean
|
---|
791 | @if test '$(srcdir)' = . ; then \
|
---|
792 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
---|
793 | exit 1 ; \
|
---|
794 | fi
|
---|
795 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
---|
796 | || { echo "ERROR: files left in build directory after distclean:" ; \
|
---|
797 | $(distcleancheck_listfiles) ; \
|
---|
798 | exit 1; } >&2
|
---|
799 | check-am: all-am
|
---|
800 | check: check-recursive
|
---|
801 | all-am: Makefile $(MANS) $(DATA) config.h
|
---|
802 | installdirs: installdirs-recursive
|
---|
803 | installdirs-am:
|
---|
804 | for dir in "$(DESTDIR)$(man1dir)"; do \
|
---|
805 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
---|
806 | done
|
---|
807 | install: install-recursive
|
---|
808 | install-exec: install-exec-recursive
|
---|
809 | install-data: install-data-recursive
|
---|
810 | uninstall: uninstall-recursive
|
---|
811 |
|
---|
812 | install-am: all-am
|
---|
813 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
---|
814 | install-strip:
|
---|
815 | if test -z '$(STRIP)'; then \
|
---|
816 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
817 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
818 | install; \
|
---|
819 | else \
|
---|
820 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
---|
821 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
---|
822 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
---|
823 | fi
|
---|
824 | mostlyclean-generic:
|
---|
825 |
|
---|
826 | clean-generic:
|
---|
827 |
|
---|
828 | distclean-generic:
|
---|
829 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
---|
830 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
---|
831 |
|
---|
832 | maintainer-clean-generic:
|
---|
833 | @echo "This command is intended for maintainers to use"
|
---|
834 | @echo "it deletes files that may require special tools to rebuild."
|
---|
835 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
---|
836 | clean: clean-recursive
|
---|
837 |
|
---|
838 | clean-am: clean-generic clean-libtool mostlyclean-am
|
---|
839 |
|
---|
840 | distclean: distclean-recursive
|
---|
841 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
842 | -rm -f Makefile
|
---|
843 | distclean-am: clean-am distclean-generic distclean-hdr \
|
---|
844 | distclean-libtool distclean-tags
|
---|
845 |
|
---|
846 | dvi: dvi-recursive
|
---|
847 |
|
---|
848 | dvi-am:
|
---|
849 |
|
---|
850 | html: html-recursive
|
---|
851 |
|
---|
852 | html-am:
|
---|
853 |
|
---|
854 | info: info-recursive
|
---|
855 |
|
---|
856 | info-am:
|
---|
857 |
|
---|
858 | install-data-am: install-man
|
---|
859 |
|
---|
860 | install-dvi: install-dvi-recursive
|
---|
861 |
|
---|
862 | install-dvi-am:
|
---|
863 |
|
---|
864 | install-exec-am:
|
---|
865 |
|
---|
866 | install-html: install-html-recursive
|
---|
867 |
|
---|
868 | install-html-am:
|
---|
869 |
|
---|
870 | install-info: install-info-recursive
|
---|
871 |
|
---|
872 | install-info-am:
|
---|
873 |
|
---|
874 | install-man: install-man1
|
---|
875 |
|
---|
876 | install-pdf: install-pdf-recursive
|
---|
877 |
|
---|
878 | install-pdf-am:
|
---|
879 |
|
---|
880 | install-ps: install-ps-recursive
|
---|
881 |
|
---|
882 | install-ps-am:
|
---|
883 |
|
---|
884 | installcheck-am:
|
---|
885 |
|
---|
886 | maintainer-clean: maintainer-clean-recursive
|
---|
887 | -rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
---|
888 | -rm -rf $(top_srcdir)/autom4te.cache
|
---|
889 | -rm -f Makefile
|
---|
890 | maintainer-clean-am: distclean-am maintainer-clean-generic
|
---|
891 |
|
---|
892 | mostlyclean: mostlyclean-recursive
|
---|
893 |
|
---|
894 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
---|
895 |
|
---|
896 | pdf: pdf-recursive
|
---|
897 |
|
---|
898 | pdf-am:
|
---|
899 |
|
---|
900 | ps: ps-recursive
|
---|
901 |
|
---|
902 | ps-am:
|
---|
903 |
|
---|
904 | uninstall-am: uninstall-man
|
---|
905 |
|
---|
906 | uninstall-man: uninstall-man1
|
---|
907 |
|
---|
908 | .MAKE: $(am__recursive_targets) all install-am install-strip
|
---|
909 |
|
---|
910 | .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
|
---|
911 | am--refresh check check-am clean clean-cscope clean-generic \
|
---|
912 | clean-libtool cscope cscopelist-am ctags ctags-am dist \
|
---|
913 | dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
|
---|
914 | dist-xz dist-zip distcheck distclean distclean-generic \
|
---|
915 | distclean-hdr distclean-libtool distclean-tags distcleancheck \
|
---|
916 | distdir distuninstallcheck dvi dvi-am html html-am info \
|
---|
917 | info-am install install-am install-data install-data-am \
|
---|
918 | install-dvi install-dvi-am install-exec install-exec-am \
|
---|
919 | install-html install-html-am install-info install-info-am \
|
---|
920 | install-man install-man1 install-pdf install-pdf-am install-ps \
|
---|
921 | install-ps-am install-strip installcheck installcheck-am \
|
---|
922 | installdirs installdirs-am maintainer-clean \
|
---|
923 | maintainer-clean-generic mostlyclean mostlyclean-generic \
|
---|
924 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
|
---|
925 | uninstall-am uninstall-man uninstall-man1
|
---|
926 |
|
---|
927 | .PRECIOUS: Makefile
|
---|
928 |
|
---|
929 |
|
---|
930 | @LIBCFA_TARGET_MAKEFILES@ : Makefile $(srcdir)/libcfa/configure
|
---|
931 | @$(eval config_file = $(dir $@)config.data)
|
---|
932 | @ls $(config_file) || (echo "Missing config.data, re-run configure script again" && false)
|
---|
933 | @$(eval config_data = $(shell cat $(config_file)))
|
---|
934 | @echo "Configuring libcfa with '$(config_data)''"
|
---|
935 | @cd $(dir $@) && $(abs_top_srcdir)/libcfa/configure $(config_data)
|
---|
936 | check:
|
---|
937 | $(MAKE) -C tests all-tests installed=no debug=${debug}
|
---|
938 |
|
---|
939 | installcheck:
|
---|
940 | $(MAKE) -C tests all-tests installed=yes debug=${debug}
|
---|
941 |
|
---|
942 | configure-libcfa: @LIBCFA_TARGET_MAKEFILES@
|
---|
943 | @true
|
---|
944 |
|
---|
945 | status: @LIBCFA_TARGET_MAKEFILES@
|
---|
946 | @echo -ne "translator\n\t"
|
---|
947 | @./config.status --config | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
|
---|
948 | @find libcfa -name config.status -printf "\n%h\n\t" -exec {} --config \; | sed "s/ /\n\t/g; s/\t'/\t/g; s/'\n/\n/g; s/^'//g; s/'$$//g"
|
---|
949 |
|
---|
950 | # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
---|
951 | # Otherwise a system limit (for SysV at least) may be exceeded.
|
---|
952 | .NOEXPORT:
|
---|