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