source: libcfa/prelude/Makefile.in @ c680a4b

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

Added defines.hfa to the prelude

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