source: tools/Makefile.in @ bd946e4

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumwith_gc
Last change on this file since bd946e4 was 2c39855, checked in by Thierry Delisle <tdelisle@…>, 6 years ago

Added tool to generate cpu load

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