source: src/examples/Makefile.in @ 3b2b37f

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change on this file since 3b2b37f was 7fb69f6, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Added configure variable for building cfa source in tree

  • Property mode set to 100644
File size: 19.6 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@
94noinst_PROGRAMS = fstream_test$(EXEEXT) vector_test$(EXEEXT) \
95        avl_test$(EXEEXT) Bench$(EXEEXT)
96subdir = src/examples
97ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98am__aclocal_m4_deps = $(top_srcdir)/configure.ac
99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100        $(ACLOCAL_M4)
101DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
102mkinstalldirs = $(install_sh) -d
103CONFIG_HEADER = $(top_builddir)/config.h
104CONFIG_CLEAN_FILES =
105CONFIG_CLEAN_VPATH_FILES =
106PROGRAMS = $(noinst_PROGRAMS)
107Bench_SOURCES = Bench.c
108Bench_OBJECTS = Bench.$(OBJEXT)
109Bench_LDADD = $(LDADD)
110am__dirstamp = $(am__leading_dot)dirstamp
111am_avl_test_OBJECTS = avltree/avl_test.$(OBJEXT) \
112        avltree/avl0.$(OBJEXT) avltree/avl1.$(OBJEXT) \
113        avltree/avl2.$(OBJEXT) avltree/avl3.$(OBJEXT) \
114        avltree/avl4.$(OBJEXT) avltree/avl-private.$(OBJEXT)
115avl_test_OBJECTS = $(am_avl_test_OBJECTS)
116avl_test_LDADD = $(LDADD)
117am_fstream_test_OBJECTS = fstream_test.$(OBJEXT)
118fstream_test_OBJECTS = $(am_fstream_test_OBJECTS)
119fstream_test_LDADD = $(LDADD)
120am_vector_test_OBJECTS = vector_int.$(OBJEXT) array.$(OBJEXT) \
121        vector_test.$(OBJEXT)
122vector_test_OBJECTS = $(am_vector_test_OBJECTS)
123vector_test_LDADD = $(LDADD)
124AM_V_P = $(am__v_P_@AM_V@)
125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_@AM_V@)
129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 =
132AM_V_at = $(am__v_at_@AM_V@)
133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134am__v_at_0 = @
135am__v_at_1 =
136DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
137depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
138am__depfiles_maybe = depfiles
139am__mv = mv -f
140COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
141        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
142AM_V_CC = $(am__v_CC_@AM_V@)
143am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
144am__v_CC_0 = @echo "  CC      " $@;
145am__v_CC_1 =
146CCLD = $(CC)
147LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
148AM_V_CCLD = $(am__v_CCLD_@AM_V@)
149am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
150am__v_CCLD_0 = @echo "  CCLD    " $@;
151am__v_CCLD_1 =
152SOURCES = Bench.c $(avl_test_SOURCES) $(fstream_test_SOURCES) \
153        $(vector_test_SOURCES)
154DIST_SOURCES = Bench.c $(avl_test_SOURCES) $(fstream_test_SOURCES) \
155        $(vector_test_SOURCES)
156am__can_run_installinfo = \
157  case $$AM_UPDATE_INFO_DIR in \
158    n|no|NO) false;; \
159    *) (install-info --version) >/dev/null 2>&1;; \
160  esac
161am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162# Read a list of newline-separated strings from the standard input,
163# and print each of them once, without duplicates.  Input order is
164# *not* preserved.
165am__uniquify_input = $(AWK) '\
166  BEGIN { nonempty = 0; } \
167  { items[$$0] = 1; nonempty = 1; } \
168  END { if (nonempty) { for (i in items) print i; }; } \
169'
170# Make sure the list of sources is unique.  This is necessary because,
171# e.g., the same source file might be shared among _SOURCES variables
172# for different programs/libraries.
173am__define_uniq_tagged_files = \
174  list='$(am__tagged_files)'; \
175  unique=`for i in $$list; do \
176    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177  done | $(am__uniquify_input)`
178ETAGS = etags
179CTAGS = ctags
180am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/depcomp
181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182ACLOCAL = @ACLOCAL@
183ALLOCA = @ALLOCA@
184AMTAR = @AMTAR@
185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186AUTOCONF = @AUTOCONF@
187AUTOHEADER = @AUTOHEADER@
188AUTOMAKE = @AUTOMAKE@
189AWK = @AWK@
190BACKEND_CC = @BACKEND_CC@
191BUILD_IN_TREE_FLAGS = @BUILD_IN_TREE_FLAGS@
192BUILD_IN_TREE_FLAGS_NOLIB = @BUILD_IN_TREE_FLAGS_NOLIB@
193CC = @CFA_BINDIR@/@CFA_NAME@
194CCAS = @CCAS@
195CCASDEPMODE = @CCASDEPMODE@
196CCASFLAGS = @CCASFLAGS@
197CCDEPMODE = @CCDEPMODE@
198CFACC = @CFACC@
199CFACPP = @CFACPP@
200CFA_BACKEND_CC = @CFA_BACKEND_CC@
201CFA_BINDIR = @CFA_BINDIR@
202CFA_FLAGS = @CFA_FLAGS@
203CFA_INCDIR = @CFA_INCDIR@
204CFA_LIBDIR = @CFA_LIBDIR@
205CFA_NAME = @CFA_NAME@
206CFA_PREFIX = @CFA_PREFIX@
207
208# applies to both programs
209CFLAGS =
210CPP = @CPP@
211CPPFLAGS = @CPPFLAGS@
212CXX = @CXX@
213CXXDEPMODE = @CXXDEPMODE@
214CXXFLAGS = @CXXFLAGS@
215CYGPATH_W = @CYGPATH_W@
216DEFS = @DEFS@
217DEPDIR = @DEPDIR@
218DRIVER_DIR = @DRIVER_DIR@
219ECHO_C = @ECHO_C@
220ECHO_N = @ECHO_N@
221ECHO_T = @ECHO_T@
222EGREP = @EGREP@
223EXEEXT = @EXEEXT@
224GREP = @GREP@
225INSTALL = @INSTALL@
226INSTALL_DATA = @INSTALL_DATA@
227INSTALL_PROGRAM = @INSTALL_PROGRAM@
228INSTALL_SCRIPT = @INSTALL_SCRIPT@
229INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
230LDFLAGS = @LDFLAGS@
231LEX = @LEX@
232LEXLIB = @LEXLIB@
233LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
234LIBOBJS = @LIBOBJS@
235LIBS = @LIBS@
236LTLIBOBJS = @LTLIBOBJS@
237MACHINE_TYPE = @MACHINE_TYPE@
238MAKEINFO = @MAKEINFO@
239MKDIR_P = @MKDIR_P@
240OBJEXT = @OBJEXT@
241PACKAGE = @PACKAGE@
242PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
243PACKAGE_NAME = @PACKAGE_NAME@
244PACKAGE_STRING = @PACKAGE_STRING@
245PACKAGE_TARNAME = @PACKAGE_TARNAME@
246PACKAGE_URL = @PACKAGE_URL@
247PACKAGE_VERSION = @PACKAGE_VERSION@
248PATH_SEPARATOR = @PATH_SEPARATOR@
249RANLIB = @RANLIB@
250SET_MAKE = @SET_MAKE@
251SHELL = @SHELL@
252STRIP = @STRIP@
253VERSION = @VERSION@
254YACC = @YACC@
255YFLAGS = @YFLAGS@
256abs_builddir = @abs_builddir@
257abs_srcdir = @abs_srcdir@
258abs_top_builddir = @abs_top_builddir@
259abs_top_srcdir = @abs_top_srcdir@
260ac_ct_CC = @ac_ct_CC@
261ac_ct_CXX = @ac_ct_CXX@
262am__include = @am__include@
263am__leading_dot = @am__leading_dot@
264am__quote = @am__quote@
265am__tar = @am__tar@
266am__untar = @am__untar@
267bindir = @bindir@
268build = @build@
269build_alias = @build_alias@
270build_cpu = @build_cpu@
271build_os = @build_os@
272build_vendor = @build_vendor@
273builddir = @builddir@
274datadir = @datadir@
275datarootdir = @datarootdir@
276docdir = @docdir@
277dvidir = @dvidir@
278exec_prefix = @exec_prefix@
279host = @host@
280host_alias = @host_alias@
281host_cpu = @host_cpu@
282host_os = @host_os@
283host_vendor = @host_vendor@
284htmldir = @htmldir@
285includedir = @includedir@
286infodir = @infodir@
287install_sh = @install_sh@
288libdir = @libdir@
289libexecdir = @libexecdir@
290localedir = @localedir@
291localstatedir = @localstatedir@
292mandir = @mandir@
293mkdir_p = @mkdir_p@
294oldincludedir = @oldincludedir@
295pdfdir = @pdfdir@
296prefix = @prefix@
297program_transform_name = @program_transform_name@
298psdir = @psdir@
299runstatedir = @runstatedir@
300sbindir = @sbindir@
301sharedstatedir = @sharedstatedir@
302srcdir = @srcdir@
303sysconfdir = @sysconfdir@
304target_alias = @target_alias@
305top_build_prefix = @top_build_prefix@
306top_builddir = @top_builddir@
307top_srcdir = @top_srcdir@
308AM_CFLAGS = -g -Wall -Wno-unused-function -O2
309fstream_test_SOURCES = fstream_test.c
310vector_test_SOURCES = vector_int.c array.c vector_test.c
311avl_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
312all: all-am
313
314.SUFFIXES:
315.SUFFIXES: .c .o .obj
316$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
317        @for dep in $?; do \
318          case '$(am__configure_deps)' in \
319            *$$dep*) \
320              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321                && { if test -f $@; then exit 0; else break; fi; }; \
322              exit 1;; \
323          esac; \
324        done; \
325        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/examples/Makefile'; \
326        $(am__cd) $(top_srcdir) && \
327          $(AUTOMAKE) --foreign src/examples/Makefile
328Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
329        @case '$?' in \
330          *config.status*) \
331            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
332          *) \
333            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
334            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
335        esac;
336
337$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
338        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339
340$(top_srcdir)/configure:  $(am__configure_deps)
341        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
343        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344$(am__aclocal_m4_deps):
345
346clean-noinstPROGRAMS:
347        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
348avltree/$(am__dirstamp):
349        @$(MKDIR_P) avltree
350        @: > avltree/$(am__dirstamp)
351avltree/$(DEPDIR)/$(am__dirstamp):
352        @$(MKDIR_P) avltree/$(DEPDIR)
353        @: > avltree/$(DEPDIR)/$(am__dirstamp)
354avltree/avl_test.$(OBJEXT): avltree/$(am__dirstamp) \
355        avltree/$(DEPDIR)/$(am__dirstamp)
356avltree/avl0.$(OBJEXT): avltree/$(am__dirstamp) \
357        avltree/$(DEPDIR)/$(am__dirstamp)
358avltree/avl1.$(OBJEXT): avltree/$(am__dirstamp) \
359        avltree/$(DEPDIR)/$(am__dirstamp)
360avltree/avl2.$(OBJEXT): avltree/$(am__dirstamp) \
361        avltree/$(DEPDIR)/$(am__dirstamp)
362avltree/avl3.$(OBJEXT): avltree/$(am__dirstamp) \
363        avltree/$(DEPDIR)/$(am__dirstamp)
364avltree/avl4.$(OBJEXT): avltree/$(am__dirstamp) \
365        avltree/$(DEPDIR)/$(am__dirstamp)
366avltree/avl-private.$(OBJEXT): avltree/$(am__dirstamp) \
367        avltree/$(DEPDIR)/$(am__dirstamp)
368
369avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
370        @rm -f avl_test$(EXEEXT)
371        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
372
373fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)
374        @rm -f fstream_test$(EXEEXT)
375        $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)
376
377vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
378        @rm -f vector_test$(EXEEXT)
379        $(AM_V_CCLD)$(LINK) $(vector_test_OBJECTS) $(vector_test_LDADD) $(LIBS)
380
381mostlyclean-compile:
382        -rm -f *.$(OBJEXT)
383        -rm -f avltree/*.$(OBJEXT)
384
385distclean-compile:
386        -rm -f *.tab.c
387
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Bench.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fstream_test.Po@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector_int.Po@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector_test.Po@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl-private.Po@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl0.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl1.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl2.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl3.Po@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl4.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@avltree/$(DEPDIR)/avl_test.Po@am__quote@
400
401.c.o:
402@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
403@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
404@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
405@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
408
409.c.obj:
410@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
411@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
412@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
413@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
414@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
416
417ID: $(am__tagged_files)
418        $(am__define_uniq_tagged_files); mkid -fID $$unique
419tags: tags-am
420TAGS: tags
421
422tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
423        set x; \
424        here=`pwd`; \
425        $(am__define_uniq_tagged_files); \
426        shift; \
427        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428          test -n "$$unique" || unique=$$empty_fix; \
429          if test $$# -gt 0; then \
430            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431              "$$@" $$unique; \
432          else \
433            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434              $$unique; \
435          fi; \
436        fi
437ctags: ctags-am
438
439CTAGS: ctags
440ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
441        $(am__define_uniq_tagged_files); \
442        test -z "$(CTAGS_ARGS)$$unique" \
443          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444             $$unique
445
446GTAGS:
447        here=`$(am__cd) $(top_builddir) && pwd` \
448          && $(am__cd) $(top_srcdir) \
449          && gtags -i $(GTAGS_ARGS) "$$here"
450cscopelist: cscopelist-am
451
452cscopelist-am: $(am__tagged_files)
453        list='$(am__tagged_files)'; \
454        case "$(srcdir)" in \
455          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
456          *) sdir=$(subdir)/$(srcdir) ;; \
457        esac; \
458        for i in $$list; do \
459          if test -f "$$i"; then \
460            echo "$(subdir)/$$i"; \
461          else \
462            echo "$$sdir/$$i"; \
463          fi; \
464        done >> $(top_builddir)/cscope.files
465
466distclean-tags:
467        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
469distdir: $(DISTFILES)
470        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
472        list='$(DISTFILES)'; \
473          dist_files=`for file in $$list; do echo $$file; done | \
474          sed -e "s|^$$srcdirstrip/||;t" \
475              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
476        case $$dist_files in \
477          */*) $(MKDIR_P) `echo "$$dist_files" | \
478                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
479                           sort -u` ;; \
480        esac; \
481        for file in $$dist_files; do \
482          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
483          if test -d $$d/$$file; then \
484            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
485            if test -d "$(distdir)/$$file"; then \
486              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487            fi; \
488            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
490              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491            fi; \
492            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
493          else \
494            test -f "$(distdir)/$$file" \
495            || cp -p $$d/$$file "$(distdir)/$$file" \
496            || exit 1; \
497          fi; \
498        done
499check-am: all-am
500check: check-am
501all-am: Makefile $(PROGRAMS)
502installdirs:
503install: install-am
504install-exec: install-exec-am
505install-data: install-data-am
506uninstall: uninstall-am
507
508install-am: all-am
509        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
510
511installcheck: installcheck-am
512install-strip:
513        if test -z '$(STRIP)'; then \
514          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
515            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
516              install; \
517        else \
518          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
521        fi
522mostlyclean-generic:
523
524clean-generic:
525
526distclean-generic:
527        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529        -rm -f avltree/$(DEPDIR)/$(am__dirstamp)
530        -rm -f avltree/$(am__dirstamp)
531
532maintainer-clean-generic:
533        @echo "This command is intended for maintainers to use"
534        @echo "it deletes files that may require special tools to rebuild."
535clean: clean-am
536
537clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
538
539distclean: distclean-am
540        -rm -rf ./$(DEPDIR) avltree/$(DEPDIR)
541        -rm -f Makefile
542distclean-am: clean-am distclean-compile distclean-generic \
543        distclean-tags
544
545dvi: dvi-am
546
547dvi-am:
548
549html: html-am
550
551html-am:
552
553info: info-am
554
555info-am:
556
557install-data-am:
558
559install-dvi: install-dvi-am
560
561install-dvi-am:
562
563install-exec-am:
564
565install-html: install-html-am
566
567install-html-am:
568
569install-info: install-info-am
570
571install-info-am:
572
573install-man:
574
575install-pdf: install-pdf-am
576
577install-pdf-am:
578
579install-ps: install-ps-am
580
581install-ps-am:
582
583installcheck-am:
584
585maintainer-clean: maintainer-clean-am
586        -rm -rf ./$(DEPDIR) avltree/$(DEPDIR)
587        -rm -f Makefile
588maintainer-clean-am: distclean-am maintainer-clean-generic
589
590mostlyclean: mostlyclean-am
591
592mostlyclean-am: mostlyclean-compile mostlyclean-generic
593
594pdf: pdf-am
595
596pdf-am:
597
598ps: ps-am
599
600ps-am:
601
602uninstall-am:
603
604.MAKE: install-am install-strip
605
606.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
607        clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
608        distclean-compile distclean-generic distclean-tags distdir dvi \
609        dvi-am html html-am info info-am install install-am \
610        install-data install-data-am install-dvi install-dvi-am \
611        install-exec install-exec-am install-html install-html-am \
612        install-info install-info-am install-man install-pdf \
613        install-pdf-am install-ps install-ps-am install-strip \
614        installcheck installcheck-am installdirs maintainer-clean \
615        maintainer-clean-generic mostlyclean mostlyclean-compile \
616        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
617        uninstall-am
618
619.PRECIOUS: Makefile
620
621
622Bench$(EXEEXT) : Bench.c
623        @for ccflags in "-debug" "-nodebug"; do \
624                echo ${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -lrt Bench.c;\
625                ${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -lrt Bench.c;\
626                ./a.out ; \
627        done ; \
628        rm -f ./a.out ;
629
630# Tell versions [3.59,3.63) of GNU make to not export all variables.
631# Otherwise a system limit (for SysV at least) may be exceeded.
632.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.