source: libcfa/prelude/Makefile.in @ 71dfe49

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 71dfe49 was 7c6b262, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

Added option to limit bandwith during the distribution phase of th build (when using distcc)

  • Property mode set to 100644
File size: 19.9 KB
Line 
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17######################## -*- Mode: Makefile-Automake -*- ######################
18###############################################################################
19
20VPATH = @srcdir@
21am__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}
32am__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 = yes
74am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76pkgdatadir = $(datadir)/@PACKAGE@
77pkgincludedir = $(includedir)/@PACKAGE@
78pkglibdir = $(libdir)/@PACKAGE@
79pkglibexecdir = $(libexecdir)/@PACKAGE@
80am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81install_sh_DATA = $(install_sh) -c -m 644
82install_sh_PROGRAM = $(install_sh) -c
83install_sh_SCRIPT = $(install_sh) -c
84INSTALL_HEADER = $(INSTALL_DATA)
85transform = $(program_transform_name)
86NORMAL_INSTALL = :
87PRE_INSTALL = :
88POST_INSTALL = :
89NORMAL_UNINSTALL = :
90PRE_UNINSTALL = :
91POST_UNINSTALL = :
92build_triplet = @build@
93host_triplet = @host@
94subdir = prelude
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \
97        $(top_srcdir)/automake/ltoptions.m4 \
98        $(top_srcdir)/automake/ltsugar.m4 \
99        $(top_srcdir)/automake/ltversion.m4 \
100        $(top_srcdir)/automake/lt~obsolete.m4 \
101        $(top_srcdir)/../automake/cfa.m4 $(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103        $(ACLOCAL_M4)
104DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105mkinstalldirs = $(install_sh) -d
106CONFIG_HEADER = defines.hfa
107CONFIG_CLEAN_FILES =
108CONFIG_CLEAN_VPATH_FILES =
109AM_V_P = $(am__v_P_@AM_V@)
110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111am__v_P_0 = false
112am__v_P_1 = :
113AM_V_GEN = $(am__v_GEN_@AM_V@)
114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115am__v_GEN_0 = @echo "  GEN     " $@;
116am__v_GEN_1 =
117AM_V_at = $(am__v_at_@AM_V@)
118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119am__v_at_0 = @
120am__v_at_1 =
121SOURCES =
122DIST_SOURCES =
123am__can_run_installinfo = \
124  case $$AM_UPDATE_INFO_DIR in \
125    n|no|NO) false;; \
126    *) (install-info --version) >/dev/null 2>&1;; \
127  esac
128am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129am__vpath_adj = case $$p in \
130    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131    *) f=$$p;; \
132  esac;
133am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134am__install_max = 40
135am__nobase_strip_setup = \
136  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137am__nobase_strip = \
138  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139am__nobase_list = $(am__nobase_strip_setup); \
140  for p in $$list; do echo "$$p $$p"; done | \
141  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143    if (++n[$$2] == $(am__install_max)) \
144      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145    END { for (dir in files) print dir, files[dir] }'
146am__base_list = \
147  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149am__uninstall_files_from_dir = { \
150  test -z "$$files" \
151    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153         $(am__cd) "$$dir" && rm -f $$files; }; \
154  }
155am__installdirs = "$(DESTDIR)$(cfalibdir)"
156DATA = $(cfalib_DATA)
157am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
158        $(LISP)defines.hfa.in
159# Read a list of newline-separated strings from the standard input,
160# and print each of them once, without duplicates.  Input order is
161# *not* preserved.
162am__uniquify_input = $(AWK) '\
163  BEGIN { nonempty = 0; } \
164  { items[$$0] = 1; nonempty = 1; } \
165  END { if (nonempty) { for (i in items) print i; }; } \
166'
167# Make sure the list of sources is unique.  This is necessary because,
168# e.g., the same source file might be shared among _SOURCES variables
169# for different programs/libraries.
170am__define_uniq_tagged_files = \
171  list='$(am__tagged_files)'; \
172  unique=`for i in $$list; do \
173    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
174  done | $(am__uniquify_input)`
175ETAGS = etags
176CTAGS = ctags
177am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/defines.hfa.in
178DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
179ACLOCAL = @ACLOCAL@
180AMTAR = @AMTAR@
181AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
182AR = @AR@
183ARCHITECTURE = @ARCHITECTURE@
184ARCH_FLAGS = @ARCH_FLAGS@
185AUTOCONF = @AUTOCONF@
186AUTOHEADER = @AUTOHEADER@
187AUTOMAKE = @AUTOMAKE@
188AWK = @AWK@
189CC = @LOCAL_CFACC@
190CCAS = @CCAS@
191CCASDEPMODE = @CCASDEPMODE@
192CCASFLAGS = @CCASFLAGS@
193CCDEPMODE = @CCDEPMODE@
194CFACC = @CFACC@
195CFACPP = @CFACPP@
196CFADIR_HASH = @CFADIR_HASH@
197CFA_BINDIR = @CFA_BINDIR@
198CFA_INCDIR = @CFA_INCDIR@
199CFA_LIBDIR = @CFA_LIBDIR@
200CFA_NAME = @CFA_NAME@
201CFA_PREFIX = @CFA_PREFIX@
202CFA_VERSION = @CFA_VERSION@
203CFLAGS = @CFLAGS@
204CONFIGURATION = @CONFIGURATION@
205CONFIG_BUILDLIB = @CONFIG_BUILDLIB@
206CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@
207CONFIG_CFLAGS = @CONFIG_CFLAGS@
208CPP = @CPP@
209CPPFLAGS = @CPPFLAGS@
210CXX = @CXX@
211CXXCPP = @CXXCPP@
212CXXDEPMODE = @CXXDEPMODE@
213CXXFLAGS = @CXXFLAGS@
214CYGPATH_W = @CYGPATH_W@
215DEFS = @DEFS@
216DEPDIR = @DEPDIR@
217DIST_BWLIMIT = @DIST_BWLIMIT@
218DLLTOOL = @DLLTOOL@
219DRIVER_DIR = @DRIVER_DIR@
220DSYMUTIL = @DSYMUTIL@
221DUMPBIN = @DUMPBIN@
222ECHO_C = @ECHO_C@
223ECHO_N = @ECHO_N@
224ECHO_T = @ECHO_T@
225EGREP = @EGREP@
226EXEEXT = @EXEEXT@
227FGREP = @FGREP@
228GREP = @GREP@
229INSTALL = @INSTALL@
230INSTALL_DATA = @INSTALL_DATA@
231INSTALL_PROGRAM = @INSTALL_PROGRAM@
232INSTALL_SCRIPT = @INSTALL_SCRIPT@
233INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
234LD = @LD@
235LDFLAGS = @LDFLAGS@
236LIBOBJS = @LIBOBJS@
237LIBS = @LIBS@
238LIBTOOL = @LIBTOOL@
239LIPO = @LIPO@
240LN_S = @LN_S@
241LOCAL_CC1 = @LOCAL_CC1@
242LOCAL_CFACC = @LOCAL_CFACC@
243LTLIBOBJS = @LTLIBOBJS@
244LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245MAKEINFO = @MAKEINFO@
246MANIFEST_TOOL = @MANIFEST_TOOL@
247MKDIR_P = @MKDIR_P@
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OTOOL = @OTOOL@
253OTOOL64 = @OTOOL64@
254PACKAGE = @PACKAGE@
255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256PACKAGE_NAME = @PACKAGE_NAME@
257PACKAGE_STRING = @PACKAGE_STRING@
258PACKAGE_TARNAME = @PACKAGE_TARNAME@
259PACKAGE_URL = @PACKAGE_URL@
260PACKAGE_VERSION = @PACKAGE_VERSION@
261PATH_SEPARATOR = @PATH_SEPARATOR@
262RANLIB = @RANLIB@
263SED = @SED@
264SET_MAKE = @SET_MAKE@
265SHELL = @SHELL@
266STRIP = @STRIP@
267VERSION = @VERSION@
268abs_builddir = @abs_builddir@
269abs_srcdir = @abs_srcdir@
270abs_top_builddir = @abs_top_builddir@
271abs_top_srcdir = @abs_top_srcdir@
272ac_ct_AR = @ac_ct_AR@
273ac_ct_CC = @ac_ct_CC@
274ac_ct_CXX = @ac_ct_CXX@
275ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
276am__include = @am__include@
277am__leading_dot = @am__leading_dot@
278am__quote = @am__quote@
279am__tar = @am__tar@
280am__untar = @am__untar@
281bindir = @bindir@
282build = @build@
283build_alias = @build_alias@
284build_cpu = @build_cpu@
285build_os = @build_os@
286build_vendor = @build_vendor@
287builddir = @builddir@
288datadir = @datadir@
289datarootdir = @datarootdir@
290docdir = @docdir@
291dvidir = @dvidir@
292exec_prefix = @exec_prefix@
293host = @host@
294host_alias = @host_alias@
295host_cpu = @host_cpu@
296host_os = @host_os@
297host_vendor = @host_vendor@
298htmldir = @htmldir@
299includedir = @includedir@
300infodir = @infodir@
301install_sh = @install_sh@
302libdir = @libdir@
303libexecdir = @libexecdir@
304localedir = @localedir@
305localstatedir = @localstatedir@
306mandir = @mandir@
307mkdir_p = @mkdir_p@
308oldincludedir = @oldincludedir@
309pdfdir = @pdfdir@
310prefix = @prefix@
311program_transform_name = @program_transform_name@
312psdir = @psdir@
313runstatedir = @runstatedir@
314sbindir = @sbindir@
315sharedstatedir = @sharedstatedir@
316srcdir = @srcdir@
317sysconfdir = @sysconfdir@
318target_alias = @target_alias@
319top_build_prefix = @top_build_prefix@
320top_builddir = @top_builddir@
321top_srcdir = @top_srcdir@
322
323# create object files in directory with source files
324AUTOMAKE_OPTIONS = foreign subdir-objects
325ACLOCAL_AMFLAGS = -I automake
326
327# put into lib for now
328cfalibdir = ${CFA_LIBDIR}
329cfalib_DATA = gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c defines.hfa
330AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@
331AM_CFAFLAGS = @CONFIG_CFAFLAGS@
332MOSTLYCLEANFILES = bootloader.c builtins.cf extras.cf gcc-builtins.c gcc-builtins.cf prelude.cfa
333MAINTAINERCLEANFILES = ${addprefix ${libdir}/,${cfalib_DATA}} ${addprefix ${libdir}/,${lib_LIBRARIES}}
334all: defines.hfa
335        $(MAKE) $(AM_MAKEFLAGS) all-am
336
337.SUFFIXES:
338$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
339        @for dep in $?; do \
340          case '$(am__configure_deps)' in \
341            *$$dep*) \
342              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
343                && { if test -f $@; then exit 0; else break; fi; }; \
344              exit 1;; \
345          esac; \
346        done; \
347        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign prelude/Makefile'; \
348        $(am__cd) $(top_srcdir) && \
349          $(AUTOMAKE) --foreign prelude/Makefile
350Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
351        @case '$?' in \
352          *config.status*) \
353            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
354          *) \
355            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
356            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
357        esac;
358
359$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
360        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
362$(top_srcdir)/configure:  $(am__configure_deps)
363        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
365        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366$(am__aclocal_m4_deps):
367
368defines.hfa: stamp-h1
369        @test -f $@ || rm -f stamp-h1
370        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
371
372stamp-h1: $(srcdir)/defines.hfa.in $(top_builddir)/config.status
373        @rm -f stamp-h1
374        cd $(top_builddir) && $(SHELL) ./config.status prelude/defines.hfa
375$(srcdir)/defines.hfa.in:  $(am__configure_deps)
376        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
377        rm -f stamp-h1
378        touch $@
379
380distclean-hdr:
381        -rm -f defines.hfa stamp-h1
382
383mostlyclean-libtool:
384        -rm -f *.lo
385
386clean-libtool:
387        -rm -rf .libs _libs
388install-cfalibDATA: $(cfalib_DATA)
389        @$(NORMAL_INSTALL)
390        @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
391        if test -n "$$list"; then \
392          echo " $(MKDIR_P) '$(DESTDIR)$(cfalibdir)'"; \
393          $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" || exit 1; \
394        fi; \
395        for p in $$list; do \
396          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
397          echo "$$d$$p"; \
398        done | $(am__base_list) | \
399        while read files; do \
400          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cfalibdir)'"; \
401          $(INSTALL_DATA) $$files "$(DESTDIR)$(cfalibdir)" || exit $$?; \
402        done
403
404uninstall-cfalibDATA:
405        @$(NORMAL_UNINSTALL)
406        @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
407        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
408        dir='$(DESTDIR)$(cfalibdir)'; $(am__uninstall_files_from_dir)
409
410ID: $(am__tagged_files)
411        $(am__define_uniq_tagged_files); mkid -fID $$unique
412tags: tags-am
413TAGS: tags
414
415tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
416        set x; \
417        here=`pwd`; \
418        $(am__define_uniq_tagged_files); \
419        shift; \
420        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
421          test -n "$$unique" || unique=$$empty_fix; \
422          if test $$# -gt 0; then \
423            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424              "$$@" $$unique; \
425          else \
426            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427              $$unique; \
428          fi; \
429        fi
430ctags: ctags-am
431
432CTAGS: ctags
433ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434        $(am__define_uniq_tagged_files); \
435        test -z "$(CTAGS_ARGS)$$unique" \
436          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
437             $$unique
438
439GTAGS:
440        here=`$(am__cd) $(top_builddir) && pwd` \
441          && $(am__cd) $(top_srcdir) \
442          && gtags -i $(GTAGS_ARGS) "$$here"
443cscopelist: cscopelist-am
444
445cscopelist-am: $(am__tagged_files)
446        list='$(am__tagged_files)'; \
447        case "$(srcdir)" in \
448          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
449          *) sdir=$(subdir)/$(srcdir) ;; \
450        esac; \
451        for i in $$list; do \
452          if test -f "$$i"; then \
453            echo "$(subdir)/$$i"; \
454          else \
455            echo "$$sdir/$$i"; \
456          fi; \
457        done >> $(top_builddir)/cscope.files
458
459distclean-tags:
460        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461
462distdir: $(DISTFILES)
463        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
464        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465        list='$(DISTFILES)'; \
466          dist_files=`for file in $$list; do echo $$file; done | \
467          sed -e "s|^$$srcdirstrip/||;t" \
468              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
469        case $$dist_files in \
470          */*) $(MKDIR_P) `echo "$$dist_files" | \
471                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
472                           sort -u` ;; \
473        esac; \
474        for file in $$dist_files; do \
475          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
476          if test -d $$d/$$file; then \
477            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
478            if test -d "$(distdir)/$$file"; then \
479              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
480            fi; \
481            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
482              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
483              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484            fi; \
485            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
486          else \
487            test -f "$(distdir)/$$file" \
488            || cp -p $$d/$$file "$(distdir)/$$file" \
489            || exit 1; \
490          fi; \
491        done
492check-am: all-am
493check: check-am
494all-am: Makefile $(DATA) defines.hfa
495installdirs:
496        for dir in "$(DESTDIR)$(cfalibdir)"; do \
497          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
498        done
499install: install-am
500install-exec: install-exec-am
501install-data: install-data-am
502uninstall: uninstall-am
503
504install-am: all-am
505        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
506
507installcheck: installcheck-am
508install-strip:
509        if test -z '$(STRIP)'; then \
510          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512              install; \
513        else \
514          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
517        fi
518mostlyclean-generic:
519        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
520
521clean-generic:
522
523distclean-generic:
524        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526
527maintainer-clean-generic:
528        @echo "This command is intended for maintainers to use"
529        @echo "it deletes files that may require special tools to rebuild."
530        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
531clean: clean-am
532
533clean-am: clean-generic clean-libtool mostlyclean-am
534
535distclean: distclean-am
536        -rm -f Makefile
537distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
538
539dvi: dvi-am
540
541dvi-am:
542
543html: html-am
544
545html-am:
546
547info: info-am
548
549info-am:
550
551install-data-am: install-cfalibDATA
552
553install-dvi: install-dvi-am
554
555install-dvi-am:
556
557install-exec-am:
558
559install-html: install-html-am
560
561install-html-am:
562
563install-info: install-info-am
564
565install-info-am:
566
567install-man:
568
569install-pdf: install-pdf-am
570
571install-pdf-am:
572
573install-ps: install-ps-am
574
575install-ps-am:
576
577installcheck-am:
578
579maintainer-clean: maintainer-clean-am
580        -rm -f Makefile
581maintainer-clean-am: distclean-am maintainer-clean-generic \
582        maintainer-clean-local
583
584mostlyclean: mostlyclean-am
585
586mostlyclean-am: mostlyclean-generic mostlyclean-libtool
587
588pdf: pdf-am
589
590pdf-am:
591
592ps: ps-am
593
594ps-am:
595
596uninstall-am: uninstall-cfalibDATA
597
598.MAKE: all install-am install-strip
599
600.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
601        clean-libtool cscopelist-am ctags ctags-am distclean \
602        distclean-generic distclean-hdr distclean-libtool \
603        distclean-tags distdir dvi dvi-am html html-am info info-am \
604        install install-am install-cfalibDATA install-data \
605        install-data-am install-dvi install-dvi-am install-exec \
606        install-exec-am install-html install-html-am install-info \
607        install-info-am install-man install-pdf install-pdf-am \
608        install-ps install-ps-am install-strip installcheck \
609        installcheck-am installdirs maintainer-clean \
610        maintainer-clean-generic maintainer-clean-local mostlyclean \
611        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
612        tags tags-am uninstall uninstall-am uninstall-cfalibDATA
613
614.PRECIOUS: Makefile
615
616
617$(DEPDIR) :
618        mkdir $(DEPDIR)
619
620$(DEPDIR)/builtins.Po : $(DEPDIR)
621        touch ${@}
622
623# create extra forward types/declarations to reduce inclusion of library files
624extras.cf : ${srcdir}/extras.regx ${srcdir}/extras.c
625        ${AM_V_GEN}gcc ${AM_CFLAGS} -E ${srcdir}/extras.c | grep -f ${srcdir}/extras.regx > extras.cf
626        ${AM_V_GEN}gcc ${AM_CFLAGS} -E ${srcdir}/extras.c | grep -zo -f ${srcdir}/extras.regx2 | tr '\0' '\n' >> extras.cf
627
628# create forward declarations for gcc builtins
629gcc-builtins.cf : gcc-builtins.c ${srcdir}/prototypes.sed
630        ${AM_V_GEN}gcc -I${srcdir} -E -P $< | sed -r -f ${srcdir}/prototypes.sed > $@
631
632gcc-builtins.c : ${srcdir}/builtins.def ${srcdir}/prototypes.awk ${srcdir}/sync-builtins.cf ${srcdir}/prototypes.c
633        ${AM_V_GEN}gcc -I${srcdir} -E ${srcdir}/prototypes.c | awk -f ${srcdir}/prototypes.awk > $@
634
635prelude.cfa : prelude-gen.cc
636        ${AM_V_GEN}${CXX} ${AM_CXXFLAGS} ${CXXFLAGS} ${AM_CFLAGS} ${<} -o prelude-gen -Wall -Wextra -O2 -g -std=c++14
637        @./prelude-gen > $@
638        @rm ./prelude-gen
639
640builtins.def :
641
642prototypes.awk :
643
644# create forward declarations for cfa builtins
645builtins.cf : builtins.c @LOCAL_CFACC@
646        ${AM_V_GEN}gcc ${AM_CFLAGS} -E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po -D__cforall
647        ${AM_V_at}sed -i 's/builtins.o/builtins.cf/g' $(DEPDIR)/builtins.Po
648
649include $(DEPDIR)/builtins.Po
650
651bootloader.c : ${srcdir}/bootloader.cf prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACPP@
652        ${AM_V_GEN}@CFACPP@ --prelude-dir=${builddir} -tpm ${srcdir}/bootloader.cf $@  # use src/cfa-cpp as not in lib until after install
653
654maintainer-clean-local :
655        rm -rf $(DEPDIR)
656
657@ENABLE_DISTCC_TRUE@distribution: @LOCAL_CFACC@ @LOCAL_CC1@ @CFACPP@ gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c $(srcdir)/../../tools/build/push2dist.sh
658@ENABLE_DISTCC_TRUE@    ${AM_V_GEN}$(srcdir)/../../tools/build/push2dist.sh @CFADIR_HASH@ @DIST_BWLIMIT@
659@ENABLE_DISTCC_TRUE@    @echo "Dummy file to track distribution to remote hosts" > ${@}
660
661@ENABLE_DISTCC_TRUE@all: all-am distribution
662
663# Tell versions [3.59,3.63) of GNU make to not export all variables.
664# Otherwise a system limit (for SysV at least) may be exceeded.
665.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.