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