1 # Makefile.in generated by automake 1.9.5 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005 Free Software Foundation, Inc. 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 # Automake input for strace. 18 19 20 21 SOURCES = $(strace_SOURCES) 22 23 srcdir = @srcdir@ 24 top_srcdir = @top_srcdir@ 25 VPATH = @srcdir@ 26 pkgdatadir = $(datadir)/@PACKAGE@ 27 pkglibdir = $(libdir)/@PACKAGE@ 28 pkgincludedir = $(includedir)/@PACKAGE@ 29 top_builddir = . 30 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 31 INSTALL = @INSTALL@ 32 install_sh_DATA = $(install_sh) -c -m 644 33 install_sh_PROGRAM = $(install_sh) -c 34 install_sh_SCRIPT = $(install_sh) -c 35 INSTALL_HEADER = $(INSTALL_DATA) 36 transform = $(program_transform_name) 37 NORMAL_INSTALL = : 38 PRE_INSTALL = : 39 POST_INSTALL = : 40 NORMAL_UNINSTALL = : 41 PRE_UNINSTALL = : 42 POST_UNINSTALL = : 43 build_triplet = @build@ 44 host_triplet = @host@ 45 bin_PROGRAMS = strace$(EXEEXT) 46 DIST_COMMON = README $(am__configure_deps) $(noinst_HEADERS) \ 47 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 48 $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS \ 49 ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \ 50 install-sh missing mkinstalldirs 51 subdir = . 52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 53 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ 54 $(top_srcdir)/configure.ac 55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 56 $(ACLOCAL_M4) 57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 58 configure.lineno configure.status.lineno 59 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 60 CONFIG_HEADER = config.h 61 CONFIG_CLEAN_FILES = 62 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ 63 "$(DESTDIR)$(man1dir)" 64 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 65 PROGRAMS = $(bin_PROGRAMS) 66 am_strace_OBJECTS = strace.$(OBJEXT) syscall.$(OBJEXT) util.$(OBJEXT) \ 67 desc.$(OBJEXT) file.$(OBJEXT) ipc.$(OBJEXT) io.$(OBJEXT) \ 68 ioctl.$(OBJEXT) mem.$(OBJEXT) net.$(OBJEXT) process.$(OBJEXT) \ 69 bjm.$(OBJEXT) resource.$(OBJEXT) signal.$(OBJEXT) \ 70 sock.$(OBJEXT) system.$(OBJEXT) term.$(OBJEXT) time.$(OBJEXT) \ 71 proc.$(OBJEXT) stream.$(OBJEXT) 72 strace_OBJECTS = $(am_strace_OBJECTS) 73 strace_LDADD = $(LDADD) 74 binSCRIPT_INSTALL = $(INSTALL_SCRIPT) 75 SCRIPTS = $(bin_SCRIPTS) 76 DEFAULT_INCLUDES = -I. -I$(srcdir) -I. 77 depcomp = $(SHELL) $(top_srcdir)/depcomp 78 am__depfiles_maybe = depfiles 79 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 80 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 81 CCLD = $(CC) 82 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 83 SOURCES = $(strace_SOURCES) 84 DIST_SOURCES = $(strace_SOURCES) 85 man1dir = $(mandir)/man1 86 NROFF = nroff 87 MANS = $(man_MANS) 88 HEADERS = $(noinst_HEADERS) 89 ETAGS = etags 90 CTAGS = ctags 91 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 92 distdir = $(PACKAGE)-$(VERSION) 93 top_distdir = $(distdir) 94 am__remove_distdir = \ 95 { test ! -d $(distdir) \ 96 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 97 && rm -fr $(distdir); }; } 98 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 99 GZIP_ENV = --best 100 distuninstallcheck_listfiles = find . -type f -print 101 distcleancheck_listfiles = find . -type f -print 102 ACLOCAL = @ACLOCAL@ 103 AMDEP_FALSE = @AMDEP_FALSE@ 104 AMDEP_TRUE = @AMDEP_TRUE@ 105 AMTAR = @AMTAR@ 106 AUTOCONF = @AUTOCONF@ 107 AUTOHEADER = @AUTOHEADER@ 108 AUTOMAKE = @AUTOMAKE@ 109 AWK = @AWK@ 110 CC = @CC@ 111 CCDEPMODE = @CCDEPMODE@ 112 CFLAGS = @CFLAGS@ 113 CPP = @CPP@ 114 CPPFLAGS = @CPPFLAGS@ 115 CYGPATH_W = @CYGPATH_W@ 116 DEFS = @DEFS@ 117 DEPDIR = @DEPDIR@ 118 ECHO_C = @ECHO_C@ 119 ECHO_N = @ECHO_N@ 120 ECHO_T = @ECHO_T@ 121 EGREP = @EGREP@ 122 EXEEXT = @EXEEXT@ 123 FREEBSD_FALSE = @FREEBSD_FALSE@ 124 FREEBSD_TRUE = @FREEBSD_TRUE@ 125 I386_FALSE = @I386_FALSE@ 126 I386_TRUE = @I386_TRUE@ 127 INSTALL_DATA = @INSTALL_DATA@ 128 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 129 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 130 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 131 LDFLAGS = @LDFLAGS@ 132 LIBOBJS = @LIBOBJS@ 133 LIBS = @LIBS@ 134 LINUX_FALSE = @LINUX_FALSE@ 135 LINUX_TRUE = @LINUX_TRUE@ 136 LTLIBOBJS = @LTLIBOBJS@ 137 MAINT = @MAINT@ 138 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ 139 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ 140 MAKEINFO = @MAKEINFO@ 141 OBJEXT = @OBJEXT@ 142 PACKAGE = @PACKAGE@ 143 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 144 PACKAGE_NAME = @PACKAGE_NAME@ 145 PACKAGE_STRING = @PACKAGE_STRING@ 146 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 147 PACKAGE_VERSION = @PACKAGE_VERSION@ 148 PATH_SEPARATOR = @PATH_SEPARATOR@ 149 PERL = @PERL@ 150 SET_MAKE = @SET_MAKE@ 151 SHELL = @SHELL@ 152 STRIP = @STRIP@ 153 SUNOS4_FALSE = @SUNOS4_FALSE@ 154 SUNOS4_TRUE = @SUNOS4_TRUE@ 155 SVR4_FALSE = @SVR4_FALSE@ 156 SVR4_TRUE = @SVR4_TRUE@ 157 VERSION = @VERSION@ 158 WARNFLAGS = @WARNFLAGS@ 159 X86_64_FALSE = @X86_64_FALSE@ 160 X86_64_TRUE = @X86_64_TRUE@ 161 ac_ct_CC = @ac_ct_CC@ 162 ac_ct_STRIP = @ac_ct_STRIP@ 163 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 164 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 165 am__include = @am__include@ 166 am__leading_dot = @am__leading_dot@ 167 am__quote = @am__quote@ 168 am__tar = @am__tar@ 169 am__untar = @am__untar@ 170 arch = @arch@ 171 bindir = @bindir@ 172 build = @build@ 173 build_alias = @build_alias@ 174 build_cpu = @build_cpu@ 175 build_os = @build_os@ 176 build_vendor = @build_vendor@ 177 datadir = @datadir@ 178 exec_prefix = @exec_prefix@ 179 host = @host@ 180 host_alias = @host_alias@ 181 host_cpu = @host_cpu@ 182 host_os = @host_os@ 183 host_vendor = @host_vendor@ 184 includedir = @includedir@ 185 infodir = @infodir@ 186 install_sh = @install_sh@ 187 libdir = @libdir@ 188 libexecdir = @libexecdir@ 189 localstatedir = @localstatedir@ 190 mandir = @mandir@ 191 mkdir_p = @mkdir_p@ 192 oldincludedir = @oldincludedir@ 193 opsys = @opsys@ 194 prefix = @prefix@ 195 program_transform_name = @program_transform_name@ 196 sbindir = @sbindir@ 197 sharedstatedir = @sharedstatedir@ 198 sysconfdir = @sysconfdir@ 199 target_alias = @target_alias@ 200 man_MANS = strace.1 201 bin_SCRIPTS = strace-graph 202 203 # OS is one of `linux', `sunos4', `svr4', or `freebsd'. 204 OS = @opsys@ 205 # ARCH is `i386', `m68k', `sparc', etc. 206 ARCH = @arch@ 207 AM_CFLAGS = $(WARNFLAGS) 208 INCLUDES = -I$(OS)/$(ARCH) -I$(srcdir)/$(OS)/$(ARCH) -I$(OS) -I$(srcdir)/$(OS) 209 strace_SOURCES = strace.c syscall.c util.c desc.c file.c ipc.c \ 210 io.c ioctl.c mem.c net.c process.c bjm.c \ 211 resource.c signal.c sock.c system.c term.c time.c \ 212 proc.c stream.c 213 214 noinst_HEADERS = defs.h 215 EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \ 216 debian/changelog debian/control debian/copyright debian/rules \ 217 strace.spec \ 218 strace-graph COPYRIGHT CREDITS PORTING \ 219 README-CVS README-freebsd README-linux README-sunos4 README-svr4 \ 220 linux/ioctlsort.c linux/ioctlent.sh \ 221 linux/ioctlent.h linux/errnoent.h linux/signalent.h \ 222 linux/syscall.h linux/syscallent.h linux/dummy.h \ 223 linux/alpha/errnoent.h linux/alpha/ioctlent.h \ 224 linux/alpha/signalent.h linux/alpha/syscallent.h \ 225 linux/hppa/errnoent.h linux/hppa/ioctlent.h \ 226 linux/hppa/signalent.h linux/hppa/syscallent.h \ 227 linux/ia64/syscallent.h linux/ia64/errnoent.h \ 228 linux/ia64/ioctlent.h linux/ia64/signalent.h \ 229 linux/mips/ioctlent.sh linux/mips/errnoent.h \ 230 linux/mips/ioctlent.h linux/mips/signalent.h \ 231 linux/mips/syscallent.h \ 232 linux/powerpc/syscallent.h \ 233 linux/powerpc/errnoent.h linux/powerpc/ioctlent.h \ 234 linux/powerpc/signalent.h \ 235 linux/s390/errnoent.h linux/s390/ioctlent.h \ 236 linux/s390/signalent.h linux/s390/syscallent.h \ 237 linux/s390x/errnoent.h linux/s390x/ioctlent.h \ 238 linux/s390x/signalent.h linux/s390x/syscallent.h \ 239 linux/sh/syscallent.h linux/sh/errnoent.h \ 240 linux/sh/ioctlent.h linux/sh/signalent.h \ 241 linux/sh64/syscallent.h \ 242 linux/sparc/dummy2.h \ 243 linux/sparc/errnoent.h linux/sparc/errnoent1.h \ 244 linux/sparc/ioctlent.h linux/sparc/ioctlent1.h \ 245 linux/sparc/signalent.h linux/sparc/signalent1.h \ 246 linux/sparc/syscall.h linux/sparc/syscall1.h \ 247 linux/sparc/syscallent.h linux/sparc/syscallent1.h \ 248 linux/sparc/gen.pl linux/sparc/syscall.h.2 \ 249 linux/sparc64/dummy2.h linux/sparc64/errnoent.h \ 250 linux/sparc64/errnoent1.h linux/sparc64/errnoent2.h \ 251 linux/sparc64/ioctlent.h linux/sparc64/ioctlent1.h \ 252 linux/sparc64/ioctlent2.h linux/sparc64/signalent.h \ 253 linux/sparc64/signalent1.h linux/sparc64/signalent2.h \ 254 linux/sparc64/syscall.h linux/sparc64/syscall1.h \ 255 linux/sparc64/syscallent.h linux/sparc64/syscallent1.h \ 256 linux/sparc64/syscallent2.h \ 257 linux/x86_64/syscallent.h linux/x86_64/gentab.pl \ 258 linux/x86_64/errnoent1.h linux/x86_64/ioctlent1.h \ 259 linux/x86_64/signalent1.h linux/x86_64/syscallent1.h \ 260 freebsd/ioctlent.sh \ 261 freebsd/syscalls.cat freebsd/syscalls.pl freebsd/syscalls.print \ 262 freebsd/i386/errnoent.h freebsd/i386/ioctlent.h \ 263 freebsd/i386/signalent.h \ 264 freebsd/i386/syscall.h freebsd/i386/syscallent.h \ 265 sunos4/dummy.h sunos4/errnoent.h \ 266 sunos4/ioctlent.h sunos4/ioctlent.sh sunos4/signalent.h \ 267 sunos4/syscall.h sunos4/syscallent.h \ 268 svr4/dummy.h svr4/errnoent.h svr4/ioctlent.h svr4/ioctlent.sh \ 269 svr4/signalent.h svr4/syscall.h svr4/syscallent.h 270 271 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@IOCTLDIR = /usr/include 272 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@IOCTLASM = asm 273 @I386_FALSE@@LINUX_TRUE@@MAINTAINER_MODE_TRUE@ioctlent_h = linux/$(ARCH)/ioctlent.h 274 @I386_TRUE@@LINUX_TRUE@@MAINTAINER_MODE_TRUE@ioctlent_h = linux/ioctlent.h 275 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@BUILT_SOURCES = $(ioctlent_h) 276 all: $(BUILT_SOURCES) config.h 277 $(MAKE) $(AM_MAKEFLAGS) all-am 278 279 .SUFFIXES: 280 .SUFFIXES: .c .o .obj 281 am--refresh: 282 @: 283 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 284 @for dep in $?; do \ 285 case '$(am__configure_deps)' in \ 286 *$$dep*) \ 287 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 288 cd $(srcdir) && $(AUTOMAKE) --foreign \ 289 && exit 0; \ 290 exit 1;; \ 291 esac; \ 292 done; \ 293 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 294 cd $(top_srcdir) && \ 295 $(AUTOMAKE) --foreign Makefile 296 .PRECIOUS: Makefile 297 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 298 @case '$?' in \ 299 *config.status*) \ 300 echo ' $(SHELL) ./config.status'; \ 301 $(SHELL) ./config.status;; \ 302 *) \ 303 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 304 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 305 esac; 306 307 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 308 $(SHELL) ./config.status --recheck 309 310 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 311 cd $(srcdir) && $(AUTOCONF) 312 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 313 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 314 315 config.h: stamp-h1 316 @if test ! -f $@; then \ 317 rm -f stamp-h1; \ 318 $(MAKE) stamp-h1; \ 319 else :; fi 320 321 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 322 @rm -f stamp-h1 323 cd $(top_builddir) && $(SHELL) ./config.status config.h 324 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 325 cd $(top_srcdir) && $(AUTOHEADER) 326 rm -f stamp-h1 327 touch $@ 328 329 distclean-hdr: 330 -rm -f config.h stamp-h1 331 install-binPROGRAMS: $(bin_PROGRAMS) 332 @$(NORMAL_INSTALL) 333 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 334 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 335 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 336 if test -f $$p \ 337 ; then \ 338 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 339 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 340 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 341 else :; fi; \ 342 done 343 344 uninstall-binPROGRAMS: 345 @$(NORMAL_UNINSTALL) 346 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 347 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 348 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 349 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 350 done 351 352 clean-binPROGRAMS: 353 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 354 strace$(EXEEXT): $(strace_OBJECTS) $(strace_DEPENDENCIES) 355 @rm -f strace$(EXEEXT) 356 $(LINK) $(strace_LDFLAGS) $(strace_OBJECTS) $(strace_LDADD) $(LIBS) 357 install-binSCRIPTS: $(bin_SCRIPTS) 358 @$(NORMAL_INSTALL) 359 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" 360 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 361 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 362 if test -f $$d$$p; then \ 363 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 364 echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 365 $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ 366 else :; fi; \ 367 done 368 369 uninstall-binSCRIPTS: 370 @$(NORMAL_UNINSTALL) 371 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 372 f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 373 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 374 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 375 done 376 377 mostlyclean-compile: 378 -rm -f *.$(OBJEXT) 379 380 distclean-compile: 381 -rm -f *.tab.c 382 383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjm.Po@am__quote@ 384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/desc.Po@am__quote@ 385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@ 386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@ 387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioctl.Po@am__quote@ 388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipc.Po@am__quote@ 389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mem.Po@am__quote@ 390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net.Po@am__quote@ 391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proc.Po@am__quote@ 392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process.Po@am__quote@ 393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource.Po@am__quote@ 394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signal.Po@am__quote@ 395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sock.Po@am__quote@ 396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strace.Po@am__quote@ 397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Po@am__quote@ 398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syscall.Po@am__quote@ 399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/system.Po@am__quote@ 400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/term.Po@am__quote@ 401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time.Po@am__quote@ 402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ 403 404 .c.o: 405 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 406 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 409 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 410 411 .c.obj: 412 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 413 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 416 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 417 uninstall-info-am: 418 install-man1: $(man1_MANS) $(man_MANS) 419 @$(NORMAL_INSTALL) 420 test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)" 421 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ 422 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ 423 for i in $$l2; do \ 424 case "$$i" in \ 425 *.1*) list="$$list $$i" ;; \ 426 esac; \ 427 done; \ 428 for i in $$list; do \ 429 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \ 430 else file=$$i; fi; \ 431 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 432 case "$$ext" in \ 433 1*) ;; \ 434 *) ext='1' ;; \ 435 esac; \ 436 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 437 inst=`echo $$inst | sed -e 's/^.*\///'`; \ 438 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 439 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 440 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ 441 done 442 uninstall-man1: 443 @$(NORMAL_UNINSTALL) 444 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \ 445 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \ 446 for i in $$l2; do \ 447 case "$$i" in \ 448 *.1*) list="$$list $$i" ;; \ 449 esac; \ 450 done; \ 451 for i in $$list; do \ 452 ext=`echo $$i | sed -e 's/^.*\\.//'`; \ 453 case "$$ext" in \ 454 1*) ;; \ 455 *) ext='1' ;; \ 456 esac; \ 457 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ 458 inst=`echo $$inst | sed -e 's/^.*\///'`; \ 459 inst=`echo $$inst | sed '$(transform)'`.$$ext; \ 460 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \ 461 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ 462 done 463 464 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 465 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 466 unique=`for i in $$list; do \ 467 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 468 done | \ 469 $(AWK) ' { files[$$0] = 1; } \ 470 END { for (i in files) print i; }'`; \ 471 mkid -fID $$unique 472 tags: TAGS 473 474 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 475 $(TAGS_FILES) $(LISP) 476 tags=; \ 477 here=`pwd`; \ 478 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 479 unique=`for i in $$list; do \ 480 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 481 done | \ 482 $(AWK) ' { files[$$0] = 1; } \ 483 END { for (i in files) print i; }'`; \ 484 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 485 test -n "$$unique" || unique=$$empty_fix; \ 486 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 487 $$tags $$unique; \ 488 fi 489 ctags: CTAGS 490 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 491 $(TAGS_FILES) $(LISP) 492 tags=; \ 493 here=`pwd`; \ 494 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 495 unique=`for i in $$list; do \ 496 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 497 done | \ 498 $(AWK) ' { files[$$0] = 1; } \ 499 END { for (i in files) print i; }'`; \ 500 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 501 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 502 $$tags $$unique 503 504 GTAGS: 505 here=`$(am__cd) $(top_builddir) && pwd` \ 506 && cd $(top_srcdir) \ 507 && gtags -i $(GTAGS_ARGS) $$here 508 509 distclean-tags: 510 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 511 512 distdir: $(DISTFILES) 513 @case `sed 15q $(srcdir)/NEWS` in \ 514 *"$(VERSION)"*) : ;; \ 515 *) \ 516 echo "NEWS not updated; not releasing" 1>&2; \ 517 exit 1;; \ 518 esac 519 $(am__remove_distdir) 520 mkdir $(distdir) 521 $(mkdir_p) $(distdir)/debian $(distdir)/freebsd $(distdir)/freebsd/i386 $(distdir)/linux $(distdir)/linux/alpha $(distdir)/linux/hppa $(distdir)/linux/ia64 $(distdir)/linux/mips $(distdir)/linux/powerpc $(distdir)/linux/s390 $(distdir)/linux/s390x $(distdir)/linux/sh $(distdir)/linux/sh64 $(distdir)/linux/sparc $(distdir)/linux/sparc64 $(distdir)/linux/x86_64 $(distdir)/sunos4 $(distdir)/svr4 522 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 523 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 524 list='$(DISTFILES)'; for file in $$list; do \ 525 case $$file in \ 526 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 527 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 528 esac; \ 529 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 530 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 531 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 532 dir="/$$dir"; \ 533 $(mkdir_p) "$(distdir)$$dir"; \ 534 else \ 535 dir=''; \ 536 fi; \ 537 if test -d $$d/$$file; then \ 538 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 539 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 540 fi; \ 541 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 542 else \ 543 test -f $(distdir)/$$file \ 544 || cp -p $$d/$$file $(distdir)/$$file \ 545 || exit 1; \ 546 fi; \ 547 done 548 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 549 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 550 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 551 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 552 || chmod -R a+r $(distdir) 553 dist-gzip: distdir 554 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 555 $(am__remove_distdir) 556 dist-bzip2: distdir 557 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 558 $(am__remove_distdir) 559 560 dist-tarZ: distdir 561 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 562 $(am__remove_distdir) 563 564 dist-shar: distdir 565 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 566 $(am__remove_distdir) 567 568 dist-zip: distdir 569 -rm -f $(distdir).zip 570 zip -rq $(distdir).zip $(distdir) 571 $(am__remove_distdir) 572 573 dist dist-all: distdir 574 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 575 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 576 $(am__remove_distdir) 577 578 # This target untars the dist file and tries a VPATH configuration. Then 579 # it guarantees that the distribution is self-contained by making another 580 # tarfile. 581 distcheck: dist 582 case '$(DIST_ARCHIVES)' in \ 583 *.tar.gz*) \ 584 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 585 *.tar.bz2*) \ 586 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 587 *.tar.Z*) \ 588 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 589 *.shar.gz*) \ 590 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 591 *.zip*) \ 592 unzip $(distdir).zip ;;\ 593 esac 594 chmod -R a-w $(distdir); chmod a+w $(distdir) 595 mkdir $(distdir)/_build 596 mkdir $(distdir)/_inst 597 chmod a-w $(distdir) 598 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 599 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 600 && cd $(distdir)/_build \ 601 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 602 $(DISTCHECK_CONFIGURE_FLAGS) \ 603 && $(MAKE) $(AM_MAKEFLAGS) \ 604 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 605 && $(MAKE) $(AM_MAKEFLAGS) check \ 606 && $(MAKE) $(AM_MAKEFLAGS) install \ 607 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 608 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 609 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 610 distuninstallcheck \ 611 && chmod -R a-w "$$dc_install_base" \ 612 && ({ \ 613 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 614 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 615 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 616 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 617 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 618 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 619 && rm -rf "$$dc_destdir" \ 620 && $(MAKE) $(AM_MAKEFLAGS) dist \ 621 && rm -rf $(DIST_ARCHIVES) \ 622 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 623 $(am__remove_distdir) 624 @(echo "$(distdir) archives ready for distribution: "; \ 625 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 626 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 627 distuninstallcheck: 628 @cd $(distuninstallcheck_dir) \ 629 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 630 || { echo "ERROR: files left after uninstall:" ; \ 631 if test -n "$(DESTDIR)"; then \ 632 echo " (check DESTDIR support)"; \ 633 fi ; \ 634 $(distuninstallcheck_listfiles) ; \ 635 exit 1; } >&2 636 distcleancheck: distclean 637 @if test '$(srcdir)' = . ; then \ 638 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 639 exit 1 ; \ 640 fi 641 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 642 || { echo "ERROR: files left in build directory after distclean:" ; \ 643 $(distcleancheck_listfiles) ; \ 644 exit 1; } >&2 645 check-am: all-am 646 check: $(BUILT_SOURCES) 647 $(MAKE) $(AM_MAKEFLAGS) check-am 648 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(HEADERS) config.h 649 installdirs: 650 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ 651 test -z "$$dir" || $(mkdir_p) "$$dir"; \ 652 done 653 install: $(BUILT_SOURCES) 654 $(MAKE) $(AM_MAKEFLAGS) install-am 655 install-exec: install-exec-am 656 install-data: install-data-am 657 uninstall: uninstall-am 658 659 install-am: all-am 660 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 661 662 installcheck: installcheck-am 663 install-strip: 664 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 665 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 666 `test -z '$(STRIP)' || \ 667 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 668 mostlyclean-generic: 669 670 clean-generic: 671 672 distclean-generic: 673 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 674 675 maintainer-clean-generic: 676 @echo "This command is intended for maintainers to use" 677 @echo "it deletes files that may require special tools to rebuild." 678 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 679 clean: clean-am 680 681 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 682 683 distclean: distclean-am 684 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 685 -rm -rf ./$(DEPDIR) 686 -rm -f Makefile 687 distclean-am: clean-am distclean-compile distclean-generic \ 688 distclean-hdr distclean-tags 689 690 dvi: dvi-am 691 692 dvi-am: 693 694 html: html-am 695 696 info: info-am 697 698 info-am: 699 700 install-data-am: install-man 701 702 install-exec-am: install-binPROGRAMS install-binSCRIPTS 703 704 install-info: install-info-am 705 706 install-man: install-man1 707 708 installcheck-am: 709 710 maintainer-clean: maintainer-clean-am 711 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 712 -rm -rf $(top_srcdir)/autom4te.cache 713 -rm -rf ./$(DEPDIR) 714 -rm -f Makefile 715 maintainer-clean-am: distclean-am maintainer-clean-generic 716 717 mostlyclean: mostlyclean-am 718 719 mostlyclean-am: mostlyclean-compile mostlyclean-generic 720 721 pdf: pdf-am 722 723 pdf-am: 724 725 ps: ps-am 726 727 ps-am: 728 729 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \ 730 uninstall-info-am uninstall-man 731 732 uninstall-man: uninstall-man1 733 734 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 735 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \ 736 dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \ 737 distclean-compile distclean-generic distclean-hdr \ 738 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 739 dvi-am html html-am info info-am install install-am \ 740 install-binPROGRAMS install-binSCRIPTS install-data \ 741 install-data-am install-exec install-exec-am install-info \ 742 install-info-am install-man install-man1 install-strip \ 743 installcheck installcheck-am installdirs maintainer-clean \ 744 maintainer-clean-generic mostlyclean mostlyclean-compile \ 745 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 746 uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \ 747 uninstall-info-am uninstall-man uninstall-man1 748 749 750 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@$(srcdir)/$(ioctlent_h): ioctlsort 751 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@ $(<D)/$(<F) > $@ 752 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@ioctlsort: $(srcdir)/linux/ioctlsort.c ioctls.h ioctldefs.h 753 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@ $(filter-out -I%,$(LINK.c)) -I. -I$(IOCTLDIR) $(filter -I%,$(LINK.c)) \ 754 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@ -o $@ $< 755 @LINUX_TRUE@@MAINTAINER_MODE_TRUE (a] ioctls.h: $(srcdir)/linux/ioctlent.sh 756 @LINUX_TRUE@@MAINTAINER_MODE_TRUE@ $(SHELL) $< $(IOCTLDIR) $(IOCTLASM) 757 @LINUX_TRUE@@MAINTAINER_MODE_TRUE (a] ioctldefs.h: ioctls.h ; 758 # Tell versions [3.59,3.63) of GNU make to not export all variables. 759 # Otherwise a system limit (for SysV at least) may be exceeded. 760 .NOEXPORT: 761