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