source: tests/Makefile.in @ ac1ae2c6

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since ac1ae2c6 was 3d99498, checked in by Peter A. Buhr <pabuhr@…>, 5 years ago

remove special case for test fstream_test

  • Property mode set to 100644
File size: 23.4 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###############################################################################
19VPATH = @srcdir@
20am__is_gnu_make = { \
21  if test -z '$(MAKELEVEL)'; then \
22    false; \
23  elif test -n '$(MAKE_HOST)'; then \
24    true; \
25  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26    true; \
27  else \
28    false; \
29  fi; \
30}
31am__make_running_with_option = \
32  case $${target_option-} in \
33      ?) ;; \
34      *) echo "am__make_running_with_option: internal error: invalid" \
35              "target option '$${target_option-}' specified" >&2; \
36         exit 1;; \
37  esac; \
38  has_opt=no; \
39  sane_makeflags=$$MAKEFLAGS; \
40  if $(am__is_gnu_make); then \
41    sane_makeflags=$$MFLAGS; \
42  else \
43    case $$MAKEFLAGS in \
44      *\\[\ \   ]*) \
45        bs=\\; \
46        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
48    esac; \
49  fi; \
50  skip_next=no; \
51  strip_trailopt () \
52  { \
53    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54  }; \
55  for flg in $$sane_makeflags; do \
56    test $$skip_next = yes && { skip_next=no; continue; }; \
57    case $$flg in \
58      *=*|--*) continue;; \
59        -*I) strip_trailopt 'I'; skip_next=yes;; \
60      -*I?*) strip_trailopt 'I';; \
61        -*O) strip_trailopt 'O'; skip_next=yes;; \
62      -*O?*) strip_trailopt 'O';; \
63        -*l) strip_trailopt 'l'; skip_next=yes;; \
64      -*l?*) strip_trailopt 'l';; \
65      -[dEDm]) skip_next=yes;; \
66      -[JT]) skip_next=yes;; \
67    esac; \
68    case $$flg in \
69      *$$target_option*) has_opt=yes; break;; \
70    esac; \
71  done; \
72  test $$has_opt = yes
73am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75pkgdatadir = $(datadir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77pkglibdir = $(libdir)/@PACKAGE@
78pkglibexecdir = $(libexecdir)/@PACKAGE@
79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80install_sh_DATA = $(install_sh) -c -m 644
81install_sh_PROGRAM = $(install_sh) -c
82install_sh_SCRIPT = $(install_sh) -c
83INSTALL_HEADER = $(INSTALL_DATA)
84transform = $(program_transform_name)
85NORMAL_INSTALL = :
86PRE_INSTALL = :
87POST_INSTALL = :
88NORMAL_UNINSTALL = :
89PRE_UNINSTALL = :
90POST_UNINSTALL = :
91build_triplet = @build@
92host_triplet = @host@
93EXTRA_PROGRAMS = avl_test$(EXEEXT)
94subdir = tests
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps = $(top_srcdir)/automake/cfa.m4 \
97        $(top_srcdir)/configure.ac
98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99        $(ACLOCAL_M4)
100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101mkinstalldirs = $(install_sh) -d
102CONFIG_HEADER = $(top_builddir)/config.h
103CONFIG_CLEAN_FILES = config.py
104CONFIG_CLEAN_VPATH_FILES = test.py
105am__dirstamp = $(am__leading_dot)dirstamp
106am_avl_test_OBJECTS = avltree/avl_test.$(OBJEXT) \
107        avltree/avl0.$(OBJEXT) avltree/avl1.$(OBJEXT) \
108        avltree/avl2.$(OBJEXT) avltree/avl3.$(OBJEXT) \
109        avltree/avl4.$(OBJEXT) avltree/avl-private.$(OBJEXT)
110avl_test_OBJECTS = $(am_avl_test_OBJECTS)
111avl_test_LDADD = $(LDADD)
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo "  GEN     " $@;
119am__v_GEN_1 =
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 =
124DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
125depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
126am__depfiles_maybe = depfiles
127am__mv = mv -f
128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130AM_V_CC = $(am__v_CC_@AM_V@)
131am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
132am__v_CC_0 = @echo "  CC      " $@;
133am__v_CC_1 =
134CCLD = $(CC)
135LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136AM_V_CCLD = $(am__v_CCLD_@AM_V@)
137am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
138am__v_CCLD_0 = @echo "  CCLD    " $@;
139am__v_CCLD_1 =
140SOURCES = $(avl_test_SOURCES)
141DIST_SOURCES = $(avl_test_SOURCES)
142am__can_run_installinfo = \
143  case $$AM_UPDATE_INFO_DIR in \
144    n|no|NO) false;; \
145    *) (install-info --version) >/dev/null 2>&1;; \
146  esac
147am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148# Read a list of newline-separated strings from the standard input,
149# and print each of them once, without duplicates.  Input order is
150# *not* preserved.
151am__uniquify_input = $(AWK) '\
152  BEGIN { nonempty = 0; } \
153  { items[$$0] = 1; nonempty = 1; } \
154  END { if (nonempty) { for (i in items) print i; }; } \
155'
156# Make sure the list of sources is unique.  This is necessary because,
157# e.g., the same source file might be shared among _SOURCES variables
158# for different programs/libraries.
159am__define_uniq_tagged_files = \
160  list='$(am__tagged_files)'; \
161  unique=`for i in $$list; do \
162    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163  done | $(am__uniquify_input)`
164ETAGS = etags
165CTAGS = ctags
166am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.py.in \
167        $(srcdir)/test.py $(top_srcdir)/automake/depcomp \
168        $(top_srcdir)/src/cfa.make
169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170ACLOCAL = @ACLOCAL@
171ALLOCA = @ALLOCA@
172AMTAR = @AMTAR@
173AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174AUTOCONF = @AUTOCONF@
175AUTOHEADER = @AUTOHEADER@
176AUTOMAKE = @AUTOMAKE@
177AWK = @AWK@
178BACKEND_CC = @BACKEND_CC@
179BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
180CC = @CFACC@
181CCAS = @CCAS@
182CCASDEPMODE = @CCASDEPMODE@
183CCASFLAGS = @CCASFLAGS@
184CCDEPMODE = @CCDEPMODE@
185CFACC = @CFACC@
186CFACPP = @CFACPP@
187CFA_BACKEND_CC = @CFA_BACKEND_CC@
188CFA_BINDIR = @CFA_BINDIR@
189CFA_FLAGS = @CFA_FLAGS@
190CFA_INCDIR = @CFA_INCDIR@
191CFA_LIBDIR = @CFA_LIBDIR@
192CFA_NAME = @CFA_NAME@
193CFA_PREFIX = @CFA_PREFIX@
194CFLAGS = @CFLAGS@
195CPP = @CPP@
196CPPFLAGS = @CPPFLAGS@
197CXX = @CXX@
198CXXDEPMODE = @CXXDEPMODE@
199CXXFLAGS = @CXXFLAGS@
200CYGPATH_W = @CYGPATH_W@
201DEFS = @DEFS@
202DEPDIR = @DEPDIR@
203DRIVER_DIR = @DRIVER_DIR@
204ECHO_C = @ECHO_C@
205ECHO_N = @ECHO_N@
206ECHO_T = @ECHO_T@
207EGREP = @EGREP@
208EXEEXT = @EXEEXT@
209GREP = @GREP@
210HOST_FLAGS = @HOST_FLAGS@
211INSTALL = @INSTALL@
212INSTALL_DATA = @INSTALL_DATA@
213INSTALL_PROGRAM = @INSTALL_PROGRAM@
214INSTALL_SCRIPT = @INSTALL_SCRIPT@
215INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
216LDFLAGS = @LDFLAGS@
217LEX = @LEX@
218LEXLIB = @LEXLIB@
219LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
220LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
221LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
222LIBOBJS = @LIBOBJS@
223LIBS = @LIBS@
224LTLIBOBJS = @LTLIBOBJS@
225MAKEINFO = @MAKEINFO@
226MKDIR_P = @MKDIR_P@
227OBJEXT = @OBJEXT@
228PACKAGE = @PACKAGE@
229PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230PACKAGE_NAME = @PACKAGE_NAME@
231PACKAGE_STRING = @PACKAGE_STRING@
232PACKAGE_TARNAME = @PACKAGE_TARNAME@
233PACKAGE_URL = @PACKAGE_URL@
234PACKAGE_VERSION = @PACKAGE_VERSION@
235PATH_SEPARATOR = @PATH_SEPARATOR@
236RANLIB = @RANLIB@
237SET_MAKE = @SET_MAKE@
238SHELL = @SHELL@
239STRIP = @STRIP@
240TARGET_HOSTS = @TARGET_HOSTS@
241VERSION = @VERSION@
242YACC = @YACC@
243YFLAGS = @YFLAGS@
244abs_builddir = @abs_builddir@
245abs_srcdir = @abs_srcdir@
246abs_top_builddir = @abs_top_builddir@
247abs_top_srcdir = @abs_top_srcdir@
248ac_ct_CC = @ac_ct_CC@
249ac_ct_CXX = @ac_ct_CXX@
250am__include = @am__include@
251am__leading_dot = @am__leading_dot@
252am__quote = @am__quote@
253am__tar = @am__tar@
254am__untar = @am__untar@
255bindir = @bindir@
256build = @build@
257build_alias = @build_alias@
258build_cpu = @build_cpu@
259build_os = @build_os@
260build_vendor = @build_vendor@
261builddir = @builddir@
262datadir = @datadir@
263datarootdir = @datarootdir@
264docdir = @docdir@
265dvidir = @dvidir@
266exec_prefix = @exec_prefix@
267host = @host@
268host_alias = @host_alias@
269host_cpu = @host_cpu@
270host_os = @host_os@
271host_vendor = @host_vendor@
272htmldir = @htmldir@
273includedir = @includedir@
274infodir = @infodir@
275install_sh = @install_sh@
276libdir = @libdir@
277libexecdir = @libexecdir@
278localedir = @localedir@
279localstatedir = @localstatedir@
280mandir = @mandir@
281mkdir_p = @mkdir_p@
282oldincludedir = @oldincludedir@
283pdfdir = @pdfdir@
284prefix = @prefix@
285program_transform_name = @program_transform_name@
286psdir = @psdir@
287runstatedir = @runstatedir@
288sbindir = @sbindir@
289sharedstatedir = @sharedstatedir@
290srcdir = @srcdir@
291sysconfdir = @sysconfdir@
292target_alias = @target_alias@
293top_build_prefix = @top_build_prefix@
294top_builddir = @top_builddir@
295top_srcdir = @top_srcdir@
296AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
297CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
298AM_V_CFA = $(am__v_CFA_@AM_V@)
299am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@)
300am__v_CFA_0 = @echo "  CFA     " $@;
301am__v_CFA_1 =
302debug = yes
303installed = no
304quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
305concurrent =
306timeouts =
307TEST_PY = python ${builddir}/test.py
308
309# applies to both programs
310AM_CFLAGS = $(if $(test), 2> $(test), ) -g -Wall -Wno-unused-function \
311        -quiet @CFA_FLAGS@ -DIN_DIR="${srcdir}/.in/" ${DEBUG_FLAGS} \
312        ${INSTALL_FLAGS} ${ARCH_FLAGS}
313PRETTY_PATH = cd ${srcdir} &&
314avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c
315all: all-am
316
317.SUFFIXES:
318.SUFFIXES: .c .cfa .o .obj .validate
319$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/src/cfa.make $(am__configure_deps)
320        @for dep in $?; do \
321          case '$(am__configure_deps)' in \
322            *$$dep*) \
323              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
324                && { if test -f $@; then exit 0; else break; fi; }; \
325              exit 1;; \
326          esac; \
327        done; \
328        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
329        $(am__cd) $(top_srcdir) && \
330          $(AUTOMAKE) --foreign tests/Makefile
331Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332        @case '$?' in \
333          *config.status*) \
334            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
335          *) \
336            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
337            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
338        esac;
339$(top_srcdir)/src/cfa.make $(am__empty):
340
341$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343
344$(top_srcdir)/configure:  $(am__configure_deps)
345        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
347        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348$(am__aclocal_m4_deps):
349config.py: $(top_builddir)/config.status $(srcdir)/config.py.in
350        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
351avltree/$(am__dirstamp):
352        @$(MKDIR_P) avltree
353        @: > avltree/$(am__dirstamp)
354avltree/$(DEPDIR)/$(am__dirstamp):
355        @$(MKDIR_P) avltree/$(DEPDIR)
356        @: > avltree/$(DEPDIR)/$(am__dirstamp)
357avltree/avl_test.$(OBJEXT): avltree/$(am__dirstamp) \
358        avltree/$(DEPDIR)/$(am__dirstamp)
359avltree/avl0.$(OBJEXT): avltree/$(am__dirstamp) \
360        avltree/$(DEPDIR)/$(am__dirstamp)
361avltree/avl1.$(OBJEXT): avltree/$(am__dirstamp) \
362        avltree/$(DEPDIR)/$(am__dirstamp)
363avltree/avl2.$(OBJEXT): avltree/$(am__dirstamp) \
364        avltree/$(DEPDIR)/$(am__dirstamp)
365avltree/avl3.$(OBJEXT): avltree/$(am__dirstamp) \
366        avltree/$(DEPDIR)/$(am__dirstamp)
367avltree/avl4.$(OBJEXT): avltree/$(am__dirstamp) \
368        avltree/$(DEPDIR)/$(am__dirstamp)
369avltree/avl-private.$(OBJEXT): avltree/$(am__dirstamp) \
370        avltree/$(DEPDIR)/$(am__dirstamp)
371
372avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
373        @rm -f avl_test$(EXEEXT)
374        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
375
376mostlyclean-compile:
377        -rm -f *.$(OBJEXT)
378        -rm -f avltree/*.$(OBJEXT)
379
380distclean-compile:
381        -rm -f *.tab.c
382
383@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl-private.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl0.Po@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl1.Po@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl2.Po@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl3.Po@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl4.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl_test.Po@am__quote@
390
391.c.o:
392@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
393@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
394@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
395@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
396@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
398
399.c.obj:
400@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
401@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
402@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
403@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
404@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
405@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
406
407ID: $(am__tagged_files)
408        $(am__define_uniq_tagged_files); mkid -fID $$unique
409tags: tags-am
410TAGS: tags
411
412tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
413        set x; \
414        here=`pwd`; \
415        $(am__define_uniq_tagged_files); \
416        shift; \
417        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
418          test -n "$$unique" || unique=$$empty_fix; \
419          if test $$# -gt 0; then \
420            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421              "$$@" $$unique; \
422          else \
423            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
424              $$unique; \
425          fi; \
426        fi
427ctags: ctags-am
428
429CTAGS: ctags
430ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
431        $(am__define_uniq_tagged_files); \
432        test -z "$(CTAGS_ARGS)$$unique" \
433          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434             $$unique
435
436GTAGS:
437        here=`$(am__cd) $(top_builddir) && pwd` \
438          && $(am__cd) $(top_srcdir) \
439          && gtags -i $(GTAGS_ARGS) "$$here"
440cscopelist: cscopelist-am
441
442cscopelist-am: $(am__tagged_files)
443        list='$(am__tagged_files)'; \
444        case "$(srcdir)" in \
445          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
446          *) sdir=$(subdir)/$(srcdir) ;; \
447        esac; \
448        for i in $$list; do \
449          if test -f "$$i"; then \
450            echo "$(subdir)/$$i"; \
451          else \
452            echo "$$sdir/$$i"; \
453          fi; \
454        done >> $(top_builddir)/cscope.files
455
456distclean-tags:
457        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458
459distdir: $(DISTFILES)
460        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
461        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
462        list='$(DISTFILES)'; \
463          dist_files=`for file in $$list; do echo $$file; done | \
464          sed -e "s|^$$srcdirstrip/||;t" \
465              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
466        case $$dist_files in \
467          */*) $(MKDIR_P) `echo "$$dist_files" | \
468                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
469                           sort -u` ;; \
470        esac; \
471        for file in $$dist_files; do \
472          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473          if test -d $$d/$$file; then \
474            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475            if test -d "$(distdir)/$$file"; then \
476              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477            fi; \
478            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
480              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481            fi; \
482            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483          else \
484            test -f "$(distdir)/$$file" \
485            || cp -p $$d/$$file "$(distdir)/$$file" \
486            || exit 1; \
487          fi; \
488        done
489check-am: all-am
490check: check-am
491all-am: Makefile all-local
492installdirs:
493install: install-am
494install-exec: install-exec-am
495install-data: install-data-am
496uninstall: uninstall-am
497
498install-am: all-am
499        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
500
501installcheck: installcheck-am
502install-strip:
503        if test -z '$(STRIP)'; then \
504          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
505            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
506              install; \
507        else \
508          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
509            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
510            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
511        fi
512mostlyclean-generic:
513
514clean-generic:
515
516distclean-generic:
517        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
518        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
519        -rm -f avltree/$(DEPDIR)/$(am__dirstamp)
520        -rm -f avltree/$(am__dirstamp)
521
522maintainer-clean-generic:
523        @echo "This command is intended for maintainers to use"
524        @echo "it deletes files that may require special tools to rebuild."
525clean: clean-am
526
527clean-am: clean-generic clean-local mostlyclean-am
528
529distclean: distclean-am
530        -rm -rf avltree/$(DEPDIR)
531        -rm -f Makefile
532distclean-am: clean-am distclean-compile distclean-generic \
533        distclean-tags
534
535dvi: dvi-am
536
537dvi-am:
538
539html: html-am
540
541html-am:
542
543info: info-am
544
545info-am:
546
547install-data-am:
548
549install-dvi: install-dvi-am
550
551install-dvi-am:
552
553install-exec-am:
554
555install-html: install-html-am
556
557install-html-am:
558
559install-info: install-info-am
560
561install-info-am:
562
563install-man:
564
565install-pdf: install-pdf-am
566
567install-pdf-am:
568
569install-ps: install-ps-am
570
571install-ps-am:
572
573installcheck-am:
574
575maintainer-clean: maintainer-clean-am
576        -rm -rf avltree/$(DEPDIR)
577        -rm -f Makefile
578maintainer-clean-am: distclean-am maintainer-clean-generic
579
580mostlyclean: mostlyclean-am
581
582mostlyclean-am: mostlyclean-compile mostlyclean-generic
583
584pdf: pdf-am
585
586pdf-am:
587
588ps: ps-am
589
590ps-am:
591
592uninstall-am:
593
594.MAKE: install-am install-strip
595
596.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
597        clean-generic clean-local cscopelist-am ctags ctags-am \
598        distclean distclean-compile distclean-generic distclean-tags \
599        distdir dvi dvi-am html html-am info info-am install \
600        install-am install-data install-data-am install-dvi \
601        install-dvi-am install-exec install-exec-am install-html \
602        install-html-am install-info install-info-am install-man \
603        install-pdf install-pdf-am install-ps install-ps-am \
604        install-strip installcheck installcheck-am installdirs \
605        maintainer-clean maintainer-clean-generic mostlyclean \
606        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
607        tags tags-am uninstall uninstall-am
608
609.PRECIOUS: Makefile
610
611
612.cfa.o:
613        $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
614        $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
615        $(am__mv) $$depbase.Tpo $$depbase.Po
616
617.PHONY: list .validate
618.INTERMEDIATE: .validate .validate.cfa
619
620#----------------------------------------------------------------------------------------------------------------
621all-local :
622        @+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${timeouts} ${quick_test}
623
624all-tests :
625        @+${TEST_PY} --debug=${debug}  --install=${installed} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
626
627clean-local :
628        rm -f ${EXTRA_PROGRAMS}
629
630list :
631        @+${TEST_PY} --list ${concurrent}
632
633.validate: .validate.cfa
634        $(CFACOMPILE) .validate.cfa -fsyntax-only -Wall -Wextra -Werror
635
636.validate.cfa:
637        @echo "int main() { return 0; }" > ${@}
638
639dummy_hack.c:
640        @echo "int main() { return 0; }" > ${@}
641
642concurrency :
643        @+${TEST_PY} --debug=${debug}  --install=${installed} -Iconcurrent
644
645#----------------------------------------------------------------------------------------------------------------
646
647# implicit rule so not all test require a rule
648% : %.c $(CFACC)
649        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
650
651% : %.cfa $(CFACC)
652        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
653
654declarationSpecifier: declarationSpecifier.cfa $(CFACC)
655        $(PRETTY_PATH) $(CFACOMPILE) -CFA -XCFA -p $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
656
657gccExtensions : gccExtensions.cfa $(CFACC)
658        $(PRETTY_PATH) $(CFACOMPILE) -CFA -XCFA -p $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
659
660extension : extension.cfa $(CFACC)
661        $(PRETTY_PATH) $(CFACOMPILE) -CFA -XCFA -p $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
662
663attributes : attributes.cfa $(CFACC)
664        $(PRETTY_PATH) $(CFACOMPILE) -CFA -XCFA -p $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
665
666functions: functions.cfa $(CFACC)
667        $(PRETTY_PATH) $(CFACOMPILE) -CFA -XCFA -p $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
668
669KRfunctions : KRfunctions.cfa $(CFACC)
670        $(PRETTY_PATH) $(CFACOMPILE) -CFA -XCFA -p $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
671
672sched-ext-parse : sched-ext-parse.c $(CFACC)
673        $(PRETTY_PATH) $(CFACOMPILE) -CFA -XCFA -p $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
674
675gmp : gmp.cfa $(CFACC)
676        $(PRETTY_PATH) $(CFACOMPILE) -lgmp $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
677
678#builtins
679builtins/sync: builtins/sync.c $(CFACC)
680        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) 2> $(abspath ${@}) -fsyntax-only
681
682#------------------------------------------------------------------------------
683
684#To make errors path independent we need to cd into the correct directories
685completeTypeError : completeTypeError.cfa $(CFACC)
686        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
687
688typedefRedef-ERR1: typedefRedef.cfa $(CFACC)
689        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
690
691alloc-ERROR: alloc.cfa $(CFACC)
692        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
693
694fallthrough-ERROR: fallthrough.cfa $(CFACC)
695        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
696
697nested-types-ERR1: nested-types.cfa $(CFACC)
698        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
699
700nested-types-ERR2: nested-types.cfa $(CFACC)
701        $(PRETTY_PATH) $(CFACOMPILE) -DERR2 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
702
703# Constructor/destructor tests
704raii/dtor-early-exit-ERR1: raii/dtor-early-exit.c $(CFACC)
705        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
706
707raii/dtor-early-exit-ERR2: raii/dtor-early-exit.c $(CFACC)
708        $(PRETTY_PATH) $(CFACOMPILE) -DERR2 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
709
710raii/memberCtors-ERR1: raii/memberCtors.c $(CFACC)
711        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
712
713raii/ctor-autogen-ERR1: raii/ctor-autogen.c $(CFACC)
714        $(PRETTY_PATH) $(CFACOMPILE) -DERR1 $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
715
716# Warnings
717warnings/self-assignment: warnings/self-assignment.c $(CFACC)
718        $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) 2> $(abspath ${@}) -fsyntax-only
719
720# Tell versions [3.59,3.63) of GNU make to not export all variables.
721# Otherwise a system limit (for SysV at least) may be exceeded.
722.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.