chiark / gitweb /
Update automatically managed build utilities.
[sod] / lib / 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 runtime library
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
73 VPATH = @srcdir@
74 am__make_dryrun = \
75   { \
76     am__dry=no; \
77     case $$MAKEFLAGS in \
78       *\\[\ \   ]*) \
79         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
80           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
81       *) \
82         for am__flg in $$MAKEFLAGS; do \
83           case $$am__flg in \
84             *=*|--*) ;; \
85             *n*) am__dry=yes; break;; \
86           esac; \
87         done;; \
88     esac; \
89     test $$am__dry = yes; \
90   }
91 pkgdatadir = $(datadir)/@PACKAGE@
92 pkgincludedir = $(includedir)/@PACKAGE@
93 pkglibdir = $(libdir)/@PACKAGE@
94 pkglibexecdir = $(libexecdir)/@PACKAGE@
95 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
96 install_sh_DATA = $(install_sh) -c -m 644
97 install_sh_PROGRAM = $(install_sh) -c
98 install_sh_SCRIPT = $(install_sh) -c
99 INSTALL_HEADER = $(INSTALL_DATA)
100 transform = $(program_transform_name)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 DIST_COMMON = $(dist_man_MANS) $(pkginclude_HEADERS) \
110         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
111         $(top_srcdir)/vars.am
112 bin_PROGRAMS =
113 check_PROGRAMS =
114 subdir = lib
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
117 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118         $(ACLOCAL_M4)
119 mkinstalldirs = $(install_sh) -d
120 CONFIG_CLEAN_FILES =
121 CONFIG_CLEAN_VPATH_FILES =
122 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
123 am__vpath_adj = case $$p in \
124     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
125     *) f=$$p;; \
126   esac;
127 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
128 am__install_max = 40
129 am__nobase_strip_setup = \
130   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
131 am__nobase_strip = \
132   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
133 am__nobase_list = $(am__nobase_strip_setup); \
134   for p in $$list; do echo "$$p $$p"; done | \
135   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
136   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
137     if (++n[$$2] == $(am__install_max)) \
138       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
139     END { for (dir in files) print dir, files[dir] }'
140 am__base_list = \
141   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
142   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
143 am__uninstall_files_from_dir = { \
144   test -z "$$files" \
145     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
146     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
147          $(am__cd) "$$dir" && rm -f $$files; }; \
148   }
149 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
150         "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgincludedir)" \
151         "$(DESTDIR)$(pkgincludedir)"
152 LTLIBRARIES = $(lib_LTLIBRARIES)
153 libsod_la_LIBADD =
154 am_libsod_la_OBJECTS = sod.lo
155 nodist_libsod_la_OBJECTS = sod-base.lo
156 libsod_la_OBJECTS = $(am_libsod_la_OBJECTS) \
157         $(nodist_libsod_la_OBJECTS)
158 AM_V_lt = $(am__v_lt_@AM_V@)
159 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
160 am__v_lt_0 = --silent
161 libsod_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163         $(libsod_la_LDFLAGS) $(LDFLAGS) -o $@
164 PROGRAMS = $(bin_PROGRAMS)
165 DEFAULT_INCLUDES = -I.@am__isrc@
166 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
167 am__depfiles_maybe = depfiles
168 am__mv = mv -f
169 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
170         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
171 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
172         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
173         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
174         $(AM_CFLAGS) $(CFLAGS)
175 AM_V_CC = $(am__v_CC_@AM_V@)
176 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
177 am__v_CC_0 = @echo "  CC    " $@;
178 AM_V_at = $(am__v_at_@AM_V@)
179 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180 am__v_at_0 = @
181 CCLD = $(CC)
182 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184         $(AM_LDFLAGS) $(LDFLAGS) -o $@
185 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187 am__v_CCLD_0 = @echo "  CCLD  " $@;
188 AM_V_GEN = $(am__v_GEN_@AM_V@)
189 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
190 am__v_GEN_0 = @echo "  GEN   " $@;
191 SOURCES = $(libsod_la_SOURCES) $(nodist_libsod_la_SOURCES)
192 DIST_SOURCES = $(libsod_la_SOURCES)
193 am__can_run_installinfo = \
194   case $$AM_UPDATE_INFO_DIR in \
195     n|no|NO) false;; \
196     *) (install-info --version) >/dev/null 2>&1;; \
197   esac
198 man3dir = $(mandir)/man3
199 NROFF = nroff
200 MANS = $(dist_man_MANS)
201 HEADERS = $(nodist_pkginclude_HEADERS) $(pkginclude_HEADERS)
202 ETAGS = etags
203 CTAGS = ctags
204 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205 ACLOCAL = @ACLOCAL@
206 AMTAR = @AMTAR@
207 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208 AR = @AR@
209 ASDF_VERSION = @ASDF_VERSION@
210 AUTOCONF = @AUTOCONF@
211 AUTOHEADER = @AUTOHEADER@
212 AUTOMAKE = @AUTOMAKE@
213 AWK = @AWK@
214 CC = @CC@
215 CCDEPMODE = @CCDEPMODE@
216 CFLAGS = @CFLAGS@
217 CL_LAUNCH = @CL_LAUNCH@
218 CPP = @CPP@
219 CPPFLAGS = @CPPFLAGS@
220 CYGPATH_W = @CYGPATH_W@
221 DEFS = @DEFS@
222 DEPDIR = @DEPDIR@
223 DLLTOOL = @DLLTOOL@
224 DSYMUTIL = @DSYMUTIL@
225 DUMPBIN = @DUMPBIN@
226 ECHO_C = @ECHO_C@
227 ECHO_N = @ECHO_N@
228 ECHO_T = @ECHO_T@
229 EGREP = @EGREP@
230 EXEEXT = @EXEEXT@
231 FGREP = @FGREP@
232 GREP = @GREP@
233 INSTALL = @INSTALL@
234 INSTALL_DATA = @INSTALL_DATA@
235 INSTALL_PROGRAM = @INSTALL_PROGRAM@
236 INSTALL_SCRIPT = @INSTALL_SCRIPT@
237 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
238 LD = @LD@
239 LDFLAGS = @LDFLAGS@
240 LIBOBJS = @LIBOBJS@
241 LIBS = @LIBS@
242 LIBTOOL = @LIBTOOL@
243 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
244 LIPO = @LIPO@
245 LISPSYS = @LISPSYS@
246 LN_S = @LN_S@
247 LTLIBOBJS = @LTLIBOBJS@
248 MAKEINFO = @MAKEINFO@
249 MANIFEST_TOOL = @MANIFEST_TOOL@
250 MKDIR_P = @MKDIR_P@
251 NM = @NM@
252 NMEDIT = @NMEDIT@
253 OBJDUMP = @OBJDUMP@
254 OBJEXT = @OBJEXT@
255 OTOOL = @OTOOL@
256 OTOOL64 = @OTOOL64@
257 PACKAGE = @PACKAGE@
258 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
259 PACKAGE_NAME = @PACKAGE_NAME@
260 PACKAGE_STRING = @PACKAGE_STRING@
261 PACKAGE_TARNAME = @PACKAGE_TARNAME@
262 PACKAGE_URL = @PACKAGE_URL@
263 PACKAGE_VERSION = @PACKAGE_VERSION@
264 PATH_SEPARATOR = @PATH_SEPARATOR@
265 RANLIB = @RANLIB@
266 SED = @SED@
267 SET_MAKE = @SET_MAKE@
268 SHELL = @SHELL@
269 STRIP = @STRIP@
270 VERSION = @VERSION@
271 abs_builddir = @abs_builddir@
272 abs_srcdir = @abs_srcdir@
273 abs_top_builddir = @abs_top_builddir@
274 abs_top_srcdir = @abs_top_srcdir@
275 ac_ct_AR = @ac_ct_AR@
276 ac_ct_CC = @ac_ct_CC@
277 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
278 am__include = @am__include@
279 am__leading_dot = @am__leading_dot@
280 am__quote = @am__quote@
281 am__tar = @am__tar@
282 am__untar = @am__untar@
283 bindir = @bindir@
284 build = @build@
285 build_alias = @build_alias@
286 build_cpu = @build_cpu@
287 build_os = @build_os@
288 build_vendor = @build_vendor@
289 builddir = @builddir@
290 datadir = @datadir@
291 datarootdir = @datarootdir@
292 docdir = @docdir@
293 dvidir = @dvidir@
294 exec_prefix = @exec_prefix@
295 fasl = @fasl@
296 host = @host@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
299 host_os = @host_os@
300 host_vendor = @host_vendor@
301 htmldir = @htmldir@
302 includedir = @includedir@
303 infodir = @infodir@
304 install_sh = @install_sh@
305 libdir = @libdir@
306 libexecdir = @libexecdir@
307 lispsrcdir = @lispsrcdir@
308 lispsysdir = @lispsysdir@
309 localedir = @localedir@
310 localstatedir = @localstatedir@
311 mandir = @mandir@
312 mkdir_p = @mkdir_p@
313 oldincludedir = @oldincludedir@
314 pdfdir = @pdfdir@
315 prefix = @prefix@
316 program_transform_name = @program_transform_name@
317 psdir = @psdir@
318 sbindir = @sbindir@
319 sharedstatedir = @sharedstatedir@
320 srcdir = @srcdir@
321 sysconfdir = @sysconfdir@
322 target_alias = @target_alias@
323 top_build_prefix = @top_build_prefix@
324 top_builddir = @top_builddir@
325 top_srcdir = @top_srcdir@
326 pkglispsrcdir = $(lispsrcdir)/$(PACKAGE)
327
328 ###--------------------------------------------------------------------------
329 ### Initial values for common variables.
330 EXTRA_DIST = 
331 CLEANFILES = $(BUILT_SOURCES)
332 DISTCLEANFILES = 
333 MAINTAINERCLEANFILES = 
334 SUFFIXES = .c .h .sod
335 BUILT_SOURCES = $(nodist_libsod_la_SOURCES) \
336         $(nodist_pkginclude_HEADERS)
337 pkginclude_HEADERS = sod.h
338
339 ###--------------------------------------------------------------------------
340 ### Manual pages.
341 dist_man_MANS = sod.3 sod-structs.3
342
343 ###--------------------------------------------------------------------------
344 ### Include and library path.
345 SOD_INCLUDES = \
346         -I$(top_srcdir)/lib -I$(top_builddir)/lib
347
348 AM_CPPFLAGS = $(SOD_INCLUDES)
349 LDADD = $(top_builddir)/lib/libsod.la
350
351 ###--------------------------------------------------------------------------
352 ### Standard configuration substitutions.
353 confsubst = $(top_srcdir)/config/confsubst
354 SUBSTITUTIONS = \
355         prefix=$(prefix) exec_prefix=$(exec_prefix) \
356         libdir=$(libdir) includedir=$(includedir) \
357         bindir=$(bindir) sbindir=$(sbindir) \
358         srcdir=$(srcdir) \
359         PACKAGE=$(PACKAGE) VERSION=$(VERSION) ASDF_VERSION=$(ASDF_VERSION)
360
361 V_SUBST = $(V_SUBST_$(V))
362 V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY))
363 V_SUBST_0 = @echo "  SUBST  $@";
364 SUBST = $(V_SUBST)$(confsubst)
365
366 ###--------------------------------------------------------------------------
367 ### Translating SOD input files.
368 SOD = $(top_builddir)/src/sod
369 V_SOD_c = $(V_SOD_c_$(V))
370 V_SOD_c_ = $(V_SOD_c_$(AM_DEFAULT_VERBOSITY))
371 V_SOD_c_0 = @echo "  SOD[c] $@";
372 V_SOD_h = $(V_SOD_h_$(V))
373 V_SOD_h_ = $(V_SOD_h_$(AM_DEFAULT_VERBOSITY))
374 V_SOD_h_0 = @echo "  SOD[h] $@";
375
376 ###--------------------------------------------------------------------------
377 ### Silent rules for Lisp.
378 V_DUMP = $(V_DUMP_$(V))
379 V_DUMP_ = $(V_DUMP_$(AM_DEFAULT_VERBOSITY))
380 V_DUMP_0 = @echo "  DUMP   $@";
381 V_TEST = $(V_TEST_$(V))
382 V_TEST_ = $(V_TEST_$(AM_DEFAULT_VERBOSITY))
383 V_TEST_0 = @echo "  TEST   $@";
384
385 ###--------------------------------------------------------------------------
386 ### The library.
387 lib_LTLIBRARIES = libsod.la
388 libsod_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO)
389
390 ###--------------------------------------------------------------------------
391 ### The source files.
392 libsod_la_SOURCES = sod.c
393
394 ###--------------------------------------------------------------------------
395 ### Generated builtin module.
396 nodist_libsod_la_SOURCES = sod-base.c
397 nodist_pkginclude_HEADERS = sod-base.h
398 all: $(BUILT_SOURCES)
399         $(MAKE) $(AM_MAKEFLAGS) all-am
400
401 .SUFFIXES:
402 .SUFFIXES: .c .h .sod .lo .o .obj
403 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/vars.am $(am__configure_deps)
404         @for dep in $?; do \
405           case '$(am__configure_deps)' in \
406             *$$dep*) \
407               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
408                 && { if test -f $@; then exit 0; else break; fi; }; \
409               exit 1;; \
410           esac; \
411         done; \
412         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
413         $(am__cd) $(top_srcdir) && \
414           $(AUTOMAKE) --foreign lib/Makefile
415 .PRECIOUS: Makefile
416 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417         @case '$?' in \
418           *config.status*) \
419             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
420           *) \
421             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
422             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
423         esac;
424 $(top_srcdir)/vars.am:
425
426 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
427         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
428
429 $(top_srcdir)/configure:  $(am__configure_deps)
430         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
431 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
432         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
433 $(am__aclocal_m4_deps):
434 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
435         @$(NORMAL_INSTALL)
436         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
437         list2=; for p in $$list; do \
438           if test -f $$p; then \
439             list2="$$list2 $$p"; \
440           else :; fi; \
441         done; \
442         test -z "$$list2" || { \
443           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
444           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
445           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
446           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
447         }
448
449 uninstall-libLTLIBRARIES:
450         @$(NORMAL_UNINSTALL)
451         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
452         for p in $$list; do \
453           $(am__strip_dir) \
454           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
455           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
456         done
457
458 clean-libLTLIBRARIES:
459         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
460         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
461           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
462           test "$$dir" != "$$p" || dir=.; \
463           echo "rm -f \"$${dir}/so_locations\""; \
464           rm -f "$${dir}/so_locations"; \
465         done
466 libsod.la: $(libsod_la_OBJECTS) $(libsod_la_DEPENDENCIES) $(EXTRA_libsod_la_DEPENDENCIES) 
467         $(AM_V_CCLD)$(libsod_la_LINK) -rpath $(libdir) $(libsod_la_OBJECTS) $(libsod_la_LIBADD) $(LIBS)
468 install-binPROGRAMS: $(bin_PROGRAMS)
469         @$(NORMAL_INSTALL)
470         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
471         if test -n "$$list"; then \
472           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
473           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
474         fi; \
475         for p in $$list; do echo "$$p $$p"; done | \
476         sed 's/$(EXEEXT)$$//' | \
477         while read p p1; do if test -f $$p || test -f $$p1; \
478           then echo "$$p"; echo "$$p"; else :; fi; \
479         done | \
480         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
481             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
482         sed 'N;N;N;s,\n, ,g' | \
483         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
484           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
485             if ($$2 == $$4) files[d] = files[d] " " $$1; \
486             else { print "f", $$3 "/" $$4, $$1; } } \
487           END { for (d in files) print "f", d, files[d] }' | \
488         while read type dir files; do \
489             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
490             test -z "$$files" || { \
491             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
492             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
493             } \
494         ; done
495
496 uninstall-binPROGRAMS:
497         @$(NORMAL_UNINSTALL)
498         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
499         files=`for p in $$list; do echo "$$p"; done | \
500           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
501               -e 's/$$/$(EXEEXT)/' `; \
502         test -n "$$list" || exit 0; \
503         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
504         cd "$(DESTDIR)$(bindir)" && rm -f $$files
505
506 clean-binPROGRAMS:
507         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
508         echo " rm -f" $$list; \
509         rm -f $$list || exit $$?; \
510         test -n "$(EXEEXT)" || exit 0; \
511         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
512         echo " rm -f" $$list; \
513         rm -f $$list
514
515 clean-checkPROGRAMS:
516         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
517         echo " rm -f" $$list; \
518         rm -f $$list || exit $$?; \
519         test -n "$(EXEEXT)" || exit 0; \
520         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
521         echo " rm -f" $$list; \
522         rm -f $$list
523
524 mostlyclean-compile:
525         -rm -f *.$(OBJEXT)
526
527 distclean-compile:
528         -rm -f *.tab.c
529
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sod-base.Plo@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sod.Plo@am__quote@
532
533 .c.o:
534 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
535 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
536 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
537 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
538 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
539
540 .c.obj:
541 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
542 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
543 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
544 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
546
547 .c.lo:
548 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
549 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
550 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
551 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
552 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
553
554 mostlyclean-libtool:
555         -rm -f *.lo
556
557 clean-libtool:
558         -rm -rf .libs _libs
559 install-man3: $(dist_man_MANS)
560         @$(NORMAL_INSTALL)
561         @list1=''; \
562         list2='$(dist_man_MANS)'; \
563         test -n "$(man3dir)" \
564           && test -n "`echo $$list1$$list2`" \
565           || exit 0; \
566         echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
567         $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
568         { for i in $$list1; do echo "$$i"; done;  \
569         if test -n "$$list2"; then \
570           for i in $$list2; do echo "$$i"; done \
571             | sed -n '/\.3[a-z]*$$/p'; \
572         fi; \
573         } | while read p; do \
574           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
575           echo "$$d$$p"; echo "$$p"; \
576         done | \
577         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
578               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
579         sed 'N;N;s,\n, ,g' | { \
580         list=; while read file base inst; do \
581           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
582             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
583             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
584           fi; \
585         done; \
586         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
587         while read files; do \
588           test -z "$$files" || { \
589             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
590             $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
591         done; }
592
593 uninstall-man3:
594         @$(NORMAL_UNINSTALL)
595         @list=''; test -n "$(man3dir)" || exit 0; \
596         files=`{ for i in $$list; do echo "$$i"; done; \
597         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
598           sed -n '/\.3[a-z]*$$/p'; \
599         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
600               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
601         dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
602 install-nodist_pkgincludeHEADERS: $(nodist_pkginclude_HEADERS)
603         @$(NORMAL_INSTALL)
604         @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
605         if test -n "$$list"; then \
606           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
607           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
608         fi; \
609         for p in $$list; do \
610           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
611           echo "$$d$$p"; \
612         done | $(am__base_list) | \
613         while read files; do \
614           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
615           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
616         done
617
618 uninstall-nodist_pkgincludeHEADERS:
619         @$(NORMAL_UNINSTALL)
620         @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
621         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
622         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
623 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
624         @$(NORMAL_INSTALL)
625         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
626         if test -n "$$list"; then \
627           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
628           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
629         fi; \
630         for p in $$list; do \
631           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
632           echo "$$d$$p"; \
633         done | $(am__base_list) | \
634         while read files; do \
635           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
636           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
637         done
638
639 uninstall-pkgincludeHEADERS:
640         @$(NORMAL_UNINSTALL)
641         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
642         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
643         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
644
645 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
646         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
647         unique=`for i in $$list; do \
648             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
649           done | \
650           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
651               END { if (nonempty) { for (i in files) print i; }; }'`; \
652         mkid -fID $$unique
653 tags: TAGS
654
655 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
656                 $(TAGS_FILES) $(LISP)
657         set x; \
658         here=`pwd`; \
659         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
660         unique=`for i in $$list; do \
661             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
662           done | \
663           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
664               END { if (nonempty) { for (i in files) print i; }; }'`; \
665         shift; \
666         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
667           test -n "$$unique" || unique=$$empty_fix; \
668           if test $$# -gt 0; then \
669             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
670               "$$@" $$unique; \
671           else \
672             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
673               $$unique; \
674           fi; \
675         fi
676 ctags: CTAGS
677 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
678                 $(TAGS_FILES) $(LISP)
679         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
680         unique=`for i in $$list; do \
681             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
682           done | \
683           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
684               END { if (nonempty) { for (i in files) print i; }; }'`; \
685         test -z "$(CTAGS_ARGS)$$unique" \
686           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
687              $$unique
688
689 GTAGS:
690         here=`$(am__cd) $(top_builddir) && pwd` \
691           && $(am__cd) $(top_srcdir) \
692           && gtags -i $(GTAGS_ARGS) "$$here"
693
694 distclean-tags:
695         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
696
697 distdir: $(DISTFILES)
698         @list='$(MANS)'; if test -n "$$list"; then \
699           list=`for p in $$list; do \
700             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
701             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
702           if test -n "$$list" && \
703             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
704             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
705             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
706             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
707             echo "       typically \`make maintainer-clean' will remove them" >&2; \
708             exit 1; \
709           else :; fi; \
710         else :; fi
711         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
712         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
713         list='$(DISTFILES)'; \
714           dist_files=`for file in $$list; do echo $$file; done | \
715           sed -e "s|^$$srcdirstrip/||;t" \
716               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
717         case $$dist_files in \
718           */*) $(MKDIR_P) `echo "$$dist_files" | \
719                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
720                            sort -u` ;; \
721         esac; \
722         for file in $$dist_files; do \
723           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
724           if test -d $$d/$$file; then \
725             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
726             if test -d "$(distdir)/$$file"; then \
727               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
728             fi; \
729             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
730               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
731               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
732             fi; \
733             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
734           else \
735             test -f "$(distdir)/$$file" \
736             || cp -p $$d/$$file "$(distdir)/$$file" \
737             || exit 1; \
738           fi; \
739         done
740 check-am: all-am
741         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
742 check: $(BUILT_SOURCES)
743         $(MAKE) $(AM_MAKEFLAGS) check-am
744 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS)
745 install-binPROGRAMS: install-libLTLIBRARIES
746
747 installdirs:
748         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)"; do \
749           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
750         done
751 install: $(BUILT_SOURCES)
752         $(MAKE) $(AM_MAKEFLAGS) install-am
753 install-exec: install-exec-am
754 install-data: install-data-am
755 uninstall: uninstall-am
756
757 install-am: all-am
758         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
759
760 installcheck: installcheck-am
761 install-strip:
762         if test -z '$(STRIP)'; then \
763           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
764             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
765               install; \
766         else \
767           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
768             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
769             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
770         fi
771 mostlyclean-generic:
772
773 clean-generic:
774         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
775
776 distclean-generic:
777         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
778         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
779         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
780
781 maintainer-clean-generic:
782         @echo "This command is intended for maintainers to use"
783         @echo "it deletes files that may require special tools to rebuild."
784         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
785         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
786 clean: clean-am
787
788 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
789         clean-libLTLIBRARIES clean-libtool mostlyclean-am
790
791 distclean: distclean-am
792         -rm -rf ./$(DEPDIR)
793         -rm -f Makefile
794 distclean-am: clean-am distclean-compile distclean-generic \
795         distclean-tags
796
797 dvi: dvi-am
798
799 dvi-am:
800
801 html: html-am
802
803 html-am:
804
805 info: info-am
806
807 info-am:
808
809 install-data-am: install-man install-nodist_pkgincludeHEADERS \
810         install-pkgincludeHEADERS
811
812 install-dvi: install-dvi-am
813
814 install-dvi-am:
815
816 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
817
818 install-html: install-html-am
819
820 install-html-am:
821
822 install-info: install-info-am
823
824 install-info-am:
825
826 install-man: install-man3
827
828 install-pdf: install-pdf-am
829
830 install-pdf-am:
831
832 install-ps: install-ps-am
833
834 install-ps-am:
835
836 installcheck-am:
837
838 maintainer-clean: maintainer-clean-am
839         -rm -rf ./$(DEPDIR)
840         -rm -f Makefile
841 maintainer-clean-am: distclean-am maintainer-clean-generic
842
843 mostlyclean: mostlyclean-am
844
845 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
846         mostlyclean-libtool
847
848 pdf: pdf-am
849
850 pdf-am:
851
852 ps: ps-am
853
854 ps-am:
855
856 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
857         uninstall-man uninstall-nodist_pkgincludeHEADERS \
858         uninstall-pkgincludeHEADERS
859
860 uninstall-man: uninstall-man3
861
862 .MAKE: all check check-am install install-am install-strip
863
864 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
865         clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
866         clean-libtool ctags distclean distclean-compile \
867         distclean-generic distclean-libtool distclean-tags distdir dvi \
868         dvi-am html html-am info info-am install install-am \
869         install-binPROGRAMS install-data install-data-am install-dvi \
870         install-dvi-am install-exec install-exec-am install-html \
871         install-html-am install-info install-info-am \
872         install-libLTLIBRARIES install-man install-man3 \
873         install-nodist_pkgincludeHEADERS install-pdf install-pdf-am \
874         install-pkgincludeHEADERS install-ps install-ps-am \
875         install-strip installcheck installcheck-am installdirs \
876         maintainer-clean maintainer-clean-generic mostlyclean \
877         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
878         pdf pdf-am ps ps-am tags uninstall uninstall-am \
879         uninstall-binPROGRAMS uninstall-libLTLIBRARIES uninstall-man \
880         uninstall-man3 uninstall-nodist_pkgincludeHEADERS \
881         uninstall-pkgincludeHEADERS
882
883 .sod.c: $(SOD); $(V_SOD_c)$(SOD) -tc $<
884 .sod.h: $(SOD); $(V_SOD_h)$(SOD) -th $<
885
886 ###----- That's all, folks --------------------------------------------------
887
888 sod-base.c: $(SOD); $(V_SOD_c)$(SOD) -tc --builtin
889 sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin
890
891 ###----- That's all, folks --------------------------------------------------
892
893 # Tell versions [3.59,3.63) of GNU make to not export all variables.
894 # Otherwise a system limit (for SysV at least) may be exceeded.
895 .NOEXPORT: