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