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