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