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