1# Makefile.in generated automatically by automake 1.4e from Makefile.am. 2 3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 4# Free Software Foundation, Inc. 5# This Makefile.in is free software; the Free Software Foundation 6# gives unlimited permission to copy and/or distribute it, 7# with or without modifications, as long as this notice is preserved. 8 9# This program is distributed in the hope that it will be useful, 10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12# PARTICULAR PURPOSE. 13 14@SET_MAKE@ 15 16# Makefile for GNU CVS program. 17# Copyright (C) 1986, 1988-1990, 2000 Free Software Foundation, Inc. 18 19# This program is free software; you can redistribute it and/or modify 20# it under the terms of the GNU General Public License as published by 21# the Free Software Foundation; either version 2, or (at your option) 22# any later version. 23 24# This program is distributed in the hope that it will be useful, 25# but WITHOUT ANY WARRANTY; without even the implied warranty of 26# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27# GNU General Public License for more details. 28 29 30srcdir = @srcdir@ 31top_srcdir = @top_srcdir@ 32VPATH = @srcdir@ 33prefix = @prefix@ 34exec_prefix = @exec_prefix@ 35 36bindir = @bindir@ 37sbindir = @sbindir@ 38libexecdir = @libexecdir@ 39datadir = @datadir@ 40sysconfdir = @sysconfdir@ 41sharedstatedir = @sharedstatedir@ 42localstatedir = @localstatedir@ 43libdir = @libdir@ 44infodir = @infodir@ 45mandir = @mandir@ 46includedir = @includedir@ 47oldincludedir = /usr/include 48 49pkgdatadir = $(datadir)/@PACKAGE@ 50pkglibdir = $(libdir)/@PACKAGE@ 51pkgincludedir = $(includedir)/@PACKAGE@ 52 53top_builddir = .. 54 55ACLOCAL = @ACLOCAL@ 56AUTOCONF = @AUTOCONF@ 57AUTOMAKE = @AUTOMAKE@ 58AUTOHEADER = @AUTOHEADER@ 59 60INSTALL = @INSTALL@ 61INSTALL_PROGRAM = @INSTALL_PROGRAM@ 62INSTALL_DATA = @INSTALL_DATA@ 63INSTALL_SCRIPT = @INSTALL_SCRIPT@ 64INSTALL_HEADER = $(INSTALL_DATA) 65transform = @program_transform_name@ 66 67NORMAL_INSTALL = : 68PRE_INSTALL = : 69POST_INSTALL = : 70NORMAL_UNINSTALL = : 71PRE_UNINSTALL = : 72POST_UNINSTALL = : 73AMTAR = @AMTAR@ 74AWK = @AWK@ 75CC = @CC@ 76CSH = @CSH@ 77DEPDIR = @DEPDIR@ 78ETAGS = @ETAGS@ 79ETAGS_INCLUDE_OPTION = @ETAGS_INCLUDE_OPTION@ 80INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 81INSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@ 82KRB4 = @KRB4@ 83LN_S = @LN_S@ 84MAKEINFO = @MAKEINFO@ 85PACKAGE = @PACKAGE@ 86PERL = @PERL@ 87PR = @PR@ 88PS2PDF = @PS2PDF@ 89RANLIB = @RANLIB@ 90ROFF = @ROFF@ 91STRIP = @STRIP@ 92TEXI2DVI = @TEXI2DVI@ 93VERSION = @VERSION@ 94YACC = @YACC@ 95_am_include = @_am_include@ 96_am_quote = @_am_quote@ 97includeopt = @includeopt@ 98install_sh = @install_sh@ 99 100SHELL = /bin/sh 101 102# $(includeopt) is CVS specific and set by configure 103# FIXME - This includes line is dependant on its order. This means there is 104# some namespace hackery going on that maybe shouldn't be. Long term fix is to 105# try and remove naming ocnflicts and fix Automake to allow particular includes 106# to be attached only to particular object files. Short term fix is either or. 107INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff $(includeopt) 108 109bin_PROGRAMS = cvs 110bin_SCRIPTS = cvsbug 111 112# The cvs executable 113cvs_SOURCES = \ 114 add.c \ 115 admin.c \ 116 annotate.c \ 117 buffer.c \ 118 checkin.c \ 119 checkout.c \ 120 classify.c \ 121 client.c \ 122 commit.c \ 123 create_adm.c \ 124 cvsrc.c diff.c \ 125 edit.c \ 126 entries.c \ 127 error.c \ 128 expand_path.c \ 129 fileattr.c \ 130 filesubr.c \ 131 find_names.c \ 132 hardlink.c \ 133 hash.c \ 134 history.c \ 135 ignore.c \ 136 import.c \ 137 lock.c \ 138 log.c \ 139 login.c \ 140 logmsg.c \ 141 main.c \ 142 mkmodules.c \ 143 modules.c \ 144 myndbm.c \ 145 no_diff.c \ 146 parseinfo.c \ 147 patch.c \ 148 rcs.c \ 149 rcscmds.c \ 150 recurse.c \ 151 release.c \ 152 remove.c \ 153 repos.c \ 154 root.c \ 155 run.c \ 156 scramble.c \ 157 server.c \ 158 status.c \ 159 subr.c \ 160 tag.c \ 161 update.c \ 162 vers_ts.c \ 163 watch.c \ 164 wrapper.c \ 165 zlib.c \ 166 buffer.h \ 167 client.h \ 168 cvs.h \ 169 edit.h \ 170 error.h \ 171 fileattr.h \ 172 hardlink.h \ 173 hash.h \ 174 myndbm.h \ 175 rcs.h \ 176 server.h \ 177 update.h \ 178 watch.h 179 180cvs_LDADD = \ 181 ../diff/libdiff.a \ 182 ../lib/libcvs.a \ 183 @ZLIB@ \ 184 version.o 185 186cvs_EXTRA_DIST = version.c 187 188# extra clean targets 189# wish this could be distclean-hdr-local but it's not part of automake 190DISTCLEANFILES = options.h-SAVED check.log check.plog 191 192# General 193EXTRA_DIST = \ 194 $(cvs_EXTRA_DIST) \ 195 .cvsignore \ 196 ChangeLog-9194 \ 197 ChangeLog-9395 \ 198 ChangeLog-96 \ 199 ChangeLog-97 \ 200 build_src.com \ 201 sanity.sh \ 202 version.c \ 203 version.c.in 204 205EXEEXT = 206OBJEXT = o 207subdir = src 208mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 209CONFIG_HEADER = $(top_builddir)/config.h options.h 210CONFIG_CLEAN_FILES = cvsbug 211bin_PROGRAMS = cvs$(EXEEXT) 212PROGRAMS = $(bin_PROGRAMS) 213 214am_cvs_OBJECTS = add.$(OBJEXT) admin.$(OBJEXT) annotate.$(OBJEXT) \ 215 buffer.$(OBJEXT) checkin.$(OBJEXT) checkout.$(OBJEXT) \ 216 classify.$(OBJEXT) client.$(OBJEXT) commit.$(OBJEXT) \ 217 create_adm.$(OBJEXT) cvsrc.$(OBJEXT) diff.$(OBJEXT) \ 218 edit.$(OBJEXT) entries.$(OBJEXT) error.$(OBJEXT) \ 219 expand_path.$(OBJEXT) fileattr.$(OBJEXT) filesubr.$(OBJEXT) \ 220 find_names.$(OBJEXT) hardlink.$(OBJEXT) hash.$(OBJEXT) \ 221 history.$(OBJEXT) ignore.$(OBJEXT) import.$(OBJEXT) \ 222 lock.$(OBJEXT) log.$(OBJEXT) login.$(OBJEXT) logmsg.$(OBJEXT) \ 223 main.$(OBJEXT) mkmodules.$(OBJEXT) modules.$(OBJEXT) \ 224 myndbm.$(OBJEXT) no_diff.$(OBJEXT) parseinfo.$(OBJEXT) \ 225 patch.$(OBJEXT) rcs.$(OBJEXT) rcscmds.$(OBJEXT) \ 226 recurse.$(OBJEXT) release.$(OBJEXT) remove.$(OBJEXT) \ 227 repos.$(OBJEXT) root.$(OBJEXT) run.$(OBJEXT) scramble.$(OBJEXT) \ 228 server.$(OBJEXT) status.$(OBJEXT) subr.$(OBJEXT) tag.$(OBJEXT) \ 229 update.$(OBJEXT) vers_ts.$(OBJEXT) watch.$(OBJEXT) \ 230 wrapper.$(OBJEXT) zlib.$(OBJEXT) 231cvs_OBJECTS = $(am_cvs_OBJECTS) 232cvs_DEPENDENCIES = ../diff/libdiff.a ../lib/libcvs.a @ZLIB_DEPEND@ \ 233 version.o 234cvs_LDFLAGS = 235SCRIPTS = $(bin_SCRIPTS) 236 237COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 238 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 239CFLAGS = @CFLAGS@ 240CCLD = $(CC) 241LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 242 243DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I. 244DEFS = @DEFS@ 245CPPFLAGS = @CPPFLAGS@ 246LDFLAGS = @LDFLAGS@ 247LIBS = @LIBS@ 248DIST_SOURCES = $(cvs_SOURCES) 249depcomp = $(SHELL) $(top_srcdir)/depcomp 250@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/add.Po $(DEPDIR)/admin.Po \ 251@AMDEP_TRUE@ $(DEPDIR)/annotate.Po $(DEPDIR)/buffer.Po \ 252@AMDEP_TRUE@ $(DEPDIR)/checkin.Po $(DEPDIR)/checkout.Po \ 253@AMDEP_TRUE@ $(DEPDIR)/classify.Po $(DEPDIR)/client.Po \ 254@AMDEP_TRUE@ $(DEPDIR)/commit.Po $(DEPDIR)/create_adm.Po \ 255@AMDEP_TRUE@ $(DEPDIR)/cvsrc.Po $(DEPDIR)/diff.Po \ 256@AMDEP_TRUE@ $(DEPDIR)/edit.Po $(DEPDIR)/entries.Po \ 257@AMDEP_TRUE@ $(DEPDIR)/error.Po $(DEPDIR)/expand_path.Po \ 258@AMDEP_TRUE@ $(DEPDIR)/fileattr.Po $(DEPDIR)/filesubr.Po \ 259@AMDEP_TRUE@ $(DEPDIR)/find_names.Po $(DEPDIR)/hardlink.Po \ 260@AMDEP_TRUE@ $(DEPDIR)/hash.Po $(DEPDIR)/history.Po \ 261@AMDEP_TRUE@ $(DEPDIR)/ignore.Po $(DEPDIR)/import.Po \ 262@AMDEP_TRUE@ $(DEPDIR)/lock.Po $(DEPDIR)/log.Po \ 263@AMDEP_TRUE@ $(DEPDIR)/login.Po $(DEPDIR)/logmsg.Po \ 264@AMDEP_TRUE@ $(DEPDIR)/main.Po $(DEPDIR)/mkmodules.Po \ 265@AMDEP_TRUE@ $(DEPDIR)/modules.Po $(DEPDIR)/myndbm.Po \ 266@AMDEP_TRUE@ $(DEPDIR)/no_diff.Po $(DEPDIR)/parseinfo.Po \ 267@AMDEP_TRUE@ $(DEPDIR)/patch.Po $(DEPDIR)/rcs.Po \ 268@AMDEP_TRUE@ $(DEPDIR)/rcscmds.Po $(DEPDIR)/recurse.Po \ 269@AMDEP_TRUE@ $(DEPDIR)/release.Po $(DEPDIR)/remove.Po \ 270@AMDEP_TRUE@ $(DEPDIR)/repos.Po $(DEPDIR)/root.Po \ 271@AMDEP_TRUE@ $(DEPDIR)/run.Po $(DEPDIR)/scramble.Po \ 272@AMDEP_TRUE@ $(DEPDIR)/server.Po $(DEPDIR)/status.Po \ 273@AMDEP_TRUE@ $(DEPDIR)/subr.Po $(DEPDIR)/tag.Po \ 274@AMDEP_TRUE@ $(DEPDIR)/update.Po $(DEPDIR)/vers_ts.Po \ 275@AMDEP_TRUE@ $(DEPDIR)/watch.Po $(DEPDIR)/wrapper.Po \ 276@AMDEP_TRUE@ $(DEPDIR)/zlib.Po 277DIST_COMMON = ./stamp-h2.in ChangeLog Makefile.am Makefile.in cvsbug.in \ 278 options.h.in 279SOURCES = $(cvs_SOURCES) 280OBJECTS = $(am_cvs_OBJECTS) 281 282all: options.h 283 $(MAKE) $(AM_MAKEFLAGS) all-am 284 285.SUFFIXES: 286.SUFFIXES: .c .o .obj 287 288$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 289 cd $(top_srcdir) && \ 290 $(AUTOMAKE) --gnu src/Makefile 291 292Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 293 cd $(top_builddir) && \ 294 CONFIG_HEADERS= CONFIG_LINKS= \ 295 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status 296 297options.h: #stamp-h2 298 @if test ! -f $@; then \ 299 rm -f stamp-h2; \ 300 $(MAKE) stamp-h2; \ 301 else :; fi 302stamp-h2: $(srcdir)/options.h.in $(top_builddir)/config.status 303 @rm -f stamp-h2 stamp-h2T 304 @echo timestamp > stamp-h2T 2> /dev/null 305 cd $(top_builddir) \ 306 && CONFIG_FILES= CONFIG_HEADERS=src/options.h \ 307 $(SHELL) ./config.status 308 @mv stamp-h2T stamp-h2 309$(srcdir)/options.h.in: $(srcdir)/./stamp-h2.in 310 @if test ! -f $@; then \ 311 rm -f $(srcdir)/./stamp-h2.in; \ 312 $(MAKE) $(srcdir)/./stamp-h2.in; \ 313 else :; fi 314$(srcdir)/./stamp-h2.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h 315 @rm -f $(srcdir)/./stamp-h2.in $(srcdir)/./stamp-h2.inT 316 @echo timestamp > $(srcdir)/./stamp-h2.inT 2> /dev/null 317 cd $(top_srcdir) && $(AUTOHEADER) 318 @mv $(srcdir)/./stamp-h2.inT $(srcdir)/./stamp-h2.in 319 320distclean-hdr: 321 -rm -f options.h 322cvsbug: $(top_builddir)/config.status cvsbug.in 323 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status 324install-binPROGRAMS: 325 @$(NORMAL_INSTALL) 326 $(mkinstalldirs) $(DESTDIR)$(bindir) 327 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 328 if test -f $$p; then \ 329 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 330 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \ 331 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \ 332 else :; fi; \ 333 done 334 335uninstall-binPROGRAMS: 336 @$(NORMAL_UNINSTALL) 337 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 338 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 339 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ 340 rm -f $(DESTDIR)$(bindir)/$$f; \ 341 done 342 343clean-binPROGRAMS: 344 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 345 346cvs$(EXEEXT): $(cvs_OBJECTS) $(cvs_DEPENDENCIES) 347 @rm -f cvs$(EXEEXT) 348 $(LINK) $(cvs_LDFLAGS) $(cvs_OBJECTS) $(cvs_LDADD) $(LIBS) 349install-binSCRIPTS: $(bin_SCRIPTS) 350 @$(NORMAL_INSTALL) 351 $(mkinstalldirs) $(DESTDIR)$(bindir) 352 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 353 f="`echo $$p|sed '$(transform)'`"; \ 354 if test -f $$p; then \ 355 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f"; \ 356 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/$$f; \ 357 elif test -f $(srcdir)/$$p; then \ 358 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f"; \ 359 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/$$f; \ 360 else :; fi; \ 361 done 362 363uninstall-binSCRIPTS: 364 @$(NORMAL_UNINSTALL) 365 @list='$(bin_SCRIPTS)'; for p in $$list; do \ 366 f="`echo $$p|sed '$(transform)'`"; \ 367 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ 368 rm -f $(DESTDIR)$(bindir)/$$f; \ 369 done 370 371mostlyclean-compile: 372 -rm -f *.$(OBJEXT) core *.core 373 374distclean-compile: 375 -rm -f *.tab.c 376 377tags: TAGS 378 379ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 380 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 381 unique=`for i in $$list; do \ 382 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 383 done | \ 384 $(AWK) ' { files[$$0] = 1; } \ 385 END { for (i in files) print i; }'`; \ 386 mkid -fID $$unique $(LISP) 387 388TAGS: $(HEADERS) $(SOURCES) options.h.in $(TAGS_DEPENDENCIES) \ 389 $(TAGS_FILES) $(LISP) 390 tags=; \ 391 here=`pwd`; \ 392 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 393 unique=`for i in $$list @CONFIG@; do \ 394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 395 done | \ 396 $(AWK) ' { files[$$0] = 1; } \ 397 END { for (i in files) print i; }'`; \ 398 test -z "$(ETAGS_ARGS)options.h.in$$unique$(LISP)$$tags" \ 399 || $(ETAGS) $(ETAGS_ARGS) $$tags options.h.in $$unique $(LISP) 400 401GTAGS: 402 here=`CDPATH=: && cd $(top_builddir) && pwd` \ 403 && cd $(top_srcdir) \ 404 && gtags -i $$here 405 406distclean-tags: 407 -rm -f TAGS ID 408 409@_am_include@ @_am_quote@$(DEPDIR)/add.Po@_am_quote@ 410@_am_include@ @_am_quote@$(DEPDIR)/admin.Po@_am_quote@ 411@_am_include@ @_am_quote@$(DEPDIR)/annotate.Po@_am_quote@ 412@_am_include@ @_am_quote@$(DEPDIR)/buffer.Po@_am_quote@ 413@_am_include@ @_am_quote@$(DEPDIR)/checkin.Po@_am_quote@ 414@_am_include@ @_am_quote@$(DEPDIR)/checkout.Po@_am_quote@ 415@_am_include@ @_am_quote@$(DEPDIR)/classify.Po@_am_quote@ 416@_am_include@ @_am_quote@$(DEPDIR)/client.Po@_am_quote@ 417@_am_include@ @_am_quote@$(DEPDIR)/commit.Po@_am_quote@ 418@_am_include@ @_am_quote@$(DEPDIR)/create_adm.Po@_am_quote@ 419@_am_include@ @_am_quote@$(DEPDIR)/cvsrc.Po@_am_quote@ 420@_am_include@ @_am_quote@$(DEPDIR)/diff.Po@_am_quote@ 421@_am_include@ @_am_quote@$(DEPDIR)/edit.Po@_am_quote@ 422@_am_include@ @_am_quote@$(DEPDIR)/entries.Po@_am_quote@ 423@_am_include@ @_am_quote@$(DEPDIR)/error.Po@_am_quote@ 424@_am_include@ @_am_quote@$(DEPDIR)/expand_path.Po@_am_quote@ 425@_am_include@ @_am_quote@$(DEPDIR)/fileattr.Po@_am_quote@ 426@_am_include@ @_am_quote@$(DEPDIR)/filesubr.Po@_am_quote@ 427@_am_include@ @_am_quote@$(DEPDIR)/find_names.Po@_am_quote@ 428@_am_include@ @_am_quote@$(DEPDIR)/hardlink.Po@_am_quote@ 429@_am_include@ @_am_quote@$(DEPDIR)/hash.Po@_am_quote@ 430@_am_include@ @_am_quote@$(DEPDIR)/history.Po@_am_quote@ 431@_am_include@ @_am_quote@$(DEPDIR)/ignore.Po@_am_quote@ 432@_am_include@ @_am_quote@$(DEPDIR)/import.Po@_am_quote@ 433@_am_include@ @_am_quote@$(DEPDIR)/lock.Po@_am_quote@ 434@_am_include@ @_am_quote@$(DEPDIR)/log.Po@_am_quote@ 435@_am_include@ @_am_quote@$(DEPDIR)/login.Po@_am_quote@ 436@_am_include@ @_am_quote@$(DEPDIR)/logmsg.Po@_am_quote@ 437@_am_include@ @_am_quote@$(DEPDIR)/main.Po@_am_quote@ 438@_am_include@ @_am_quote@$(DEPDIR)/mkmodules.Po@_am_quote@ 439@_am_include@ @_am_quote@$(DEPDIR)/modules.Po@_am_quote@ 440@_am_include@ @_am_quote@$(DEPDIR)/myndbm.Po@_am_quote@ 441@_am_include@ @_am_quote@$(DEPDIR)/no_diff.Po@_am_quote@ 442@_am_include@ @_am_quote@$(DEPDIR)/parseinfo.Po@_am_quote@ 443@_am_include@ @_am_quote@$(DEPDIR)/patch.Po@_am_quote@ 444@_am_include@ @_am_quote@$(DEPDIR)/rcs.Po@_am_quote@ 445@_am_include@ @_am_quote@$(DEPDIR)/rcscmds.Po@_am_quote@ 446@_am_include@ @_am_quote@$(DEPDIR)/recurse.Po@_am_quote@ 447@_am_include@ @_am_quote@$(DEPDIR)/release.Po@_am_quote@ 448@_am_include@ @_am_quote@$(DEPDIR)/remove.Po@_am_quote@ 449@_am_include@ @_am_quote@$(DEPDIR)/repos.Po@_am_quote@ 450@_am_include@ @_am_quote@$(DEPDIR)/root.Po@_am_quote@ 451@_am_include@ @_am_quote@$(DEPDIR)/run.Po@_am_quote@ 452@_am_include@ @_am_quote@$(DEPDIR)/scramble.Po@_am_quote@ 453@_am_include@ @_am_quote@$(DEPDIR)/server.Po@_am_quote@ 454@_am_include@ @_am_quote@$(DEPDIR)/status.Po@_am_quote@ 455@_am_include@ @_am_quote@$(DEPDIR)/subr.Po@_am_quote@ 456@_am_include@ @_am_quote@$(DEPDIR)/tag.Po@_am_quote@ 457@_am_include@ @_am_quote@$(DEPDIR)/update.Po@_am_quote@ 458@_am_include@ @_am_quote@$(DEPDIR)/vers_ts.Po@_am_quote@ 459@_am_include@ @_am_quote@$(DEPDIR)/watch.Po@_am_quote@ 460@_am_include@ @_am_quote@$(DEPDIR)/wrapper.Po@_am_quote@ 461@_am_include@ @_am_quote@$(DEPDIR)/zlib.Po@_am_quote@ 462 463distclean-depend: 464 -rm -rf $(DEPDIR) 465 466CCDEPMODE = @CCDEPMODE@ 467 468.c.o: 469 source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 470 depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 471 $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 472 $(COMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$< 473 474.c.obj: 475 source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 476 depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 477 $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 478 $(COMPILE) -c -o $@ `cygpath -w $<` 479 480 481DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 482 483top_distdir = .. 484distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 485 486distdir: $(DISTFILES) 487 @for file in $(DISTFILES); do \ 488 d=$(srcdir); \ 489 if test -d $$d/$$file; then \ 490 cp -pR $$d/$$file $(distdir) \ 491 || exit 1; \ 492 else \ 493 test -f $(distdir)/$$file \ 494 || cp -p $$d/$$file $(distdir)/$$file \ 495 || exit 1; \ 496 fi; \ 497 done 498check-am: all-am 499 $(MAKE) $(AM_MAKEFLAGS) check-local 500check: check-am 501all-am: Makefile $(PROGRAMS) $(SCRIPTS) options.h 502 503installdirs: 504 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir) 505 506install: install-am 507install-exec: install-exec-am 508install-data: install-data-am 509uninstall: uninstall-am 510 511install-am: 512 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 513 514installcheck: installcheck-am 515 516install-strip: 517 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 518 INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install 519 520mostlyclean-generic: 521 522clean-generic: 523 524distclean-generic: 525 -rm -f Makefile $(CONFIG_CLEAN_FILES) 526 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 527 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 528 529maintainer-clean-generic: 530 @echo "This command is intended for maintainers to use" 531 @echo "it deletes files that may require special tools to rebuild." 532 -rm -f Makefile.in 533clean: clean-am 534 535clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 536 537distclean: distclean-am 538 539distclean-am: clean-am distclean-compile distclean-depend \ 540 distclean-generic distclean-hdr distclean-tags 541 542dvi: 543 544dvi-am: 545 546info: 547 548info-am: 549 550install-data-am: 551 552install-exec-am: install-binPROGRAMS install-binSCRIPTS 553 554install-info: 555 556install-man: 557 558installcheck-am: 559 560maintainer-clean: maintainer-clean-am 561 562maintainer-clean-am: distclean-am maintainer-clean-generic 563 564mostlyclean: mostlyclean-am 565 566mostlyclean-am: mostlyclean-compile mostlyclean-generic 567 568uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS 569 570.PHONY: all all-am check check-am check-local clean clean-binPROGRAMS \ 571 clean-generic distclean distclean-compile distclean-depend \ 572 distclean-generic distclean-hdr distclean-tags distdir dvi \ 573 dvi-am info info-am install install-am install-binPROGRAMS \ 574 install-binSCRIPTS install-data install-data-am install-exec \ 575 install-exec-am install-info install-man install-strip \ 576 installcheck installcheck-am installdirs maintainer-clean \ 577 maintainer-clean-generic mostlyclean mostlyclean-compile \ 578 mostlyclean-generic tags uninstall uninstall-am \ 579 uninstall-binPROGRAMS uninstall-binSCRIPTS 580 581 582check-local: 583 $(SHELL) $(srcdir)/sanity.sh `pwd`/cvs 584 585.PHONY: remotecheck 586remotecheck: all 587 $(SHELL) $(srcdir)/sanity.sh -r `pwd`/cvs 588 589# version.c 590# - build this here so that we can distribute it 591# - version.c needs to be updated only once, since it depends on 592# configure.in, not on the results of a 'configure' run. 593# - It is guaranteed (with GNU Make) that when the version in configure.in 594# is changed, acversion.m4 is built only after the new version number is 595# propagated to the Makefile. (Libtool uses the same guarantee.) 596# - need the explicit version.o dependency or else make won't match 597# $(top_srcdir)/version.c when looking for a dependency for version.c 598version.o: version.c 599version.c: $(srcdir)/version.c.in $(top_srcdir)/configure.in 600 sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/version.c.in > version.tc 601 mv version.tc version.c 602 603# for backwards compatibility with the old makefiles 604.PHONY: realclean 605realclean: maintainer-clean 606 607# Tell versions [3.59,3.63) of GNU make to not export all variables. 608# Otherwise a system limit (for SysV at least) may be exceeded. 609.NOEXPORT: 610