1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631
|
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
subdir = utils
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
LIBRARIES = $(noinst_LIBRARIES)
AR = ar
ARFLAGS = cru
libutils_a_AR = $(AR) $(ARFLAGS)
libutils_a_LIBADD =
am__objects_1 = skyeye_arch.$(OBJEXT) skyeye_config.$(OBJEXT) \
skyeye_options.$(OBJEXT)
am__objects_2 = arch_regdefs.$(OBJEXT) cf_regdefs.$(OBJEXT) \
mips_regdefs.$(OBJEXT) arm_regdefs.$(OBJEXT) \
gdbserver.$(OBJEXT) ppc_regdefs.$(OBJEXT) \
bfin_regdefs.$(OBJEXT) gdb_tracepoint.$(OBJEXT) \
skyeye2gdb.$(OBJEXT)
am__objects_3 = code_cov.$(OBJEXT) symbol.$(OBJEXT)
am_libutils_a_OBJECTS = $(am__objects_1) $(am__objects_2) \
$(am__objects_3)
libutils_a_OBJECTS = $(am_libutils_a_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(libutils_a_SOURCES)
DIST_SOURCES = $(libutils_a_SOURCES)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
COMMON_INCLUDES = @COMMON_INCLUDES@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = -DMODET -g -O2 -D_FILE_OFFSET_BITS=64 -DSTANDALONE -DDEFAULT_INLINE=0
DEPDIR = @DEPDIR@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
RANLIB = @RANLIB@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
utils_config = config/skyeye_arch.c config/skyeye_config.c config/skyeye_options.c
utils_debugger = debugger/arch_regdefs.c debugger/cf_regdefs.c debugger/mips_regdefs.c \
debugger/arm_regdefs.c debugger/gdbserver.c debugger/ppc_regdefs.c \
debugger/bfin_regdefs.c debugger/gdb_tracepoint.c debugger/skyeye2gdb.c
utils_profile = profile/code_cov.c profile/symbol.c
libutils_a_SOURCES = $(utils_config) $(utils_debugger) $(utils_profile)
noinst_LIBRARIES = libutils.a
INCLUDES = -I$(top_srcdir)/arch/arm/dbct/ -I$(top_srcdir)/device/uart/ -I$(top_srcdir)/device/net/ -I$(top_srcdir)/device/lcd -I$(top_srcdir)/arch/arm/common -I$(top_srcdir)/arch/arm/ -I$(top_srcdir)/arch/bfin/common -I$(top_srcdir)/arch/mips/common -I$(top_srcdir)/arch/ppc/common @COMMON_INCLUDES@
all: all-am
.SUFFIXES:
.SUFFIXES: .c .o .obj
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
&& exit 0; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/Makefile'; \
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu utils/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
libutils.a: $(libutils_a_OBJECTS) $(libutils_a_DEPENDENCIES)
-rm -f libutils.a
$(libutils_a_AR) libutils.a $(libutils_a_OBJECTS) $(libutils_a_LIBADD)
$(RANLIB) libutils.a
mostlyclean-compile:
-rm -f *.$(OBJEXT)
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arch_regdefs.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm_regdefs.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfin_regdefs.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf_regdefs.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/code_cov.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdb_tracepoint.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbserver.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips_regdefs.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc_regdefs.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skyeye2gdb.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skyeye_arch.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skyeye_config.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skyeye_options.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symbol.Po@am__quote@
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
skyeye_arch.o: config/skyeye_arch.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT skyeye_arch.o -MD -MP -MF $(DEPDIR)/skyeye_arch.Tpo -c -o skyeye_arch.o `test -f 'config/skyeye_arch.c' || echo '$(srcdir)/'`config/skyeye_arch.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/skyeye_arch.Tpo $(DEPDIR)/skyeye_arch.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/skyeye_arch.c' object='skyeye_arch.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skyeye_arch.o `test -f 'config/skyeye_arch.c' || echo '$(srcdir)/'`config/skyeye_arch.c
skyeye_arch.obj: config/skyeye_arch.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT skyeye_arch.obj -MD -MP -MF $(DEPDIR)/skyeye_arch.Tpo -c -o skyeye_arch.obj `if test -f 'config/skyeye_arch.c'; then $(CYGPATH_W) 'config/skyeye_arch.c'; else $(CYGPATH_W) '$(srcdir)/config/skyeye_arch.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/skyeye_arch.Tpo $(DEPDIR)/skyeye_arch.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/skyeye_arch.c' object='skyeye_arch.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skyeye_arch.obj `if test -f 'config/skyeye_arch.c'; then $(CYGPATH_W) 'config/skyeye_arch.c'; else $(CYGPATH_W) '$(srcdir)/config/skyeye_arch.c'; fi`
skyeye_config.o: config/skyeye_config.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT skyeye_config.o -MD -MP -MF $(DEPDIR)/skyeye_config.Tpo -c -o skyeye_config.o `test -f 'config/skyeye_config.c' || echo '$(srcdir)/'`config/skyeye_config.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/skyeye_config.Tpo $(DEPDIR)/skyeye_config.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/skyeye_config.c' object='skyeye_config.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skyeye_config.o `test -f 'config/skyeye_config.c' || echo '$(srcdir)/'`config/skyeye_config.c
skyeye_config.obj: config/skyeye_config.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT skyeye_config.obj -MD -MP -MF $(DEPDIR)/skyeye_config.Tpo -c -o skyeye_config.obj `if test -f 'config/skyeye_config.c'; then $(CYGPATH_W) 'config/skyeye_config.c'; else $(CYGPATH_W) '$(srcdir)/config/skyeye_config.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/skyeye_config.Tpo $(DEPDIR)/skyeye_config.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/skyeye_config.c' object='skyeye_config.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skyeye_config.obj `if test -f 'config/skyeye_config.c'; then $(CYGPATH_W) 'config/skyeye_config.c'; else $(CYGPATH_W) '$(srcdir)/config/skyeye_config.c'; fi`
skyeye_options.o: config/skyeye_options.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT skyeye_options.o -MD -MP -MF $(DEPDIR)/skyeye_options.Tpo -c -o skyeye_options.o `test -f 'config/skyeye_options.c' || echo '$(srcdir)/'`config/skyeye_options.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/skyeye_options.Tpo $(DEPDIR)/skyeye_options.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/skyeye_options.c' object='skyeye_options.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skyeye_options.o `test -f 'config/skyeye_options.c' || echo '$(srcdir)/'`config/skyeye_options.c
skyeye_options.obj: config/skyeye_options.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT skyeye_options.obj -MD -MP -MF $(DEPDIR)/skyeye_options.Tpo -c -o skyeye_options.obj `if test -f 'config/skyeye_options.c'; then $(CYGPATH_W) 'config/skyeye_options.c'; else $(CYGPATH_W) '$(srcdir)/config/skyeye_options.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/skyeye_options.Tpo $(DEPDIR)/skyeye_options.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config/skyeye_options.c' object='skyeye_options.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skyeye_options.obj `if test -f 'config/skyeye_options.c'; then $(CYGPATH_W) 'config/skyeye_options.c'; else $(CYGPATH_W) '$(srcdir)/config/skyeye_options.c'; fi`
arch_regdefs.o: debugger/arch_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arch_regdefs.o -MD -MP -MF $(DEPDIR)/arch_regdefs.Tpo -c -o arch_regdefs.o `test -f 'debugger/arch_regdefs.c' || echo '$(srcdir)/'`debugger/arch_regdefs.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/arch_regdefs.Tpo $(DEPDIR)/arch_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/arch_regdefs.c' object='arch_regdefs.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arch_regdefs.o `test -f 'debugger/arch_regdefs.c' || echo '$(srcdir)/'`debugger/arch_regdefs.c
arch_regdefs.obj: debugger/arch_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arch_regdefs.obj -MD -MP -MF $(DEPDIR)/arch_regdefs.Tpo -c -o arch_regdefs.obj `if test -f 'debugger/arch_regdefs.c'; then $(CYGPATH_W) 'debugger/arch_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/arch_regdefs.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/arch_regdefs.Tpo $(DEPDIR)/arch_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/arch_regdefs.c' object='arch_regdefs.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arch_regdefs.obj `if test -f 'debugger/arch_regdefs.c'; then $(CYGPATH_W) 'debugger/arch_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/arch_regdefs.c'; fi`
cf_regdefs.o: debugger/cf_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cf_regdefs.o -MD -MP -MF $(DEPDIR)/cf_regdefs.Tpo -c -o cf_regdefs.o `test -f 'debugger/cf_regdefs.c' || echo '$(srcdir)/'`debugger/cf_regdefs.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cf_regdefs.Tpo $(DEPDIR)/cf_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/cf_regdefs.c' object='cf_regdefs.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cf_regdefs.o `test -f 'debugger/cf_regdefs.c' || echo '$(srcdir)/'`debugger/cf_regdefs.c
cf_regdefs.obj: debugger/cf_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cf_regdefs.obj -MD -MP -MF $(DEPDIR)/cf_regdefs.Tpo -c -o cf_regdefs.obj `if test -f 'debugger/cf_regdefs.c'; then $(CYGPATH_W) 'debugger/cf_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/cf_regdefs.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/cf_regdefs.Tpo $(DEPDIR)/cf_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/cf_regdefs.c' object='cf_regdefs.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cf_regdefs.obj `if test -f 'debugger/cf_regdefs.c'; then $(CYGPATH_W) 'debugger/cf_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/cf_regdefs.c'; fi`
mips_regdefs.o: debugger/mips_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mips_regdefs.o -MD -MP -MF $(DEPDIR)/mips_regdefs.Tpo -c -o mips_regdefs.o `test -f 'debugger/mips_regdefs.c' || echo '$(srcdir)/'`debugger/mips_regdefs.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mips_regdefs.Tpo $(DEPDIR)/mips_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/mips_regdefs.c' object='mips_regdefs.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mips_regdefs.o `test -f 'debugger/mips_regdefs.c' || echo '$(srcdir)/'`debugger/mips_regdefs.c
mips_regdefs.obj: debugger/mips_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mips_regdefs.obj -MD -MP -MF $(DEPDIR)/mips_regdefs.Tpo -c -o mips_regdefs.obj `if test -f 'debugger/mips_regdefs.c'; then $(CYGPATH_W) 'debugger/mips_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/mips_regdefs.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/mips_regdefs.Tpo $(DEPDIR)/mips_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/mips_regdefs.c' object='mips_regdefs.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mips_regdefs.obj `if test -f 'debugger/mips_regdefs.c'; then $(CYGPATH_W) 'debugger/mips_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/mips_regdefs.c'; fi`
arm_regdefs.o: debugger/arm_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arm_regdefs.o -MD -MP -MF $(DEPDIR)/arm_regdefs.Tpo -c -o arm_regdefs.o `test -f 'debugger/arm_regdefs.c' || echo '$(srcdir)/'`debugger/arm_regdefs.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/arm_regdefs.Tpo $(DEPDIR)/arm_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/arm_regdefs.c' object='arm_regdefs.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arm_regdefs.o `test -f 'debugger/arm_regdefs.c' || echo '$(srcdir)/'`debugger/arm_regdefs.c
arm_regdefs.obj: debugger/arm_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT arm_regdefs.obj -MD -MP -MF $(DEPDIR)/arm_regdefs.Tpo -c -o arm_regdefs.obj `if test -f 'debugger/arm_regdefs.c'; then $(CYGPATH_W) 'debugger/arm_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/arm_regdefs.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/arm_regdefs.Tpo $(DEPDIR)/arm_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/arm_regdefs.c' object='arm_regdefs.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o arm_regdefs.obj `if test -f 'debugger/arm_regdefs.c'; then $(CYGPATH_W) 'debugger/arm_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/arm_regdefs.c'; fi`
gdbserver.o: debugger/gdbserver.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdbserver.o -MD -MP -MF $(DEPDIR)/gdbserver.Tpo -c -o gdbserver.o `test -f 'debugger/gdbserver.c' || echo '$(srcdir)/'`debugger/gdbserver.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/gdbserver.Tpo $(DEPDIR)/gdbserver.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/gdbserver.c' object='gdbserver.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdbserver.o `test -f 'debugger/gdbserver.c' || echo '$(srcdir)/'`debugger/gdbserver.c
gdbserver.obj: debugger/gdbserver.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdbserver.obj -MD -MP -MF $(DEPDIR)/gdbserver.Tpo -c -o gdbserver.obj `if test -f 'debugger/gdbserver.c'; then $(CYGPATH_W) 'debugger/gdbserver.c'; else $(CYGPATH_W) '$(srcdir)/debugger/gdbserver.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/gdbserver.Tpo $(DEPDIR)/gdbserver.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/gdbserver.c' object='gdbserver.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdbserver.obj `if test -f 'debugger/gdbserver.c'; then $(CYGPATH_W) 'debugger/gdbserver.c'; else $(CYGPATH_W) '$(srcdir)/debugger/gdbserver.c'; fi`
ppc_regdefs.o: debugger/ppc_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ppc_regdefs.o -MD -MP -MF $(DEPDIR)/ppc_regdefs.Tpo -c -o ppc_regdefs.o `test -f 'debugger/ppc_regdefs.c' || echo '$(srcdir)/'`debugger/ppc_regdefs.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ppc_regdefs.Tpo $(DEPDIR)/ppc_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/ppc_regdefs.c' object='ppc_regdefs.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ppc_regdefs.o `test -f 'debugger/ppc_regdefs.c' || echo '$(srcdir)/'`debugger/ppc_regdefs.c
ppc_regdefs.obj: debugger/ppc_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ppc_regdefs.obj -MD -MP -MF $(DEPDIR)/ppc_regdefs.Tpo -c -o ppc_regdefs.obj `if test -f 'debugger/ppc_regdefs.c'; then $(CYGPATH_W) 'debugger/ppc_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/ppc_regdefs.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ppc_regdefs.Tpo $(DEPDIR)/ppc_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/ppc_regdefs.c' object='ppc_regdefs.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ppc_regdefs.obj `if test -f 'debugger/ppc_regdefs.c'; then $(CYGPATH_W) 'debugger/ppc_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/ppc_regdefs.c'; fi`
bfin_regdefs.o: debugger/bfin_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bfin_regdefs.o -MD -MP -MF $(DEPDIR)/bfin_regdefs.Tpo -c -o bfin_regdefs.o `test -f 'debugger/bfin_regdefs.c' || echo '$(srcdir)/'`debugger/bfin_regdefs.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/bfin_regdefs.Tpo $(DEPDIR)/bfin_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/bfin_regdefs.c' object='bfin_regdefs.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bfin_regdefs.o `test -f 'debugger/bfin_regdefs.c' || echo '$(srcdir)/'`debugger/bfin_regdefs.c
bfin_regdefs.obj: debugger/bfin_regdefs.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bfin_regdefs.obj -MD -MP -MF $(DEPDIR)/bfin_regdefs.Tpo -c -o bfin_regdefs.obj `if test -f 'debugger/bfin_regdefs.c'; then $(CYGPATH_W) 'debugger/bfin_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/bfin_regdefs.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/bfin_regdefs.Tpo $(DEPDIR)/bfin_regdefs.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/bfin_regdefs.c' object='bfin_regdefs.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bfin_regdefs.obj `if test -f 'debugger/bfin_regdefs.c'; then $(CYGPATH_W) 'debugger/bfin_regdefs.c'; else $(CYGPATH_W) '$(srcdir)/debugger/bfin_regdefs.c'; fi`
gdb_tracepoint.o: debugger/gdb_tracepoint.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdb_tracepoint.o -MD -MP -MF $(DEPDIR)/gdb_tracepoint.Tpo -c -o gdb_tracepoint.o `test -f 'debugger/gdb_tracepoint.c' || echo '$(srcdir)/'`debugger/gdb_tracepoint.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/gdb_tracepoint.Tpo $(DEPDIR)/gdb_tracepoint.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/gdb_tracepoint.c' object='gdb_tracepoint.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdb_tracepoint.o `test -f 'debugger/gdb_tracepoint.c' || echo '$(srcdir)/'`debugger/gdb_tracepoint.c
gdb_tracepoint.obj: debugger/gdb_tracepoint.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdb_tracepoint.obj -MD -MP -MF $(DEPDIR)/gdb_tracepoint.Tpo -c -o gdb_tracepoint.obj `if test -f 'debugger/gdb_tracepoint.c'; then $(CYGPATH_W) 'debugger/gdb_tracepoint.c'; else $(CYGPATH_W) '$(srcdir)/debugger/gdb_tracepoint.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/gdb_tracepoint.Tpo $(DEPDIR)/gdb_tracepoint.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/gdb_tracepoint.c' object='gdb_tracepoint.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdb_tracepoint.obj `if test -f 'debugger/gdb_tracepoint.c'; then $(CYGPATH_W) 'debugger/gdb_tracepoint.c'; else $(CYGPATH_W) '$(srcdir)/debugger/gdb_tracepoint.c'; fi`
skyeye2gdb.o: debugger/skyeye2gdb.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT skyeye2gdb.o -MD -MP -MF $(DEPDIR)/skyeye2gdb.Tpo -c -o skyeye2gdb.o `test -f 'debugger/skyeye2gdb.c' || echo '$(srcdir)/'`debugger/skyeye2gdb.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/skyeye2gdb.Tpo $(DEPDIR)/skyeye2gdb.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/skyeye2gdb.c' object='skyeye2gdb.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skyeye2gdb.o `test -f 'debugger/skyeye2gdb.c' || echo '$(srcdir)/'`debugger/skyeye2gdb.c
skyeye2gdb.obj: debugger/skyeye2gdb.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT skyeye2gdb.obj -MD -MP -MF $(DEPDIR)/skyeye2gdb.Tpo -c -o skyeye2gdb.obj `if test -f 'debugger/skyeye2gdb.c'; then $(CYGPATH_W) 'debugger/skyeye2gdb.c'; else $(CYGPATH_W) '$(srcdir)/debugger/skyeye2gdb.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/skyeye2gdb.Tpo $(DEPDIR)/skyeye2gdb.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='debugger/skyeye2gdb.c' object='skyeye2gdb.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o skyeye2gdb.obj `if test -f 'debugger/skyeye2gdb.c'; then $(CYGPATH_W) 'debugger/skyeye2gdb.c'; else $(CYGPATH_W) '$(srcdir)/debugger/skyeye2gdb.c'; fi`
code_cov.o: profile/code_cov.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT code_cov.o -MD -MP -MF $(DEPDIR)/code_cov.Tpo -c -o code_cov.o `test -f 'profile/code_cov.c' || echo '$(srcdir)/'`profile/code_cov.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/code_cov.Tpo $(DEPDIR)/code_cov.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='profile/code_cov.c' object='code_cov.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o code_cov.o `test -f 'profile/code_cov.c' || echo '$(srcdir)/'`profile/code_cov.c
code_cov.obj: profile/code_cov.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT code_cov.obj -MD -MP -MF $(DEPDIR)/code_cov.Tpo -c -o code_cov.obj `if test -f 'profile/code_cov.c'; then $(CYGPATH_W) 'profile/code_cov.c'; else $(CYGPATH_W) '$(srcdir)/profile/code_cov.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/code_cov.Tpo $(DEPDIR)/code_cov.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='profile/code_cov.c' object='code_cov.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o code_cov.obj `if test -f 'profile/code_cov.c'; then $(CYGPATH_W) 'profile/code_cov.c'; else $(CYGPATH_W) '$(srcdir)/profile/code_cov.c'; fi`
symbol.o: profile/symbol.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT symbol.o -MD -MP -MF $(DEPDIR)/symbol.Tpo -c -o symbol.o `test -f 'profile/symbol.c' || echo '$(srcdir)/'`profile/symbol.c
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/symbol.Tpo $(DEPDIR)/symbol.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='profile/symbol.c' object='symbol.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o symbol.o `test -f 'profile/symbol.c' || echo '$(srcdir)/'`profile/symbol.c
symbol.obj: profile/symbol.c
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT symbol.obj -MD -MP -MF $(DEPDIR)/symbol.Tpo -c -o symbol.obj `if test -f 'profile/symbol.c'; then $(CYGPATH_W) 'profile/symbol.c'; else $(CYGPATH_W) '$(srcdir)/profile/symbol.c'; fi`
@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/symbol.Tpo $(DEPDIR)/symbol.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='profile/symbol.c' object='symbol.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o symbol.obj `if test -f 'profile/symbol.c'; then $(CYGPATH_W) 'profile/symbol.c'; else $(CYGPATH_W) '$(srcdir)/profile/symbol.c'; fi`
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$tags $$unique; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
tags=; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$tags $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& cd $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) $$here
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
test -f $(distdir)/$$file \
|| cp -p $$d/$$file $(distdir)/$$file \
|| exit 1; \
fi; \
done
check-am: all-am
check: check-am
all-am: Makefile $(LIBRARIES)
installdirs:
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
distclean: distclean-am
-rm -rf ./$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags
dvi: dvi-am
dvi-am:
html: html-am
info: info-am
info-am:
install-data-am:
install-dvi: install-dvi-am
install-exec-am:
install-html: install-html-am
install-info: install-info-am
install-man:
install-pdf: install-pdf-am
install-ps: install-ps-am
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-compile mostlyclean-generic
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am:
.MAKE: install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
clean-noinstLIBRARIES ctags distclean distclean-compile \
distclean-generic distclean-tags distdir dvi dvi-am html \
html-am info info-am install install-am install-data \
install-data-am install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
|