source: tools/Makefile.in @ 1f86d5e

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

remove unnecessary requirements in configure.ac, add check for -Wcast-function-type and _FloatNN, disable -Wcast-function-type for gcc-8

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