Update automatically managed build utilities.
[sod] / src / 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 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
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_pkglispsrc_DATA) $(pkginclude_HEADERS) \
110 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
111 $(top_srcdir)/vars.am
112 bin_PROGRAMS = sod$(EXEEXT)
113 check_PROGRAMS =
114 subdir = src
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)$(pkglispsrcdir)" \
123 "$(DESTDIR)$(pkgincludedir)"
124 PROGRAMS = $(bin_PROGRAMS)
125 am_sod_OBJECTS =
126 sod_OBJECTS = $(am_sod_OBJECTS)
127 sod_LDADD = $(LDADD)
128 sod_DEPENDENCIES = $(top_builddir)/lib/libsod.la
129 AM_V_lt = $(am__v_lt_@AM_V@)
130 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
131 am__v_lt_0 = --silent
132 DEFAULT_INCLUDES = -I.@am__isrc@
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 = $(sod_SOURCES)
156 DIST_SOURCES = $(sod_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 DATA = $(dist_pkglispsrc_DATA)
190 HEADERS = $(pkginclude_HEADERS)
191 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
192 ACLOCAL = @ACLOCAL@
193 AMTAR = @AMTAR@
194 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
195 AR = @AR@
196 AUTOCONF = @AUTOCONF@
197 AUTOHEADER = @AUTOHEADER@
198 AUTOMAKE = @AUTOMAKE@
199 AWK = @AWK@
200 CC = @CC@
201 CCDEPMODE = @CCDEPMODE@
202 CFLAGS = @CFLAGS@
203 CL_LAUNCH = @CL_LAUNCH@
204 CPP = @CPP@
205 CPPFLAGS = @CPPFLAGS@
206 CYGPATH_W = @CYGPATH_W@
207 DEFS = @DEFS@
208 DEPDIR = @DEPDIR@
209 DLLTOOL = @DLLTOOL@
210 DSYMUTIL = @DSYMUTIL@
211 DUMPBIN = @DUMPBIN@
212 ECHO_C = @ECHO_C@
213 ECHO_N = @ECHO_N@
214 ECHO_T = @ECHO_T@
215 EGREP = @EGREP@
216 EXEEXT = @EXEEXT@
217 FASL_TYPE = @FASL_TYPE@
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 host = @host@
283 host_alias = @host_alias@
284 host_cpu = @host_cpu@
285 host_os = @host_os@
286 host_vendor = @host_vendor@
287 htmldir = @htmldir@
288 includedir = @includedir@
289 infodir = @infodir@
290 install_sh = @install_sh@
291 libdir = @libdir@
292 libexecdir = @libexecdir@
293 lispsrcdir = @lispsrcdir@
294 lispsysdir = @lispsysdir@
295 localedir = @localedir@
296 localstatedir = @localstatedir@
297 mandir = @mandir@
298 mkdir_p = @mkdir_p@
299 oldincludedir = @oldincludedir@
300 pdfdir = @pdfdir@
301 prefix = @prefix@
302 program_transform_name = @program_transform_name@
303 psdir = @psdir@
304 sbindir = @sbindir@
305 sharedstatedir = @sharedstatedir@
306 srcdir = @srcdir@
307 sysconfdir = @sysconfdir@
308 target_alias = @target_alias@
309 top_build_prefix = @top_build_prefix@
310 top_builddir = @top_builddir@
311 top_srcdir = @top_srcdir@
312 pkglispsrcdir = $(lispsrcdir)/$(PACKAGE)
313
314 ###--------------------------------------------------------------------------
315 ### Initial values for common variables.
316 EXTRA_DIST =
317
318 ###--------------------------------------------------------------------------
319 ### Constructing an output image.
320 CLEANFILES = $(BUILT_SOURCES) *.$(FASL_TYPE)
321 DISTCLEANFILES =
322 MAINTAINERCLEANFILES =
323 SUFFIXES = .c .h .sod
324 BUILT_SOURCES =
325 pkginclude_HEADERS =
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 ### Translating SOD input files.
337 SOD = $(top_builddir)/src/sod
338
339 ###--------------------------------------------------------------------------
340 ### The source files.
341 dist_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
361 sod_SOURCES =
362 all: $(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
380 Makefile: $(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):
398 install-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
426 uninstall-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
436 clean-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
445 clean-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
454 mostlyclean-compile:
455 -rm -f *.$(OBJEXT)
456
457 distclean-compile:
458 -rm -f *.tab.c
459
460 mostlyclean-libtool:
461 -rm -f *.lo
462
463 clean-libtool:
464 -rm -rf .libs _libs
465 install-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
481 uninstall-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)
486 install-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
502 uninstall-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)
507 tags: TAGS
508 TAGS:
509
510 ctags: CTAGS
511 CTAGS:
512
513
514 distdir: $(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
544 check-am: all-am
545 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
546 check: $(BUILT_SOURCES)
547 $(MAKE) $(AM_MAKEFLAGS) check-am
548 all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
549 installdirs:
550 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglispsrcdir)" "$(DESTDIR)$(pkgincludedir)"; do \
551 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
552 done
553 install: $(BUILT_SOURCES)
554 $(MAKE) $(AM_MAKEFLAGS) install-am
555 install-exec: install-exec-am
556 install-data: install-data-am
557 uninstall: uninstall-am
558
559 install-am: all-am
560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
561
562 installcheck: installcheck-am
563 install-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
573 mostlyclean-generic:
574
575 clean-generic:
576 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
577
578 distclean-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
583 maintainer-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)
588 clean: clean-am
589
590 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
591 clean-libtool mostlyclean-am
592
593 distclean: distclean-am
594 -rm -f Makefile
595 distclean-am: clean-am distclean-compile distclean-generic
596
597 dvi: dvi-am
598
599 dvi-am:
600
601 html: html-am
602
603 html-am:
604
605 info: info-am
606
607 info-am:
608
609 install-data-am: install-data-local install-dist_pkglispsrcDATA \
610 install-pkgincludeHEADERS
611
612 install-dvi: install-dvi-am
613
614 install-dvi-am:
615
616 install-exec-am: install-binPROGRAMS
617
618 install-html: install-html-am
619
620 install-html-am:
621
622 install-info: install-info-am
623
624 install-info-am:
625
626 install-man:
627
628 install-pdf: install-pdf-am
629
630 install-pdf-am:
631
632 install-ps: install-ps-am
633
634 install-ps-am:
635
636 installcheck-am:
637
638 maintainer-clean: maintainer-clean-am
639 -rm -f Makefile
640 maintainer-clean-am: distclean-am maintainer-clean-generic
641
642 mostlyclean: mostlyclean-am
643
644 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
645 mostlyclean-libtool
646
647 pdf: pdf-am
648
649 pdf-am:
650
651 ps: ps-am
652
653 ps-am:
654
655 uninstall-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 --------------------------------------------------
680 sod: $(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
689 install-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: