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 FASL_TYPE = @FASL_TYPE@
226 FGREP = @FGREP@
227 GREP = @GREP@
228 INSTALL = @INSTALL@
229 INSTALL_DATA = @INSTALL_DATA@
230 INSTALL_PROGRAM = @INSTALL_PROGRAM@
231 INSTALL_SCRIPT = @INSTALL_SCRIPT@
232 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
233 LD = @LD@
234 LDFLAGS = @LDFLAGS@
235 LIBOBJS = @LIBOBJS@
236 LIBS = @LIBS@
237 LIBTOOL = @LIBTOOL@
238 LIBTOOL_VERSION_INFO = @LIBTOOL_VERSION_INFO@
239 LIPO = @LIPO@
240 LISPSYS = @LISPSYS@
241 LN_S = @LN_S@
242 LTLIBOBJS = @LTLIBOBJS@
243 MAKEINFO = @MAKEINFO@
244 MANIFEST_TOOL = @MANIFEST_TOOL@
245 MKDIR_P = @MKDIR_P@
246 NM = @NM@
247 NMEDIT = @NMEDIT@
248 OBJDUMP = @OBJDUMP@
249 OBJEXT = @OBJEXT@
250 OTOOL = @OTOOL@
251 OTOOL64 = @OTOOL64@
252 PACKAGE = @PACKAGE@
253 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
254 PACKAGE_NAME = @PACKAGE_NAME@
255 PACKAGE_STRING = @PACKAGE_STRING@
256 PACKAGE_TARNAME = @PACKAGE_TARNAME@
257 PACKAGE_URL = @PACKAGE_URL@
258 PACKAGE_VERSION = @PACKAGE_VERSION@
259 PATH_SEPARATOR = @PATH_SEPARATOR@
260 RANLIB = @RANLIB@
261 SED = @SED@
262 SET_MAKE = @SET_MAKE@
263 SHELL = @SHELL@
264 STRIP = @STRIP@
265 VERSION = @VERSION@
266 abs_builddir = @abs_builddir@
267 abs_srcdir = @abs_srcdir@
268 abs_top_builddir = @abs_top_builddir@
269 abs_top_srcdir = @abs_top_srcdir@
270 ac_ct_AR = @ac_ct_AR@
271 ac_ct_CC = @ac_ct_CC@
272 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
273 am__include = @am__include@
274 am__leading_dot = @am__leading_dot@
275 am__quote = @am__quote@
276 am__tar = @am__tar@
277 am__untar = @am__untar@
278 bindir = @bindir@
279 build = @build@
280 build_alias = @build_alias@
281 build_cpu = @build_cpu@
282 build_os = @build_os@
283 build_vendor = @build_vendor@
284 builddir = @builddir@
285 datadir = @datadir@
286 datarootdir = @datarootdir@
287 docdir = @docdir@
288 dvidir = @dvidir@
289 exec_prefix = @exec_prefix@
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 ### Translating SOD input files.
343 SOD = $(top_builddir)/src/sod
344
345 ###--------------------------------------------------------------------------
346 ### The library.
347 lib_LTLIBRARIES = libsod.la
348 libsod_la_LDFLAGS = -version-info $(LIBTOOL_VERSION_INFO)
349
350 ###--------------------------------------------------------------------------
351 ### The source files.
352 libsod_la_SOURCES = sod.c
353
354 ###--------------------------------------------------------------------------
355 ### Generated builtin module.
356 nodist_libsod_la_SOURCES = sod-base.c
357 nodist_pkginclude_HEADERS = sod-base.h
358 all: $(BUILT_SOURCES)
359 $(MAKE) $(AM_MAKEFLAGS) all-am
360
361 .SUFFIXES:
362 .SUFFIXES: .c .h .sod .lo .o .obj
363 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/vars.am $(am__configure_deps)
364 @for dep in $?; do \
365 case '$(am__configure_deps)' in \
366 *$$dep*) \
367 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
368 && { if test -f $@; then exit 0; else break; fi; }; \
369 exit 1;; \
370 esac; \
371 done; \
372 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
373 $(am__cd) $(top_srcdir) && \
374 $(AUTOMAKE) --foreign lib/Makefile
375 .PRECIOUS: Makefile
376 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
377 @case '$?' in \
378 *config.status*) \
379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
380 *) \
381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
382 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
383 esac;
384 $(top_srcdir)/vars.am:
385
386 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
387 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388
389 $(top_srcdir)/configure: $(am__configure_deps)
390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
393 $(am__aclocal_m4_deps):
394 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
395 @$(NORMAL_INSTALL)
396 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
397 list2=; for p in $$list; do \
398 if test -f $$p; then \
399 list2="$$list2 $$p"; \
400 else :; fi; \
401 done; \
402 test -z "$$list2" || { \
403 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
404 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
405 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
406 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
407 }
408
409 uninstall-libLTLIBRARIES:
410 @$(NORMAL_UNINSTALL)
411 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
412 for p in $$list; do \
413 $(am__strip_dir) \
414 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
415 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
416 done
417
418 clean-libLTLIBRARIES:
419 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
420 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
421 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
422 test "$$dir" != "$$p" || dir=.; \
423 echo "rm -f \"$${dir}/so_locations\""; \
424 rm -f "$${dir}/so_locations"; \
425 done
426 libsod.la: $(libsod_la_OBJECTS) $(libsod_la_DEPENDENCIES) $(EXTRA_libsod_la_DEPENDENCIES)
427 $(AM_V_CCLD)$(libsod_la_LINK) -rpath $(libdir) $(libsod_la_OBJECTS) $(libsod_la_LIBADD) $(LIBS)
428 install-binPROGRAMS: $(bin_PROGRAMS)
429 @$(NORMAL_INSTALL)
430 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
431 if test -n "$$list"; then \
432 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
433 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
434 fi; \
435 for p in $$list; do echo "$$p $$p"; done | \
436 sed 's/$(EXEEXT)$$//' | \
437 while read p p1; do if test -f $$p || test -f $$p1; \
438 then echo "$$p"; echo "$$p"; else :; fi; \
439 done | \
440 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
441 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
442 sed 'N;N;N;s,\n, ,g' | \
443 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
444 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
445 if ($$2 == $$4) files[d] = files[d] " " $$1; \
446 else { print "f", $$3 "/" $$4, $$1; } } \
447 END { for (d in files) print "f", d, files[d] }' | \
448 while read type dir files; do \
449 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
450 test -z "$$files" || { \
451 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
452 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
453 } \
454 ; done
455
456 uninstall-binPROGRAMS:
457 @$(NORMAL_UNINSTALL)
458 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
459 files=`for p in $$list; do echo "$$p"; done | \
460 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
461 -e 's/$$/$(EXEEXT)/' `; \
462 test -n "$$list" || exit 0; \
463 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
464 cd "$(DESTDIR)$(bindir)" && rm -f $$files
465
466 clean-binPROGRAMS:
467 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
468 echo " rm -f" $$list; \
469 rm -f $$list || exit $$?; \
470 test -n "$(EXEEXT)" || exit 0; \
471 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
472 echo " rm -f" $$list; \
473 rm -f $$list
474
475 clean-checkPROGRAMS:
476 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
477 echo " rm -f" $$list; \
478 rm -f $$list || exit $$?; \
479 test -n "$(EXEEXT)" || exit 0; \
480 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
481 echo " rm -f" $$list; \
482 rm -f $$list
483
484 mostlyclean-compile:
485 -rm -f *.$(OBJEXT)
486
487 distclean-compile:
488 -rm -f *.tab.c
489
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sod-base.Plo@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sod.Plo@am__quote@
492
493 .c.o:
494 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
495 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
499
500 .c.obj:
501 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
502 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
506
507 .c.lo:
508 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
509 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
513
514 mostlyclean-libtool:
515 -rm -f *.lo
516
517 clean-libtool:
518 -rm -rf .libs _libs
519 install-nodist_pkgincludeHEADERS: $(nodist_pkginclude_HEADERS)
520 @$(NORMAL_INSTALL)
521 @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
522 if test -n "$$list"; then \
523 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
524 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
525 fi; \
526 for p in $$list; do \
527 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
528 echo "$$d$$p"; \
529 done | $(am__base_list) | \
530 while read files; do \
531 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
532 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
533 done
534
535 uninstall-nodist_pkgincludeHEADERS:
536 @$(NORMAL_UNINSTALL)
537 @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
538 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
539 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
540 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
541 @$(NORMAL_INSTALL)
542 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
543 if test -n "$$list"; then \
544 echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
545 $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
546 fi; \
547 for p in $$list; do \
548 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
549 echo "$$d$$p"; \
550 done | $(am__base_list) | \
551 while read files; do \
552 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
553 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
554 done
555
556 uninstall-pkgincludeHEADERS:
557 @$(NORMAL_UNINSTALL)
558 @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
559 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
560 dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
561
562 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
563 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
564 unique=`for i in $$list; do \
565 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566 done | \
567 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
568 END { if (nonempty) { for (i in files) print i; }; }'`; \
569 mkid -fID $$unique
570 tags: TAGS
571
572 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
573 $(TAGS_FILES) $(LISP)
574 set x; \
575 here=`pwd`; \
576 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
577 unique=`for i in $$list; do \
578 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
579 done | \
580 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
581 END { if (nonempty) { for (i in files) print i; }; }'`; \
582 shift; \
583 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584 test -n "$$unique" || unique=$$empty_fix; \
585 if test $$# -gt 0; then \
586 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587 "$$@" $$unique; \
588 else \
589 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590 $$unique; \
591 fi; \
592 fi
593 ctags: CTAGS
594 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
595 $(TAGS_FILES) $(LISP)
596 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
597 unique=`for i in $$list; do \
598 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
599 done | \
600 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
601 END { if (nonempty) { for (i in files) print i; }; }'`; \
602 test -z "$(CTAGS_ARGS)$$unique" \
603 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
604 $$unique
605
606 GTAGS:
607 here=`$(am__cd) $(top_builddir) && pwd` \
608 && $(am__cd) $(top_srcdir) \
609 && gtags -i $(GTAGS_ARGS) "$$here"
610
611 distclean-tags:
612 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
613
614 distdir: $(DISTFILES)
615 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617 list='$(DISTFILES)'; \
618 dist_files=`for file in $$list; do echo $$file; done | \
619 sed -e "s|^$$srcdirstrip/||;t" \
620 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
621 case $$dist_files in \
622 */*) $(MKDIR_P) `echo "$$dist_files" | \
623 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
624 sort -u` ;; \
625 esac; \
626 for file in $$dist_files; do \
627 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
628 if test -d $$d/$$file; then \
629 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
630 if test -d "$(distdir)/$$file"; then \
631 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
632 fi; \
633 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
634 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
635 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636 fi; \
637 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
638 else \
639 test -f "$(distdir)/$$file" \
640 || cp -p $$d/$$file "$(distdir)/$$file" \
641 || exit 1; \
642 fi; \
643 done
644 check-am: all-am
645 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
646 check: $(BUILT_SOURCES)
647 $(MAKE) $(AM_MAKEFLAGS) check-am
648 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
649 install-binPROGRAMS: install-libLTLIBRARIES
650
651 installdirs:
652 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)"; do \
653 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
654 done
655 install: $(BUILT_SOURCES)
656 $(MAKE) $(AM_MAKEFLAGS) install-am
657 install-exec: install-exec-am
658 install-data: install-data-am
659 uninstall: uninstall-am
660
661 install-am: all-am
662 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
663
664 installcheck: installcheck-am
665 install-strip:
666 if test -z '$(STRIP)'; then \
667 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669 install; \
670 else \
671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
674 fi
675 mostlyclean-generic:
676
677 clean-generic:
678 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
679
680 distclean-generic:
681 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
682 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
683 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
684
685 maintainer-clean-generic:
686 @echo "This command is intended for maintainers to use"
687 @echo "it deletes files that may require special tools to rebuild."
688 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
689 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
690 clean: clean-am
691
692 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
693 clean-libLTLIBRARIES clean-libtool mostlyclean-am
694
695 distclean: distclean-am
696 -rm -rf ./$(DEPDIR)
697 -rm -f Makefile
698 distclean-am: clean-am distclean-compile distclean-generic \
699 distclean-tags
700
701 dvi: dvi-am
702
703 dvi-am:
704
705 html: html-am
706
707 html-am:
708
709 info: info-am
710
711 info-am:
712
713 install-data-am: install-nodist_pkgincludeHEADERS \
714 install-pkgincludeHEADERS
715
716 install-dvi: install-dvi-am
717
718 install-dvi-am:
719
720 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
721
722 install-html: install-html-am
723
724 install-html-am:
725
726 install-info: install-info-am
727
728 install-info-am:
729
730 install-man:
731
732 install-pdf: install-pdf-am
733
734 install-pdf-am:
735
736 install-ps: install-ps-am
737
738 install-ps-am:
739
740 installcheck-am:
741
742 maintainer-clean: maintainer-clean-am
743 -rm -rf ./$(DEPDIR)
744 -rm -f Makefile
745 maintainer-clean-am: distclean-am maintainer-clean-generic
746
747 mostlyclean: mostlyclean-am
748
749 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
750 mostlyclean-libtool
751
752 pdf: pdf-am
753
754 pdf-am:
755
756 ps: ps-am
757
758 ps-am:
759
760 uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
761 uninstall-nodist_pkgincludeHEADERS uninstall-pkgincludeHEADERS
762
763 .MAKE: all check check-am install install-am install-strip
764
765 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
766 clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
767 clean-libtool ctags distclean distclean-compile \
768 distclean-generic distclean-libtool distclean-tags distdir dvi \
769 dvi-am html html-am info info-am install install-am \
770 install-binPROGRAMS install-data install-data-am install-dvi \
771 install-dvi-am install-exec install-exec-am install-html \
772 install-html-am install-info install-info-am \
773 install-libLTLIBRARIES install-man \
774 install-nodist_pkgincludeHEADERS install-pdf install-pdf-am \
775 install-pkgincludeHEADERS install-ps install-ps-am \
776 install-strip installcheck installcheck-am installdirs \
777 maintainer-clean maintainer-clean-generic mostlyclean \
778 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
779 pdf pdf-am ps ps-am tags uninstall uninstall-am \
780 uninstall-binPROGRAMS uninstall-libLTLIBRARIES \
781 uninstall-nodist_pkgincludeHEADERS uninstall-pkgincludeHEADERS
782
783 .sod.c: $(SOD); $(SOD) -tc $<
784 .sod.h: $(SOD); $(SOD) -th $<
785
786 ###----- That's all, folks --------------------------------------------------
787
788 sod-base.c: $(SOD); $(SOD) -tc --builtin
789 sod-base.h: $(SOD); $(SOD) -th --builtin
790
791 ###----- That's all, folks --------------------------------------------------
792
793 # Tell versions [3.59,3.63) of GNU make to not export all variables.
794 # Otherwise a system limit (for SysV at least) may be exceeded.
795 .NOEXPORT: