source: libcfa/prelude/Makefile.in @ 92aca37

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

Recreated makefile.in with automake from ubuntu 16.04

  • 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@
182AM_T = @AM_T@
183AR = @AR@
184ARCHITECTURE = @ARCHITECTURE@
185ARCH_FLAGS = @ARCH_FLAGS@
186AUTOCONF = @AUTOCONF@
187AUTOHEADER = @AUTOHEADER@
188AUTOMAKE = @AUTOMAKE@
189AWK = @AWK@
190CC = @LOCAL_CFACC@
191CCAS = @CCAS@
192CCASDEPMODE = @CCASDEPMODE@
193CCASFLAGS = @CCASFLAGS@
194CCDEPMODE = @CCDEPMODE@
195CFACC = @CFACC@
196CFACPP = @CFACPP@
197CFADIR_HASH = @CFADIR_HASH@
198CFA_BINDIR = @CFA_BINDIR@
199CFA_INCDIR = @CFA_INCDIR@
200CFA_LIBDIR = @CFA_LIBDIR@
201CFA_NAME = @CFA_NAME@
202CFA_PREFIX = @CFA_PREFIX@
203CFA_VERSION = @CFA_VERSION@
204CFLAGS = @CFLAGS@
205CONFIGURATION = @CONFIGURATION@
206CONFIG_BUILDLIB = @CONFIG_BUILDLIB@
207CONFIG_CFAFLAGS = @CONFIG_CFAFLAGS@
208CONFIG_CFLAGS = @CONFIG_CFLAGS@
209CPP = @CPP@
210CPPFLAGS = @CPPFLAGS@
211CXX = @CXX@
212CXXCPP = @CXXCPP@
213CXXDEPMODE = @CXXDEPMODE@
214CXXFLAGS = @CXXFLAGS@
215CYGPATH_W = @CYGPATH_W@
216DEFS = @DEFS@
217DEPDIR = @DEPDIR@
218DIST_BWLIMIT = @DIST_BWLIMIT@
219DLLTOOL = @DLLTOOL@
220DRIVER_DIR = @DRIVER_DIR@
221DSYMUTIL = @DSYMUTIL@
222DUMPBIN = @DUMPBIN@
223ECHO_C = @ECHO_C@
224ECHO_N = @ECHO_N@
225ECHO_T = @ECHO_T@
226EGREP = @EGREP@
227EXEEXT = @EXEEXT@
228FGREP = @FGREP@
229GREP = @GREP@
230INSTALL = @INSTALL@
231INSTALL_DATA = @INSTALL_DATA@
232INSTALL_PROGRAM = @INSTALL_PROGRAM@
233INSTALL_SCRIPT = @INSTALL_SCRIPT@
234INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
235LD = @LD@
236LDFLAGS = @LDFLAGS@
237LIBOBJS = @LIBOBJS@
238LIBS = @LIBS@
239LIBTOOL = @LIBTOOL@
240LIPO = @LIPO@
241LN_S = @LN_S@
242LOCAL_CC1 = @LOCAL_CC1@
243LOCAL_CFACC = @LOCAL_CFACC@
244LTLIBOBJS = @LTLIBOBJS@
245LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
246MAKEINFO = @MAKEINFO@
247MANIFEST_TOOL = @MANIFEST_TOOL@
248MKDIR_P = @MKDIR_P@
249NM = @NM@
250NMEDIT = @NMEDIT@
251OBJDUMP = @OBJDUMP@
252OBJEXT = @OBJEXT@
253OTOOL = @OTOOL@
254OTOOL64 = @OTOOL64@
255PACKAGE = @PACKAGE@
256PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257PACKAGE_NAME = @PACKAGE_NAME@
258PACKAGE_STRING = @PACKAGE_STRING@
259PACKAGE_TARNAME = @PACKAGE_TARNAME@
260PACKAGE_URL = @PACKAGE_URL@
261PACKAGE_VERSION = @PACKAGE_VERSION@
262PATH_SEPARATOR = @PATH_SEPARATOR@
263RANLIB = @RANLIB@
264SED = @SED@
265SET_MAKE = @SET_MAKE@
266SHELL = @SHELL@
267STRIP = @STRIP@
268VERSION = @VERSION@
269abs_builddir = @abs_builddir@
270abs_srcdir = @abs_srcdir@
271abs_top_builddir = @abs_top_builddir@
272abs_top_srcdir = @abs_top_srcdir@
273ac_ct_AR = @ac_ct_AR@
274ac_ct_CC = @ac_ct_CC@
275ac_ct_CXX = @ac_ct_CXX@
276ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
277am__include = @am__include@
278am__leading_dot = @am__leading_dot@
279am__quote = @am__quote@
280am__tar = @am__tar@
281am__untar = @am__untar@
282bindir = @bindir@
283build = @build@
284build_alias = @build_alias@
285build_cpu = @build_cpu@
286build_os = @build_os@
287build_vendor = @build_vendor@
288builddir = @builddir@
289datadir = @datadir@
290datarootdir = @datarootdir@
291docdir = @docdir@
292dvidir = @dvidir@
293exec_prefix = @exec_prefix@
294host = @host@
295host_alias = @host_alias@
296host_cpu = @host_cpu@
297host_os = @host_os@
298host_vendor = @host_vendor@
299htmldir = @htmldir@
300includedir = @includedir@
301infodir = @infodir@
302install_sh = @install_sh@
303libdir = @libdir@
304libexecdir = @libexecdir@
305localedir = @localedir@
306localstatedir = @localstatedir@
307mandir = @mandir@
308mkdir_p = @mkdir_p@
309oldincludedir = @oldincludedir@
310pdfdir = @pdfdir@
311prefix = @prefix@
312program_transform_name = @program_transform_name@
313psdir = @psdir@
314runstatedir = @runstatedir@
315sbindir = @sbindir@
316sharedstatedir = @sharedstatedir@
317srcdir = @srcdir@
318sysconfdir = @sysconfdir@
319target_alias = @target_alias@
320top_build_prefix = @top_build_prefix@
321top_builddir = @top_builddir@
322top_srcdir = @top_srcdir@
323
324# create object files in directory with source files
325AUTOMAKE_OPTIONS = foreign subdir-objects
326ACLOCAL_AMFLAGS = -I automake
327
328# put into lib for now
329cfalibdir = ${CFA_LIBDIR}
330cfalib_DATA = gcc-builtins.cf builtins.cf extras.cf prelude.cfa bootloader.c defines.hfa
331AM_CFLAGS = -g -Wall -Wno-unused-function -fPIC @ARCH_FLAGS@ @CONFIG_CFLAGS@
332AM_CFAFLAGS = @CONFIG_CFAFLAGS@
333MOSTLYCLEANFILES = bootloader.c builtins.cf extras.cf gcc-builtins.c gcc-builtins.cf prelude.cfa
334MAINTAINERCLEANFILES = ${addprefix ${libdir}/,${cfalib_DATA}} ${addprefix ${libdir}/,${lib_LIBRARIES}}
335all: defines.hfa
336        $(MAKE) $(AM_MAKEFLAGS) all-am
337
338.SUFFIXES:
339$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
340        @for dep in $?; do \
341          case '$(am__configure_deps)' in \
342            *$$dep*) \
343              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
344                && { if test -f $@; then exit 0; else break; fi; }; \
345              exit 1;; \
346          esac; \
347        done; \
348        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign prelude/Makefile'; \
349        $(am__cd) $(top_srcdir) && \
350          $(AUTOMAKE) --foreign prelude/Makefile
351Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352        @case '$?' in \
353          *config.status*) \
354            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
355          *) \
356            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
357            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
358        esac;
359
360$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
361        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362
363$(top_srcdir)/configure:  $(am__configure_deps)
364        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
366        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367$(am__aclocal_m4_deps):
368
369defines.hfa: stamp-h1
370        @test -f $@ || rm -f stamp-h1
371        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
372
373stamp-h1: $(srcdir)/defines.hfa.in $(top_builddir)/config.status
374        @rm -f stamp-h1
375        cd $(top_builddir) && $(SHELL) ./config.status prelude/defines.hfa
376$(srcdir)/defines.hfa.in:  $(am__configure_deps)
377        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
378        rm -f stamp-h1
379        touch $@
380
381distclean-hdr:
382        -rm -f defines.hfa stamp-h1
383
384mostlyclean-libtool:
385        -rm -f *.lo
386
387clean-libtool:
388        -rm -rf .libs _libs
389install-cfalibDATA: $(cfalib_DATA)
390        @$(NORMAL_INSTALL)
391        @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
392        if test -n "$$list"; then \
393          echo " $(MKDIR_P) '$(DESTDIR)$(cfalibdir)'"; \
394          $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" || exit 1; \
395        fi; \
396        for p in $$list; do \
397          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
398          echo "$$d$$p"; \
399        done | $(am__base_list) | \
400        while read files; do \
401          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(cfalibdir)'"; \
402          $(INSTALL_DATA) $$files "$(DESTDIR)$(cfalibdir)" || exit $$?; \
403        done
404
405uninstall-cfalibDATA:
406        @$(NORMAL_UNINSTALL)
407        @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \
408        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
409        dir='$(DESTDIR)$(cfalibdir)'; $(am__uninstall_files_from_dir)
410
411ID: $(am__tagged_files)
412        $(am__define_uniq_tagged_files); mkid -fID $$unique
413tags: tags-am
414TAGS: tags
415
416tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
417        set x; \
418        here=`pwd`; \
419        $(am__define_uniq_tagged_files); \
420        shift; \
421        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
422          test -n "$$unique" || unique=$$empty_fix; \
423          if test $$# -gt 0; then \
424            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425              "$$@" $$unique; \
426          else \
427            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428              $$unique; \
429          fi; \
430        fi
431ctags: ctags-am
432
433CTAGS: ctags
434ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
435        $(am__define_uniq_tagged_files); \
436        test -z "$(CTAGS_ARGS)$$unique" \
437          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
438             $$unique
439
440GTAGS:
441        here=`$(am__cd) $(top_builddir) && pwd` \
442          && $(am__cd) $(top_srcdir) \
443          && gtags -i $(GTAGS_ARGS) "$$here"
444cscopelist: cscopelist-am
445
446cscopelist-am: $(am__tagged_files)
447        list='$(am__tagged_files)'; \
448        case "$(srcdir)" in \
449          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
450          *) sdir=$(subdir)/$(srcdir) ;; \
451        esac; \
452        for i in $$list; do \
453          if test -f "$$i"; then \
454            echo "$(subdir)/$$i"; \
455          else \
456            echo "$$sdir/$$i"; \
457          fi; \
458        done >> $(top_builddir)/cscope.files
459
460distclean-tags:
461        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
462
463distdir: $(DISTFILES)
464        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466        list='$(DISTFILES)'; \
467          dist_files=`for file in $$list; do echo $$file; done | \
468          sed -e "s|^$$srcdirstrip/||;t" \
469              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
470        case $$dist_files in \
471          */*) $(MKDIR_P) `echo "$$dist_files" | \
472                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
473                           sort -u` ;; \
474        esac; \
475        for file in $$dist_files; do \
476          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477          if test -d $$d/$$file; then \
478            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
479            if test -d "$(distdir)/$$file"; then \
480              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481            fi; \
482            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
484              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485            fi; \
486            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
487          else \
488            test -f "$(distdir)/$$file" \
489            || cp -p $$d/$$file "$(distdir)/$$file" \
490            || exit 1; \
491          fi; \
492        done
493check-am: all-am
494check: check-am
495all-am: Makefile $(DATA) defines.hfa
496installdirs:
497        for dir in "$(DESTDIR)$(cfalibdir)"; do \
498          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
499        done
500install: install-am
501install-exec: install-exec-am
502install-data: install-data-am
503uninstall: uninstall-am
504
505install-am: all-am
506        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507
508installcheck: installcheck-am
509install-strip:
510        if test -z '$(STRIP)'; then \
511          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513              install; \
514        else \
515          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
518        fi
519mostlyclean-generic:
520        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
521
522clean-generic:
523
524distclean-generic:
525        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
527
528maintainer-clean-generic:
529        @echo "This command is intended for maintainers to use"
530        @echo "it deletes files that may require special tools to rebuild."
531        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
532clean: clean-am
533
534clean-am: clean-generic clean-libtool mostlyclean-am
535
536distclean: distclean-am
537        -rm -f Makefile
538distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
539
540dvi: dvi-am
541
542dvi-am:
543
544html: html-am
545
546html-am:
547
548info: info-am
549
550info-am:
551
552install-data-am: install-cfalibDATA
553
554install-dvi: install-dvi-am
555
556install-dvi-am:
557
558install-exec-am:
559
560install-html: install-html-am
561
562install-html-am:
563
564install-info: install-info-am
565
566install-info-am:
567
568install-man:
569
570install-pdf: install-pdf-am
571
572install-pdf-am:
573
574install-ps: install-ps-am
575
576install-ps-am:
577
578installcheck-am:
579
580maintainer-clean: maintainer-clean-am
581        -rm -f Makefile
582maintainer-clean-am: distclean-am maintainer-clean-generic \
583        maintainer-clean-local
584
585mostlyclean: mostlyclean-am
586
587mostlyclean-am: mostlyclean-generic mostlyclean-libtool
588
589pdf: pdf-am
590
591pdf-am:
592
593ps: ps-am
594
595ps-am:
596
597uninstall-am: uninstall-cfalibDATA
598
599.MAKE: all install-am install-strip
600
601.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
602        clean-libtool cscopelist-am ctags ctags-am distclean \
603        distclean-generic distclean-hdr distclean-libtool \
604        distclean-tags distdir dvi dvi-am html html-am info info-am \
605        install install-am install-cfalibDATA install-data \
606        install-data-am install-dvi install-dvi-am install-exec \
607        install-exec-am install-html install-html-am install-info \
608        install-info-am install-man install-pdf install-pdf-am \
609        install-ps install-ps-am install-strip installcheck \
610        installcheck-am installdirs maintainer-clean \
611        maintainer-clean-generic maintainer-clean-local mostlyclean \
612        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
613        tags tags-am uninstall uninstall-am uninstall-cfalibDATA
614
615.PRECIOUS: Makefile
616
617
618$(DEPDIR) :
619        mkdir $(DEPDIR)
620
621$(DEPDIR)/builtins.Po : $(DEPDIR)
622        touch ${@}
623
624# create extra forward types/declarations to reduce inclusion of library files
625extras.cf : ${srcdir}/extras.regx ${srcdir}/extras.c
626        ${AM_V_GEN}gcc ${AM_CFLAGS} -E ${srcdir}/extras.c | grep -f ${srcdir}/extras.regx > extras.cf
627        ${AM_V_GEN}gcc ${AM_CFLAGS} -E ${srcdir}/extras.c | grep -zo -f ${srcdir}/extras.regx2 | tr '\0' '\n' >> extras.cf
628
629# create forward declarations for gcc builtins
630gcc-builtins.cf : gcc-builtins.c ${srcdir}/prototypes.sed
631        ${AM_V_GEN}gcc -I${srcdir} -E -P $< | sed -r -f ${srcdir}/prototypes.sed > $@
632
633gcc-builtins.c : ${srcdir}/builtins.def ${srcdir}/prototypes.awk ${srcdir}/sync-builtins.cf ${srcdir}/prototypes.c
634        ${AM_V_GEN}gcc -I${srcdir} -E ${srcdir}/prototypes.c | awk -f ${srcdir}/prototypes.awk > $@
635
636prelude.cfa : prelude-gen.cc
637        ${AM_V_GEN}${CXX} ${AM_CXXFLAGS} ${CXXFLAGS} ${AM_CFLAGS} ${<} -o prelude-gen -Wall -Wextra -O2 -g -std=c++14
638        @./prelude-gen > $@
639        @rm ./prelude-gen
640
641builtins.def :
642
643prototypes.awk :
644
645# create forward declarations for cfa builtins
646builtins.cf : builtins.c @LOCAL_CFACC@
647        ${AM_V_GEN}gcc ${AM_CFLAGS} -E -P ${<} -o ${@} -MD -MP -MF $(DEPDIR)/builtins.Po -D__cforall
648        ${AM_V_at}sed -i 's/builtins.o/builtins.cf/g' $(DEPDIR)/builtins.Po
649
650include $(DEPDIR)/builtins.Po
651
652bootloader.c : ${srcdir}/bootloader.cf prelude.cfa extras.cf gcc-builtins.cf builtins.cf @CFACPP@
653        ${AM_V_GEN}@CFACPP@ --prelude-dir=${builddir} -tpm ${srcdir}/bootloader.cf $@  # use src/cfa-cpp as not in lib until after install
654
655maintainer-clean-local :
656        rm -rf $(DEPDIR)
657
658@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
659@ENABLE_DISTCC_TRUE@    ${AM_V_GEN}$(srcdir)/../../tools/build/push2dist.sh @CFADIR_HASH@ @DIST_BWLIMIT@
660@ENABLE_DISTCC_TRUE@    @echo "Dummy file to track distribution to remote hosts" > ${@}
661
662@ENABLE_DISTCC_TRUE@all: all-am distribution
663
664# Tell versions [3.59,3.63) of GNU make to not export all variables.
665# Otherwise a system limit (for SysV at least) may be exceeded.
666.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.