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