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