[375a068] | 1 | # Makefile.in generated by automake 1.11.3 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 | ######################## -*- Mode: Makefile-Automake -*- ###################### |
---|
| 19 | ############################################################################### |
---|
| 20 | |
---|
| 21 | VPATH = @srcdir@ |
---|
| 22 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
| 23 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
| 24 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
| 25 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
---|
| 26 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
| 27 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
| 28 | install_sh_PROGRAM = $(install_sh) -c |
---|
| 29 | install_sh_SCRIPT = $(install_sh) -c |
---|
| 30 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
| 31 | transform = $(program_transform_name) |
---|
| 32 | NORMAL_INSTALL = : |
---|
| 33 | PRE_INSTALL = : |
---|
| 34 | POST_INSTALL = : |
---|
| 35 | NORMAL_UNINSTALL = : |
---|
| 36 | PRE_UNINSTALL = : |
---|
| 37 | POST_UNINSTALL = : |
---|
| 38 | build_triplet = @build@ |
---|
| 39 | host_triplet = @host@ |
---|
| 40 | subdir = src/prelude |
---|
| 41 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in |
---|
| 42 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
| 43 | am__aclocal_m4_deps = $(top_srcdir)/configure.ac |
---|
| 44 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
| 45 | $(ACLOCAL_M4) |
---|
| 46 | mkinstalldirs = $(install_sh) -d |
---|
| 47 | CONFIG_HEADER = $(top_builddir)/config.h |
---|
| 48 | CONFIG_CLEAN_FILES = |
---|
| 49 | CONFIG_CLEAN_VPATH_FILES = |
---|
| 50 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
---|
| 51 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
---|
| 52 | am__v_GEN_0 = @echo " GEN " $@; |
---|
| 53 | AM_V_at = $(am__v_at_@AM_V@) |
---|
| 54 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
---|
| 55 | am__v_at_0 = @ |
---|
| 56 | SOURCES = |
---|
| 57 | DIST_SOURCES = |
---|
| 58 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
| 59 | am__vpath_adj = case $$p in \ |
---|
| 60 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
| 61 | *) f=$$p;; \ |
---|
| 62 | esac; |
---|
| 63 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
---|
| 64 | am__install_max = 40 |
---|
| 65 | am__nobase_strip_setup = \ |
---|
| 66 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
---|
| 67 | am__nobase_strip = \ |
---|
| 68 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
---|
| 69 | am__nobase_list = $(am__nobase_strip_setup); \ |
---|
| 70 | for p in $$list; do echo "$$p $$p"; done | \ |
---|
| 71 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
---|
| 72 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
---|
| 73 | if (++n[$$2] == $(am__install_max)) \ |
---|
| 74 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
---|
| 75 | END { for (dir in files) print dir, files[dir] }' |
---|
| 76 | am__base_list = \ |
---|
| 77 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
---|
| 78 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
---|
| 79 | am__uninstall_files_from_dir = { \ |
---|
| 80 | test -z "$$files" \ |
---|
| 81 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
---|
| 82 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
---|
| 83 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
---|
| 84 | } |
---|
| 85 | am__installdirs = "$(DESTDIR)$(cfalibdir)" |
---|
| 86 | DATA = $(cfalib_DATA) $(noinst_DATA) |
---|
| 87 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
| 88 | ACLOCAL = @ACLOCAL@ |
---|
| 89 | ALLOCA = @ALLOCA@ |
---|
| 90 | AMTAR = @AMTAR@ |
---|
| 91 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
---|
| 92 | AUTOCONF = @AUTOCONF@ |
---|
| 93 | AUTOHEADER = @AUTOHEADER@ |
---|
| 94 | AUTOMAKE = @AUTOMAKE@ |
---|
| 95 | AWK = @AWK@ |
---|
| 96 | BACKEND_CC = @BACKEND_CC@ |
---|
| 97 | CC = @CC@ |
---|
| 98 | CCAS = @CCAS@ |
---|
| 99 | CCASDEPMODE = @CCASDEPMODE@ |
---|
| 100 | CCASFLAGS = @CCASFLAGS@ |
---|
| 101 | CCDEPMODE = @CCDEPMODE@ |
---|
| 102 | CFA_BACKEND_CC = @CFA_BACKEND_CC@ |
---|
| 103 | CFA_BINDIR = @CFA_BINDIR@ |
---|
| 104 | CFA_FLAGS = @CFA_FLAGS@ |
---|
| 105 | CFA_INCDIR = @CFA_INCDIR@ |
---|
| 106 | CFA_LIBDIR = @CFA_LIBDIR@ |
---|
| 107 | CFA_PREFIX = @CFA_PREFIX@ |
---|
| 108 | CFLAGS = @CFLAGS@ |
---|
| 109 | CPP = @CPP@ |
---|
| 110 | CPPFLAGS = @CPPFLAGS@ |
---|
| 111 | CXX = @CXX@ |
---|
| 112 | CXXDEPMODE = @CXXDEPMODE@ |
---|
| 113 | CXXFLAGS = @CXXFLAGS@ |
---|
| 114 | CYGPATH_W = @CYGPATH_W@ |
---|
| 115 | DEFS = @DEFS@ |
---|
| 116 | DEPDIR = @DEPDIR@ |
---|
| 117 | ECHO_C = @ECHO_C@ |
---|
| 118 | ECHO_N = @ECHO_N@ |
---|
| 119 | ECHO_T = @ECHO_T@ |
---|
| 120 | EGREP = @EGREP@ |
---|
| 121 | EXEEXT = @EXEEXT@ |
---|
| 122 | GREP = @GREP@ |
---|
| 123 | INSTALL = @INSTALL@ |
---|
| 124 | INSTALL_DATA = @INSTALL_DATA@ |
---|
| 125 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
| 126 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
| 127 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
| 128 | LDFLAGS = @LDFLAGS@ |
---|
| 129 | LEX = @LEX@ |
---|
| 130 | LEXLIB = @LEXLIB@ |
---|
| 131 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
---|
| 132 | LIBOBJS = @LIBOBJS@ |
---|
| 133 | LIBS = @LIBS@ |
---|
| 134 | LTLIBOBJS = @LTLIBOBJS@ |
---|
| 135 | MACHINE_TYPE = @MACHINE_TYPE@ |
---|
| 136 | MAINT = @MAINT@ |
---|
| 137 | MAKEINFO = @MAKEINFO@ |
---|
| 138 | MKDIR_P = @MKDIR_P@ |
---|
| 139 | OBJEXT = @OBJEXT@ |
---|
| 140 | PACKAGE = @PACKAGE@ |
---|
| 141 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
| 142 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
| 143 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
| 144 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
| 145 | PACKAGE_URL = @PACKAGE_URL@ |
---|
| 146 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
| 147 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
| 148 | RANLIB = @RANLIB@ |
---|
| 149 | SET_MAKE = @SET_MAKE@ |
---|
| 150 | SHELL = @SHELL@ |
---|
| 151 | STRIP = @STRIP@ |
---|
| 152 | VERSION = @VERSION@ |
---|
| 153 | YACC = @YACC@ |
---|
| 154 | YFLAGS = @YFLAGS@ |
---|
| 155 | abs_builddir = @abs_builddir@ |
---|
| 156 | abs_srcdir = @abs_srcdir@ |
---|
| 157 | abs_top_builddir = @abs_top_builddir@ |
---|
| 158 | abs_top_srcdir = @abs_top_srcdir@ |
---|
| 159 | ac_ct_CC = @ac_ct_CC@ |
---|
| 160 | ac_ct_CXX = @ac_ct_CXX@ |
---|
| 161 | am__include = @am__include@ |
---|
| 162 | am__leading_dot = @am__leading_dot@ |
---|
| 163 | am__quote = @am__quote@ |
---|
| 164 | am__tar = @am__tar@ |
---|
| 165 | am__untar = @am__untar@ |
---|
| 166 | bindir = @bindir@ |
---|
| 167 | build = @build@ |
---|
| 168 | build_alias = @build_alias@ |
---|
| 169 | build_cpu = @build_cpu@ |
---|
| 170 | build_os = @build_os@ |
---|
| 171 | build_vendor = @build_vendor@ |
---|
| 172 | builddir = @builddir@ |
---|
| 173 | datadir = @datadir@ |
---|
| 174 | datarootdir = @datarootdir@ |
---|
| 175 | docdir = @docdir@ |
---|
| 176 | dvidir = @dvidir@ |
---|
| 177 | exec_prefix = @exec_prefix@ |
---|
| 178 | host = @host@ |
---|
| 179 | host_alias = @host_alias@ |
---|
| 180 | host_cpu = @host_cpu@ |
---|
| 181 | host_os = @host_os@ |
---|
| 182 | host_vendor = @host_vendor@ |
---|
| 183 | htmldir = @htmldir@ |
---|
| 184 | includedir = @includedir@ |
---|
| 185 | infodir = @infodir@ |
---|
| 186 | install_sh = @install_sh@ |
---|
| 187 | libdir = @libdir@ |
---|
| 188 | libexecdir = @libexecdir@ |
---|
| 189 | localedir = @localedir@ |
---|
| 190 | localstatedir = @localstatedir@ |
---|
| 191 | mandir = @mandir@ |
---|
| 192 | mkdir_p = @mkdir_p@ |
---|
| 193 | oldincludedir = @oldincludedir@ |
---|
| 194 | pdfdir = @pdfdir@ |
---|
| 195 | prefix = @prefix@ |
---|
| 196 | program_transform_name = @program_transform_name@ |
---|
| 197 | psdir = @psdir@ |
---|
| 198 | sbindir = @sbindir@ |
---|
| 199 | sharedstatedir = @sharedstatedir@ |
---|
| 200 | srcdir = @srcdir@ |
---|
| 201 | sysconfdir = @sysconfdir@ |
---|
| 202 | target_alias = @target_alias@ |
---|
| 203 | top_build_prefix = @top_build_prefix@ |
---|
| 204 | top_builddir = @top_builddir@ |
---|
| 205 | top_srcdir = @top_srcdir@ |
---|
| 206 | |
---|
| 207 | # create object files in directory with source files |
---|
| 208 | AUTOMAKE_OPTIONS = subdir-objects |
---|
| 209 | |
---|
| 210 | # put into lib for now |
---|
| 211 | cfalibdir = ${libdir} |
---|
[3fe34ae] | 212 | cfalib_DATA = builtins.cf extras.cf prelude.cf bootloader.c |
---|
[375a068] | 213 | noinst_DATA = ../libcfa/libcfa-prelude.c |
---|
[3fe34ae] | 214 | MAINTAINERCLEANFILES = builtins.c builtins.cf extras.cf bootloader.c ${addprefix ${libdir}/,${cfalib_DATA}} ${addprefix ${libdir}/,${lib_LIBRARIES}} |
---|
[375a068] | 215 | all: all-am |
---|
| 216 | |
---|
| 217 | .SUFFIXES: |
---|
| 218 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
---|
| 219 | @for dep in $?; do \ |
---|
| 220 | case '$(am__configure_deps)' in \ |
---|
| 221 | *$$dep*) \ |
---|
| 222 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
---|
| 223 | && { if test -f $@; then exit 0; else break; fi; }; \ |
---|
| 224 | exit 1;; \ |
---|
| 225 | esac; \ |
---|
| 226 | done; \ |
---|
| 227 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/prelude/Makefile'; \ |
---|
| 228 | $(am__cd) $(top_srcdir) && \ |
---|
| 229 | $(AUTOMAKE) --foreign src/prelude/Makefile |
---|
| 230 | .PRECIOUS: Makefile |
---|
| 231 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
| 232 | @case '$?' in \ |
---|
| 233 | *config.status*) \ |
---|
| 234 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
| 235 | *) \ |
---|
| 236 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
| 237 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
| 238 | esac; |
---|
| 239 | |
---|
| 240 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
| 241 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 242 | |
---|
| 243 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
| 244 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 245 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
| 246 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
| 247 | $(am__aclocal_m4_deps): |
---|
| 248 | install-cfalibDATA: $(cfalib_DATA) |
---|
| 249 | @$(NORMAL_INSTALL) |
---|
| 250 | test -z "$(cfalibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" |
---|
| 251 | @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \ |
---|
| 252 | for p in $$list; do \ |
---|
| 253 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
| 254 | echo "$$d$$p"; \ |
---|
| 255 | done | $(am__base_list) | \ |
---|
| 256 | while read files; do \ |
---|
| 257 | echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cfalibdir)'"; \ |
---|
| 258 | $(INSTALL_DATA) $$files "$(DESTDIR)$(cfalibdir)" || exit $$?; \ |
---|
| 259 | done |
---|
| 260 | |
---|
| 261 | uninstall-cfalibDATA: |
---|
| 262 | @$(NORMAL_UNINSTALL) |
---|
| 263 | @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \ |
---|
| 264 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
---|
| 265 | dir='$(DESTDIR)$(cfalibdir)'; $(am__uninstall_files_from_dir) |
---|
| 266 | tags: TAGS |
---|
| 267 | TAGS: |
---|
| 268 | |
---|
| 269 | ctags: CTAGS |
---|
| 270 | CTAGS: |
---|
| 271 | |
---|
| 272 | |
---|
| 273 | distdir: $(DISTFILES) |
---|
| 274 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 275 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
| 276 | list='$(DISTFILES)'; \ |
---|
| 277 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
| 278 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
| 279 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
| 280 | case $$dist_files in \ |
---|
| 281 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
| 282 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
| 283 | sort -u` ;; \ |
---|
| 284 | esac; \ |
---|
| 285 | for file in $$dist_files; do \ |
---|
| 286 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
| 287 | if test -d $$d/$$file; then \ |
---|
| 288 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
| 289 | if test -d "$(distdir)/$$file"; then \ |
---|
| 290 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
| 291 | fi; \ |
---|
| 292 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
| 293 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
---|
| 294 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
| 295 | fi; \ |
---|
| 296 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
---|
| 297 | else \ |
---|
| 298 | test -f "$(distdir)/$$file" \ |
---|
| 299 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
---|
| 300 | || exit 1; \ |
---|
| 301 | fi; \ |
---|
| 302 | done |
---|
| 303 | check-am: all-am |
---|
| 304 | check: check-am |
---|
| 305 | all-am: Makefile $(DATA) |
---|
| 306 | installdirs: |
---|
| 307 | for dir in "$(DESTDIR)$(cfalibdir)"; do \ |
---|
| 308 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
---|
| 309 | done |
---|
| 310 | install: install-am |
---|
| 311 | install-exec: install-exec-am |
---|
| 312 | install-data: install-data-am |
---|
| 313 | uninstall: uninstall-am |
---|
| 314 | |
---|
| 315 | install-am: all-am |
---|
| 316 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
| 317 | |
---|
| 318 | installcheck: installcheck-am |
---|
| 319 | install-strip: |
---|
| 320 | if test -z '$(STRIP)'; then \ |
---|
| 321 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 322 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 323 | install; \ |
---|
| 324 | else \ |
---|
| 325 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
| 326 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
| 327 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
---|
| 328 | fi |
---|
| 329 | mostlyclean-generic: |
---|
| 330 | |
---|
| 331 | clean-generic: |
---|
| 332 | |
---|
| 333 | distclean-generic: |
---|
| 334 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
| 335 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
| 336 | |
---|
| 337 | maintainer-clean-generic: |
---|
| 338 | @echo "This command is intended for maintainers to use" |
---|
| 339 | @echo "it deletes files that may require special tools to rebuild." |
---|
| 340 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
---|
| 341 | clean: clean-am |
---|
| 342 | |
---|
| 343 | clean-am: clean-generic mostlyclean-am |
---|
| 344 | |
---|
| 345 | distclean: distclean-am |
---|
| 346 | -rm -f Makefile |
---|
| 347 | distclean-am: clean-am distclean-generic |
---|
| 348 | |
---|
| 349 | dvi: dvi-am |
---|
| 350 | |
---|
| 351 | dvi-am: |
---|
| 352 | |
---|
| 353 | html: html-am |
---|
| 354 | |
---|
| 355 | html-am: |
---|
| 356 | |
---|
| 357 | info: info-am |
---|
| 358 | |
---|
| 359 | info-am: |
---|
| 360 | |
---|
| 361 | install-data-am: install-cfalibDATA |
---|
| 362 | |
---|
| 363 | install-dvi: install-dvi-am |
---|
| 364 | |
---|
| 365 | install-dvi-am: |
---|
| 366 | |
---|
| 367 | install-exec-am: |
---|
| 368 | |
---|
| 369 | install-html: install-html-am |
---|
| 370 | |
---|
| 371 | install-html-am: |
---|
| 372 | |
---|
| 373 | install-info: install-info-am |
---|
| 374 | |
---|
| 375 | install-info-am: |
---|
| 376 | |
---|
| 377 | install-man: |
---|
| 378 | |
---|
| 379 | install-pdf: install-pdf-am |
---|
| 380 | |
---|
| 381 | install-pdf-am: |
---|
| 382 | |
---|
| 383 | install-ps: install-ps-am |
---|
| 384 | |
---|
| 385 | install-ps-am: |
---|
| 386 | |
---|
| 387 | installcheck-am: |
---|
| 388 | |
---|
| 389 | maintainer-clean: maintainer-clean-am |
---|
| 390 | -rm -f Makefile |
---|
| 391 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
| 392 | |
---|
| 393 | mostlyclean: mostlyclean-am |
---|
| 394 | |
---|
| 395 | mostlyclean-am: mostlyclean-generic |
---|
| 396 | |
---|
| 397 | pdf: pdf-am |
---|
| 398 | |
---|
| 399 | pdf-am: |
---|
| 400 | |
---|
| 401 | ps: ps-am |
---|
| 402 | |
---|
| 403 | ps-am: |
---|
| 404 | |
---|
| 405 | uninstall-am: uninstall-cfalibDATA |
---|
| 406 | |
---|
| 407 | .MAKE: install-am install-strip |
---|
| 408 | |
---|
| 409 | .PHONY: all all-am check check-am clean clean-generic distclean \ |
---|
| 410 | distclean-generic distdir dvi dvi-am html html-am info info-am \ |
---|
| 411 | install install-am install-cfalibDATA install-data \ |
---|
| 412 | install-data-am install-dvi install-dvi-am install-exec \ |
---|
| 413 | install-exec-am install-html install-html-am install-info \ |
---|
| 414 | install-info-am install-man install-pdf install-pdf-am \ |
---|
| 415 | install-ps install-ps-am install-strip installcheck \ |
---|
| 416 | installcheck-am installdirs maintainer-clean \ |
---|
| 417 | maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ |
---|
| 418 | pdf-am ps ps-am uninstall uninstall-am uninstall-cfalibDATA |
---|
| 419 | |
---|
| 420 | |
---|
| 421 | # create extra forward types/declarations to reduce inclusion of library files |
---|
| 422 | extras.cf : extras.regx extras.c |
---|
| 423 | ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@ -E ${srcdir}/extras.c | grep -f extras.regx > ${srcdir}/extras.cf |
---|
| 424 | |
---|
| 425 | # create forward declarations for gcc builtins |
---|
[dc99f38] | 426 | builtins.cf : builtins.c prototypes.sed |
---|
| 427 | ${AM_V_GEN}@BACKEND_CC@ -E -P $< | sed -f prototypes.sed > $@ |
---|
[375a068] | 428 | |
---|
| 429 | builtins.c : builtins.def prototypes.awk |
---|
[99b75cab] | 430 | ${AM_V_GEN}@BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ |
---|
[375a068] | 431 | |
---|
| 432 | builtins.def : |
---|
| 433 | |
---|
| 434 | prototypes.awk : |
---|
| 435 | |
---|
[c5a8c5b] | 436 | ../libcfa/libcfa-prelude.c : prelude.cf extras.cf builtins.cf ${abs_top_srcdir}/src/driver/cfa-cpp |
---|
[375a068] | 437 | ${AM_V_GEN}${abs_top_srcdir}/src/driver/cfa-cpp -l prelude.cf $@ # use src/cfa-cpp as not in lib until after install |
---|
| 438 | |
---|
[4d3cba50] | 439 | bootloader.c : bootloader.cf prelude.cf extras.cf builtins.cf ${abs_top_srcdir}/src/driver/cfa-cpp |
---|
[3fe34ae] | 440 | ${AM_V_GEN}${abs_top_srcdir}/src/driver/cfa-cpp -tpm bootloader.cf $@ # use src/cfa-cpp as not in lib until after install |
---|
| 441 | |
---|
[375a068] | 442 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
| 443 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
| 444 | .NOEXPORT: |
---|