source: tests/Makefile.in @ 78cdb06

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

Fix error when trying to run tests using DISTCC

  • Property mode set to 100644
File size: 28.7 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) .dummy_hack$(EXEEXT)
94subdir = tests
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 = $(top_builddir)/config.h
107CONFIG_CLEAN_FILES = config.py
108CONFIG_CLEAN_VPATH_FILES = test.py
109am__dummy_hack_OBJECTS = .dummy_hack.$(OBJEXT) .dummy_hackxx.$(OBJEXT)
110_dummy_hack_OBJECTS = $(am__dummy_hack_OBJECTS)
111_dummy_hack_LDADD = $(LDADD)
112AM_V_lt = $(am__v_lt_@AM_V@)
113am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114am__v_lt_0 = --silent
115am__v_lt_1 =
116am__dirstamp = $(am__leading_dot)dirstamp
117am_avl_test_OBJECTS = avltree/avl_test.$(OBJEXT) \
118        avltree/avl0.$(OBJEXT) avltree/avl1.$(OBJEXT) \
119        avltree/avl2.$(OBJEXT) avltree/avl3.$(OBJEXT) \
120        avltree/avl4.$(OBJEXT) avltree/avl-private.$(OBJEXT)
121avl_test_OBJECTS = $(am_avl_test_OBJECTS)
122avl_test_LDADD = $(LDADD)
123AM_V_P = $(am__v_P_@AM_V@)
124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
125am__v_P_0 = false
126am__v_P_1 = :
127AM_V_GEN = $(am__v_GEN_@AM_V@)
128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
129am__v_GEN_0 = @echo "  GEN     " $@;
130am__v_GEN_1 =
131AM_V_at = $(am__v_at_@AM_V@)
132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
133am__v_at_0 = @
134am__v_at_1 =
135DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
136depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
137am__depfiles_maybe = depfiles
138am__mv = mv -f
139COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
142        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
143        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
144        $(AM_CFLAGS) $(CFLAGS)
145AM_V_CC = $(am__v_CC_@AM_V@)
146am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
147am__v_CC_0 = @echo "  CC      " $@;
148am__v_CC_1 =
149CCLD = $(CC)
150LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
151        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
152        $(AM_LDFLAGS) $(LDFLAGS) -o $@
153AM_V_CCLD = $(am__v_CCLD_@AM_V@)
154am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
155am__v_CCLD_0 = @echo "  CCLD    " $@;
156am__v_CCLD_1 =
157CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
158        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
159LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
160        $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
161        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
162        $(AM_CXXFLAGS) $(CXXFLAGS)
163AM_V_CXX = $(am__v_CXX_@AM_V@)
164am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
165am__v_CXX_0 = @echo "  CXX     " $@;
166am__v_CXX_1 =
167CXXLD = $(CXX)
168CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
169        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
170        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
171AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
172am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
173am__v_CXXLD_0 = @echo "  CXXLD   " $@;
174am__v_CXXLD_1 =
175SOURCES = $(_dummy_hack_SOURCES) $(avl_test_SOURCES)
176DIST_SOURCES = $(_dummy_hack_SOURCES) $(avl_test_SOURCES)
177am__can_run_installinfo = \
178  case $$AM_UPDATE_INFO_DIR in \
179    n|no|NO) false;; \
180    *) (install-info --version) >/dev/null 2>&1;; \
181  esac
182am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
183# Read a list of newline-separated strings from the standard input,
184# and print each of them once, without duplicates.  Input order is
185# *not* preserved.
186am__uniquify_input = $(AWK) '\
187  BEGIN { nonempty = 0; } \
188  { items[$$0] = 1; nonempty = 1; } \
189  END { if (nonempty) { for (i in items) print i; }; } \
190'
191# Make sure the list of sources is unique.  This is necessary because,
192# e.g., the same source file might be shared among _SOURCES variables
193# for different programs/libraries.
194am__define_uniq_tagged_files = \
195  list='$(am__tagged_files)'; \
196  unique=`for i in $$list; do \
197    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198  done | $(am__uniquify_input)`
199ETAGS = etags
200CTAGS = ctags
201am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.py.in \
202        $(srcdir)/test.py $(top_srcdir)/automake/depcomp \
203        $(top_srcdir)/src/cfa.make
204DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
205ACLOCAL = @ACLOCAL@
206AMTAR = @AMTAR@
207AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208AR = @AR@
209AUTOCONF = @AUTOCONF@
210AUTOHEADER = @AUTOHEADER@
211AUTOMAKE = @AUTOMAKE@
212AWK = @AWK@
213BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
214
215# adjust CC to current flags
216CC = $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH),$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
217CCAS = @CCAS@
218CCASDEPMODE = @CCASDEPMODE@
219CCASFLAGS = @CCASFLAGS@
220CCDEPMODE = @CCDEPMODE@
221CFACC = $(CC)
222CFACC_INSTALL = @CFACC_INSTALL@
223CFACPP = @CFACPP@
224CFA_BACKEND_CC = @CFA_BACKEND_CC@
225CFA_BINDIR = @CFA_BINDIR@
226CFA_FLAGS = @CFA_FLAGS@
227CFA_INCDIR = @CFA_INCDIR@
228CFA_LIBDIR = @CFA_LIBDIR@
229CFA_NAME = @CFA_NAME@
230CFA_PREFIX = @CFA_PREFIX@
231CFLAGS = @CFLAGS@
232CPP = @CPP@
233CPPFLAGS = @CPPFLAGS@
234CXX = @CXX@
235CXXCPP = @CXXCPP@
236CXXDEPMODE = @CXXDEPMODE@
237CXXFLAGS = @CXXFLAGS@
238CYGPATH_W = @CYGPATH_W@
239DEFS = @DEFS@
240DEMANGLER = @DEMANGLER@
241DEPDIR = @DEPDIR@
242DLLTOOL = @DLLTOOL@
243DRIVER_DIR = @DRIVER_DIR@
244DSYMUTIL = @DSYMUTIL@
245DUMPBIN = @DUMPBIN@
246ECHO_C = @ECHO_C@
247ECHO_N = @ECHO_N@
248ECHO_T = @ECHO_T@
249EGREP = @EGREP@
250EXEEXT = @EXEEXT@
251FGREP = @FGREP@
252GREP = @GREP@
253HAS_DISTCC = @HAS_DISTCC@
254HOST_FLAGS = @HOST_FLAGS@
255INSTALL = @INSTALL@
256INSTALL_DATA = @INSTALL_DATA@
257INSTALL_PROGRAM = @INSTALL_PROGRAM@
258INSTALL_SCRIPT = @INSTALL_SCRIPT@
259INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
260LD = @LD@
261LDFLAGS = @LDFLAGS@
262LEX = @LEX@
263LEXLIB = @LEXLIB@
264LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
265LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
266LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
267LIBDEMANGLE = @LIBDEMANGLE@
268LIBOBJS = @LIBOBJS@
269LIBS = @LIBS@
270LIBTOOL = @LIBTOOL@
271LIPO = @LIPO@
272LN_S = @LN_S@
273LTLIBOBJS = @LTLIBOBJS@
274LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275MAKEINFO = @MAKEINFO@
276MANIFEST_TOOL = @MANIFEST_TOOL@
277MKDIR_P = @MKDIR_P@
278NM = @NM@
279NMEDIT = @NMEDIT@
280OBJDUMP = @OBJDUMP@
281OBJEXT = @OBJEXT@
282OTOOL = @OTOOL@
283OTOOL64 = @OTOOL64@
284PACKAGE = @PACKAGE@
285PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286PACKAGE_NAME = @PACKAGE_NAME@
287PACKAGE_STRING = @PACKAGE_STRING@
288PACKAGE_TARNAME = @PACKAGE_TARNAME@
289PACKAGE_URL = @PACKAGE_URL@
290PACKAGE_VERSION = @PACKAGE_VERSION@
291PATH_SEPARATOR = @PATH_SEPARATOR@
292RANLIB = @RANLIB@
293SED = @SED@
294SET_MAKE = @SET_MAKE@
295SHELL = @SHELL@
296STRIP = @STRIP@
297TARGET_HOSTS = @TARGET_HOSTS@
298VERSION = @VERSION@
299YACC = @YACC@
300YFLAGS = @YFLAGS@
301abs_builddir = @abs_builddir@
302abs_srcdir = @abs_srcdir@
303abs_top_builddir = @abs_top_builddir@
304abs_top_srcdir = @abs_top_srcdir@
305ac_ct_AR = @ac_ct_AR@
306ac_ct_CC = @ac_ct_CC@
307ac_ct_CXX = @ac_ct_CXX@
308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
309am__include = @am__include@
310am__leading_dot = @am__leading_dot@
311am__quote = @am__quote@
312am__tar = @am__tar@
313am__untar = @am__untar@
314bindir = @bindir@
315build = @build@
316build_alias = @build_alias@
317build_cpu = @build_cpu@
318build_os = @build_os@
319build_vendor = @build_vendor@
320builddir = @builddir@
321datadir = @datadir@
322datarootdir = @datarootdir@
323docdir = @docdir@
324dvidir = @dvidir@
325exec_prefix = @exec_prefix@
326host = @host@
327host_alias = @host_alias@
328host_cpu = @host_cpu@
329host_os = @host_os@
330host_vendor = @host_vendor@
331htmldir = @htmldir@
332includedir = @includedir@
333infodir = @infodir@
334install_sh = @install_sh@
335libdir = @libdir@
336libexecdir = @libexecdir@
337localedir = @localedir@
338localstatedir = @localstatedir@
339mandir = @mandir@
340mkdir_p = @mkdir_p@
341oldincludedir = @oldincludedir@
342pdfdir = @pdfdir@
343prefix = @prefix@
344program_transform_name = @program_transform_name@
345psdir = @psdir@
346runstatedir = @runstatedir@
347sbindir = @sbindir@
348sharedstatedir = @sharedstatedir@
349srcdir = @srcdir@
350sysconfdir = @sysconfdir@
351target_alias = @target_alias@
352top_build_prefix = @top_build_prefix@
353top_builddir = @top_builddir@
354top_srcdir = @top_srcdir@
355AUTOMAKE_OPTIONS = foreign    # do not require all the GNU file names
356ACLOCAL_AMFLAGS = -I automake
357CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
358LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
359        $(LIBTOOLFLAGS) --mode=compile $(CFACC) $(DEFS) \
360        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) \
361        $(AM_CFLAGS) $(CFLAGS)
362
363AM_V_CFA = $(am__v_CFA_@AM_V@)
364am__v_CFA_ = $(am__v_CFA_@AM_DEFAULT_V@)
365am__v_CFA_0 = @echo "  CFA     " $@;
366am__v_CFA_1 =
367AM_V_JAVAC = $(am__v_JAVAC_@AM_V@)
368am__v_JAVAC_ = $(am__v_JAVAC_@AM_DEFAULT_V@)
369am__v_JAVAC_0 = @echo "  JAVAC   " $@;
370am__v_JAVAC_1 =
371AM_V_GOC = $(am__v_GOC_@AM_V@)
372am__v_GOC_ = $(am__v_GOC_@AM_DEFAULT_V@)
373am__v_GOC_0 = @echo "  GOC     " $@;
374am__v_GOC_1 =
375UPPCC = u++
376UPPCOMPILE = $(UPPCC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_UPPFLAGS) $(UPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_CFLAGS) $(CFLAGS)
377AM_V_UPP = $(am__v_UPP_@AM_V@)
378am__v_UPP_ = $(am__v_UPP_@AM_DEFAULT_V@)
379am__v_UPP_0 = @echo "  UPP     " $@;
380am__v_UPP_1 =
381debug = yes
382installed = no
383archiveerrors =
384DEBUG_FLAGS = -debug -O0
385quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
386concurrent =
387timeouts =
388TEST_PY = python3 ${builddir}/test.py
389
390# applies to both programs
391# since automake doesn't have support for CFA we have to
392AM_CFLAGS = $(if $(test), 2> $(test), ) \
393        -g \
394        -Wall \
395        -Wno-unused-function \
396        -quiet @CFA_FLAGS@ \
397        -DIN_DIR="${abs_srcdir}/.in/"
398
399
400# get the desired cfa to test
401TARGET_CFA = $(if $(filter $(installed),yes), @CFACC_INSTALL@, @CFACC@)
402
403# get local binary for depedencies
404CFACCBIN = @CFACC@
405
406# adjusted CC but without the actual distcc call
407CFACCLOCAL = $(if $(DISTCC_CFA_PATH),$(DISTCC_CFA_PATH),$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
408PRETTY_PATH = mkdir -p $(dir $(abspath ${@})) && cd ${srcdir} &&
409avl_test_SOURCES = avltree/avl_test.cfa avltree/avl0.cfa avltree/avl1.cfa avltree/avl2.cfa avltree/avl3.cfa avltree/avl4.cfa avltree/avl-private.cfa
410# automake doesn't know we still need C/CPP rules so pretend like we have a C program
411_dummy_hack_SOURCES = .dummy_hack.c .dummy_hackxx.cpp
412
413#----------------------------------------------------------------------------------------------------------------
414
415# Use for all tests, make sure the path are correct and all flags are added
416CFACOMPILETEST = $(PRETTY_PATH) $(CFACOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) $($(shell echo "${@}_FLAGSCFA" | sed 's/-\|\//_/g'))
417
418#------------------------------------------------------------------------------
419# TARGETS WITH CUSTOM FLAGS
420#------------------------------------------------------------------------------
421# custom libs
422gmp_FLAGSLD = -lgmp
423
424#------------------------------------------------------------------------------
425# Generated code
426GENERATED_CODE = declarationSpecifier gccExtensions extension attributes functions KRfunctions
427
428# Use for tests where the make command is expected to succeed but the expected.txt should be compared to stderr
429EXPECT_STDERR = builtins/sync warnings/self-assignment
430all: all-am
431
432.SUFFIXES:
433.SUFFIXES: .c .cfa .cpp .dummy_hack .dummy_hackxx .lo .o .obj .validate
434$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/src/cfa.make $(am__configure_deps)
435        @for dep in $?; do \
436          case '$(am__configure_deps)' in \
437            *$$dep*) \
438              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
439                && { if test -f $@; then exit 0; else break; fi; }; \
440              exit 1;; \
441          esac; \
442        done; \
443        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
444        $(am__cd) $(top_srcdir) && \
445          $(AUTOMAKE) --foreign tests/Makefile
446Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
447        @case '$?' in \
448          *config.status*) \
449            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
450          *) \
451            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
452            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
453        esac;
454$(top_srcdir)/src/cfa.make $(am__empty):
455
456$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
457        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
458
459$(top_srcdir)/configure:  $(am__configure_deps)
460        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
461$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
462        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463$(am__aclocal_m4_deps):
464config.py: $(top_builddir)/config.status $(srcdir)/config.py.in
465        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
466
467.dummy_hack$(EXEEXT): $(_dummy_hack_OBJECTS) $(_dummy_hack_DEPENDENCIES) $(EXTRA__dummy_hack_DEPENDENCIES)
468        @rm -f .dummy_hack$(EXEEXT)
469        $(AM_V_CXXLD)$(CXXLINK) $(_dummy_hack_OBJECTS) $(_dummy_hack_LDADD) $(LIBS)
470avltree/$(am__dirstamp):
471        @$(MKDIR_P) avltree
472        @: > avltree/$(am__dirstamp)
473avltree/$(DEPDIR)/$(am__dirstamp):
474        @$(MKDIR_P) avltree/$(DEPDIR)
475        @: > avltree/$(DEPDIR)/$(am__dirstamp)
476avltree/avl_test.$(OBJEXT): avltree/$(am__dirstamp) \
477        avltree/$(DEPDIR)/$(am__dirstamp)
478avltree/avl0.$(OBJEXT): avltree/$(am__dirstamp) \
479        avltree/$(DEPDIR)/$(am__dirstamp)
480avltree/avl1.$(OBJEXT): avltree/$(am__dirstamp) \
481        avltree/$(DEPDIR)/$(am__dirstamp)
482avltree/avl2.$(OBJEXT): avltree/$(am__dirstamp) \
483        avltree/$(DEPDIR)/$(am__dirstamp)
484avltree/avl3.$(OBJEXT): avltree/$(am__dirstamp) \
485        avltree/$(DEPDIR)/$(am__dirstamp)
486avltree/avl4.$(OBJEXT): avltree/$(am__dirstamp) \
487        avltree/$(DEPDIR)/$(am__dirstamp)
488avltree/avl-private.$(OBJEXT): avltree/$(am__dirstamp) \
489        avltree/$(DEPDIR)/$(am__dirstamp)
490
491avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
492        @rm -f avl_test$(EXEEXT)
493        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
494
495mostlyclean-compile:
496        -rm -f *.$(OBJEXT)
497        -rm -f avltree/*.$(OBJEXT)
498
499distclean-compile:
500        -rm -f *.tab.c
501
502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/.dummy_hack.Po@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/.dummy_hackxx.Po@am__quote@
504
505.c.o:
506@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
507@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
508@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
509@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
510@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
512
513.c.obj:
514@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
515@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
516@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
517@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
518@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
520
521.c.lo:
522@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
523@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
524@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
525@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
526@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
528
529.cpp.o:
530@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
531@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
532@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
533@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
536
537.cpp.obj:
538@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
539@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
540@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Po
541@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
542@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
543@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
544
545.cpp.lo:
546@am__fastdepCXX_TRUE@   $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
547@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
548@am__fastdepCXX_TRUE@   $(am__mv) $$depbase.Tpo $$depbase.Plo
549@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
550@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
552
553mostlyclean-libtool:
554        -rm -f *.lo
555
556clean-libtool:
557        -rm -rf .libs _libs
558
559ID: $(am__tagged_files)
560        $(am__define_uniq_tagged_files); mkid -fID $$unique
561tags: tags-am
562TAGS: tags
563
564tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565        set x; \
566        here=`pwd`; \
567        $(am__define_uniq_tagged_files); \
568        shift; \
569        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
570          test -n "$$unique" || unique=$$empty_fix; \
571          if test $$# -gt 0; then \
572            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
573              "$$@" $$unique; \
574          else \
575            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576              $$unique; \
577          fi; \
578        fi
579ctags: ctags-am
580
581CTAGS: ctags
582ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
583        $(am__define_uniq_tagged_files); \
584        test -z "$(CTAGS_ARGS)$$unique" \
585          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586             $$unique
587
588GTAGS:
589        here=`$(am__cd) $(top_builddir) && pwd` \
590          && $(am__cd) $(top_srcdir) \
591          && gtags -i $(GTAGS_ARGS) "$$here"
592cscopelist: cscopelist-am
593
594cscopelist-am: $(am__tagged_files)
595        list='$(am__tagged_files)'; \
596        case "$(srcdir)" in \
597          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
598          *) sdir=$(subdir)/$(srcdir) ;; \
599        esac; \
600        for i in $$list; do \
601          if test -f "$$i"; then \
602            echo "$(subdir)/$$i"; \
603          else \
604            echo "$$sdir/$$i"; \
605          fi; \
606        done >> $(top_builddir)/cscope.files
607
608distclean-tags:
609        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
610
611distdir: $(DISTFILES)
612        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
613        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
614        list='$(DISTFILES)'; \
615          dist_files=`for file in $$list; do echo $$file; done | \
616          sed -e "s|^$$srcdirstrip/||;t" \
617              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
618        case $$dist_files in \
619          */*) $(MKDIR_P) `echo "$$dist_files" | \
620                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
621                           sort -u` ;; \
622        esac; \
623        for file in $$dist_files; do \
624          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
625          if test -d $$d/$$file; then \
626            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
627            if test -d "$(distdir)/$$file"; then \
628              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
629            fi; \
630            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
631              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
632              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633            fi; \
634            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
635          else \
636            test -f "$(distdir)/$$file" \
637            || cp -p $$d/$$file "$(distdir)/$$file" \
638            || exit 1; \
639          fi; \
640        done
641check-am: all-am
642check: check-am
643all-am: Makefile all-local
644installdirs:
645install: install-am
646install-exec: install-exec-am
647install-data: install-data-am
648uninstall: uninstall-am
649
650install-am: all-am
651        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
652
653installcheck: installcheck-am
654install-strip:
655        if test -z '$(STRIP)'; then \
656          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
657            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
658              install; \
659        else \
660          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
661            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
662            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
663        fi
664mostlyclean-generic:
665
666clean-generic:
667
668distclean-generic:
669        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
670        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
671        -rm -f avltree/$(DEPDIR)/$(am__dirstamp)
672        -rm -f avltree/$(am__dirstamp)
673
674maintainer-clean-generic:
675        @echo "This command is intended for maintainers to use"
676        @echo "it deletes files that may require special tools to rebuild."
677clean: clean-am
678
679clean-am: clean-generic clean-libtool clean-local mostlyclean-am
680
681distclean: distclean-am
682        -rm -rf ./$(DEPDIR)
683        -rm -f Makefile
684distclean-am: clean-am distclean-compile distclean-generic \
685        distclean-tags
686
687dvi: dvi-am
688
689dvi-am:
690
691html: html-am
692
693html-am:
694
695info: info-am
696
697info-am:
698
699install-data-am:
700
701install-dvi: install-dvi-am
702
703install-dvi-am:
704
705install-exec-am:
706
707install-html: install-html-am
708
709install-html-am:
710
711install-info: install-info-am
712
713install-info-am:
714
715install-man:
716
717install-pdf: install-pdf-am
718
719install-pdf-am:
720
721install-ps: install-ps-am
722
723install-ps-am:
724
725installcheck-am:
726
727maintainer-clean: maintainer-clean-am
728        -rm -rf ./$(DEPDIR)
729        -rm -f Makefile
730maintainer-clean-am: distclean-am maintainer-clean-generic
731
732mostlyclean: mostlyclean-am
733
734mostlyclean-am: mostlyclean-compile mostlyclean-generic \
735        mostlyclean-libtool
736
737pdf: pdf-am
738
739pdf-am:
740
741ps: ps-am
742
743ps-am:
744
745uninstall-am:
746
747.MAKE: install-am install-strip
748
749.PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
750        clean-generic clean-libtool clean-local cscopelist-am ctags \
751        ctags-am distclean distclean-compile distclean-generic \
752        distclean-libtool distclean-tags distdir dvi dvi-am html \
753        html-am info info-am install install-am install-data \
754        install-data-am install-dvi install-dvi-am install-exec \
755        install-exec-am install-html install-html-am install-info \
756        install-info-am install-man install-pdf install-pdf-am \
757        install-ps install-ps-am install-strip installcheck \
758        installcheck-am installdirs maintainer-clean \
759        maintainer-clean-generic mostlyclean mostlyclean-compile \
760        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
761        tags tags-am uninstall uninstall-am
762
763.PRECIOUS: Makefile
764
765
766.cfa.o:
767        $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
768        $(CFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
769        $(am__mv) $$depbase.Tpo $$depbase.Po
770
771.cfa.lo:
772        $(AM_V_CFA)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
773        $(LTCFACOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
774        $(am__mv) $$depbase.Tpo $$depbase.Plo
775
776.PHONY: list .validate
777.INTERMEDIATE: .validate .validate.cfa
778
779#----------------------------------------------------------------------------------------------------------------
780all-local :
781        @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
782
783all-tests :
784        @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
785
786clean-local :
787        rm -f ${EXTRA_PROGRAMS}
788
789list :
790        @+${TEST_PY} --list ${concurrent}
791
792.validate: .validate.cfa
793        $(CFACOMPILE) .validate.cfa -fsyntax-only -Wall -Wextra -Werror
794
795.validate.cfa:
796        @echo "int main() { return 0; }" > ${@}
797
798# automake doesn't know we still need C rules so pretend like we have a C program
799.dummy_hack.c:
800        @echo "int main() { return 0; }" > ${@}
801
802.dummy_hackxx.cpp:
803        @echo "int bar() { return 0; }" > ${@}
804
805concurrency :
806        @+${TEST_PY} --debug=${debug}  --install=${installed} -Iconcurrent
807
808#----------------------------------------------------------------------------------------------------------------
809
810# implicit rule so not all test require a rule
811# split into two steps to support compiling remotely using distcc
812# don't use distcc to do the linking because distcc doesn't do linking
813% : %.cfa $(CFACCBIN)
814        $(CFACOMPILETEST) -c -o $(abspath ${@}).o
815        $(CFACCLOCAL) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) $(abspath ${@}).o -o $(abspath ${@})
816
817# implicit rule for c++ test
818# convient for testing the testsuite itself but not actuall used
819% : %.cpp
820        $(PRETTY_PATH) $(CXXCOMPILE) $(shell realpath --relative-to=${srcdir} ${<}) -o $(abspath ${@})
821$(GENERATED_CODE): % : %.cfa $(CFACCBIN)
822        $(CFACOMPILETEST) -CFA -XCFA -p -c -fsyntax-only -o $(abspath ${@})
823$(EXPECT_STDERR): % : %.cfa $(CFACCBIN)
824        $(CFACOMPILETEST) -c -fsyntax-only 2> $(abspath ${@})
825
826#------------------------------------------------------------------------------
827# CUSTOM TARGET
828#------------------------------------------------------------------------------
829# expected failures
830# use custom target since they require a custom define and custom dependencies
831alloc-ERROR : alloc.cfa $(CFACCBIN)
832        $(CFACOMPILETEST) -DERR1 -c -fsyntax-only -o $(abspath ${@})
833
834typedefRedef-ERR1 : typedefRedef.cfa $(CFACCBIN)
835        $(CFACOMPILETEST) -DERR1 -c -fsyntax-only -o $(abspath ${@})
836
837nested-types-ERR1 : nested-types.cfa $(CFACCBIN)
838        $(CFACOMPILETEST) -DERR1 -c -fsyntax-only -o $(abspath ${@})
839
840nested-types-ERR2 : nested-types.cfa $(CFACCBIN)
841        $(CFACOMPILETEST) -DERR2 -c -fsyntax-only -o $(abspath ${@})
842
843raii/memberCtors-ERR1 : raii/memberCtors.cfa $(CFACCBIN)
844        $(CFACOMPILETEST) -DERR1 -c -fsyntax-only -o $(abspath ${@})
845
846raii/ctor-autogen-ERR1 : raii/ctor-autogen.cfa $(CFACCBIN)
847        $(CFACOMPILETEST) -DERR1 -c -fsyntax-only -o $(abspath ${@})
848
849raii/dtor-early-exit-ERR1 : raii/dtor-early-exit.cfa $(CFACCBIN)
850        $(CFACOMPILETEST) -DERR1 -c -fsyntax-only -o $(abspath ${@})
851
852raii/dtor-early-exit-ERR2 : raii/dtor-early-exit.cfa $(CFACCBIN)
853        $(CFACOMPILETEST) -DERR2 -c -fsyntax-only -o $(abspath ${@})
854
855#------------------------------------------------------------------------------
856# Other targets
857
858# Tell versions [3.59,3.63) of GNU make to not export all variables.
859# Otherwise a system limit (for SysV at least) may be exceeded.
860.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.