Changes in src/prelude/Makefile.in [44f44617:8c680e9]
- File:
-
- 1 edited
-
src/prelude/Makefile.in (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.in
r44f44617 r8c680e9 1 # Makefile.in generated by automake 1.1 5from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 19 20 20 21 VPATH = @srcdir@ 21 am__is_gnu_make = { \22 if test -z '$(MAKELEVEL)'; then \23 false; \24 elif test -n '$(MAKE_HOST)'; then \25 true; \26 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \27 true; \28 else \29 false; \30 fi; \31 }32 am__make_running_with_option = \33 case $${target_option-} in \34 ?) ;; \35 *) echo "am__make_running_with_option: internal error: invalid" \36 "target option '$${target_option-}' specified" >&2; \37 exit 1;; \38 esac; \39 has_opt=no; \40 sane_makeflags=$$MAKEFLAGS; \41 if $(am__is_gnu_make); then \42 sane_makeflags=$$MFLAGS; \43 else \44 case $$MAKEFLAGS in \45 *\\[\ \ ]*) \46 bs=\\; \47 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \48 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \49 esac; \50 fi; \51 skip_next=no; \52 strip_trailopt () \53 { \54 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \55 }; \56 for flg in $$sane_makeflags; do \57 test $$skip_next = yes && { skip_next=no; continue; }; \58 case $$flg in \59 *=*|--*) continue;; \60 -*I) strip_trailopt 'I'; skip_next=yes;; \61 -*I?*) strip_trailopt 'I';; \62 -*O) strip_trailopt 'O'; skip_next=yes;; \63 -*O?*) strip_trailopt 'O';; \64 -*l) strip_trailopt 'l'; skip_next=yes;; \65 -*l?*) strip_trailopt 'l';; \66 -[dEDm]) skip_next=yes;; \67 -[JT]) skip_next=yes;; \68 esac; \69 case $$flg in \70 *$$target_option*) has_opt=yes; break;; \71 esac; \72 done; \73 test $$has_opt = yes74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))76 22 pkgdatadir = $(datadir)/@PACKAGE@ 77 23 pkgincludedir = $(includedir)/@PACKAGE@ … … 93 39 host_triplet = @host@ 94 40 subdir = src/prelude 41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 95 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 96 43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 97 44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 98 45 $(ACLOCAL_M4) 99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)100 46 mkinstalldirs = $(install_sh) -d 101 47 CONFIG_HEADER = $(top_builddir)/config.h 102 48 CONFIG_CLEAN_FILES = 103 49 CONFIG_CLEAN_VPATH_FILES = 104 AM_V_P = $(am__v_P_@AM_V@)105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)106 am__v_P_0 = false107 am__v_P_1 = :108 50 AM_V_GEN = $(am__v_GEN_@AM_V@) 109 51 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 110 am__v_GEN_0 = @echo " GEN " $@; 111 am__v_GEN_1 = 52 am__v_GEN_0 = @echo " GEN " $@; 112 53 AM_V_at = $(am__v_at_@AM_V@) 113 54 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 114 55 am__v_at_0 = @ 115 am__v_at_1 =116 56 SOURCES = 117 57 DIST_SOURCES = 118 am__can_run_installinfo = \119 case $$AM_UPDATE_INFO_DIR in \120 n|no|NO) false;; \121 *) (install-info --version) >/dev/null 2>&1;; \122 esac123 58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 124 59 am__vpath_adj = case $$p in \ … … 150 85 am__installdirs = "$(DESTDIR)$(cfalibdir)" 151 86 DATA = $(cfalib_DATA) $(noinst_DATA) 152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)153 am__DIST_COMMON = $(srcdir)/Makefile.in154 87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 155 88 ACLOCAL = @ACLOCAL@ … … 162 95 AWK = @AWK@ 163 96 BACKEND_CC = @BACKEND_CC@ 164 CC = ${abs_top_srcdir}/src/driver/cfa97 CC = @CC@ 165 98 CCAS = @CCAS@ 166 99 CCASDEPMODE = @CCASDEPMODE@ … … 264 197 program_transform_name = @program_transform_name@ 265 198 psdir = @psdir@ 266 runstatedir = @runstatedir@267 199 sbindir = @sbindir@ 268 200 sharedstatedir = @sharedstatedir@ … … 294 226 esac; \ 295 227 done; \ 296 echo ' cd $(top_srcdir) && $(AUTOMAKE) -- gnusrc/prelude/Makefile'; \228 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/prelude/Makefile'; \ 297 229 $(am__cd) $(top_srcdir) && \ 298 $(AUTOMAKE) --gnu src/prelude/Makefile 230 $(AUTOMAKE) --foreign src/prelude/Makefile 231 .PRECIOUS: Makefile 299 232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 300 233 @case '$?' in \ … … 316 249 install-cfalibDATA: $(cfalib_DATA) 317 250 @$(NORMAL_INSTALL) 251 test -z "$(cfalibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" 318 252 @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \ 319 if test -n "$$list"; then \320 echo " $(MKDIR_P) '$(DESTDIR)$(cfalibdir)'"; \321 $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" || exit 1; \322 fi; \323 253 for p in $$list; do \ 324 254 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ … … 335 265 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 336 266 dir='$(DESTDIR)$(cfalibdir)'; $(am__uninstall_files_from_dir) 337 tags TAGS:338 339 ctags CTAGS: 340 341 cscope cscopelist:267 tags: TAGS 268 TAGS: 269 270 ctags: CTAGS 271 CTAGS: 342 272 343 273 … … 479 409 .MAKE: install-am install-strip 480 410 481 .PHONY: all all-am check check-am clean clean-generic cscopelist-am\482 ctags-am distclean distclean-generic distdir dvi dvi-am html\483 html-am info info-am install install-am install-cfalibDATA\484 install-data install-data-am install-dvi install-dvi-am\485 install-exec install-exec-am install-html install-html-am\486 install-info install-info-am install-man install-pdf\487 install-p df-am install-ps install-ps-am install-strip\488 installcheck installcheck-am installdirs maintainer-clean \411 .PHONY: all all-am check check-am clean clean-generic distclean \ 412 distclean-generic distdir dvi dvi-am html html-am info info-am \ 413 install install-am install-cfalibDATA install-data \ 414 install-data-am install-dvi install-dvi-am install-exec \ 415 install-exec-am install-html install-html-am install-info \ 416 install-info-am install-man install-pdf install-pdf-am \ 417 install-ps install-ps-am install-strip installcheck \ 418 installcheck-am installdirs maintainer-clean \ 489 419 maintainer-clean-generic maintainer-clean-local mostlyclean \ 490 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \ 491 uninstall-am uninstall-cfalibDATA 492 493 .PRECIOUS: Makefile 420 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \ 421 uninstall-cfalibDATA 494 422 495 423 … … 516 444 517 445 # create forward declarations for cfa builtins 518 builtins.cf : builtins.c ${CC}519 ${AM_V_GEN} ${CC}-E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po446 builtins.cf : builtins.c 447 ${AM_V_GEN}@BACKEND_CC@ -E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po 520 448 ${AM_V_at}sed -i 's/builtins.o/builtins.cf/g' $(DEPDIR)/builtins.Po 521 449
Note:
See TracChangeset
for help on using the changeset viewer.