1*79822b2aStholo# Makefile.in generated automatically by automake 1.4e from Makefile.am. 2*79822b2aStholo 3*79822b2aStholo# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 4*79822b2aStholo# Free Software Foundation, Inc. 5*79822b2aStholo# This Makefile.in is free software; the Free Software Foundation 6*79822b2aStholo# gives unlimited permission to copy and/or distribute it, 7*79822b2aStholo# with or without modifications, as long as this notice is preserved. 8*79822b2aStholo 9*79822b2aStholo# This program is distributed in the hope that it will be useful, 10*79822b2aStholo# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11*79822b2aStholo# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12*79822b2aStholo# PARTICULAR PURPOSE. 13*79822b2aStholo 14*79822b2aStholo@SET_MAKE@ 15*79822b2aStholo 161e72d8d2Sderaadt# Master Makefile for the GNU Concurrent Versions System. 17*79822b2aStholo# Copyright (C) 1986, 1988-1992, 1994, 2000 Free Software Foundation, Inc. 181e72d8d2Sderaadt 191e72d8d2Sderaadt# This program is free software; you can redistribute it and/or modify 201e72d8d2Sderaadt# it under the terms of the GNU General Public License as published by 211e72d8d2Sderaadt# the Free Software Foundation; either version 2, or (at your option) 221e72d8d2Sderaadt# any later version. 231e72d8d2Sderaadt 241e72d8d2Sderaadt# This program is distributed in the hope that it will be useful, 251e72d8d2Sderaadt# but WITHOUT ANY WARRANTY; without even the implied warranty of 261e72d8d2Sderaadt# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 271e72d8d2Sderaadt# GNU General Public License for more details. 281e72d8d2Sderaadt 291e72d8d2Sderaadt 30*79822b2aStholoSHELL = @SHELL@ 311e72d8d2Sderaadt 321e72d8d2Sderaadtsrcdir = @srcdir@ 331e72d8d2Sderaadttop_srcdir = @top_srcdir@ 341e72d8d2SderaadtVPATH = @srcdir@ 351e72d8d2Sderaadtprefix = @prefix@ 361e72d8d2Sderaadtexec_prefix = @exec_prefix@ 371e72d8d2Sderaadt 388278b749Stholobindir = @bindir@ 39*79822b2aStholosbindir = @sbindir@ 408278b749Sthololibexecdir = @libexecdir@ 418278b749Stholodatadir = @datadir@ 42*79822b2aStholosysconfdir = @sysconfdir@ 43*79822b2aStholosharedstatedir = @sharedstatedir@ 44*79822b2aSthololocalstatedir = @localstatedir@ 45*79822b2aSthololibdir = @libdir@ 468278b749Stholoinfodir = @infodir@ 478278b749Stholomandir = @mandir@ 48*79822b2aStholoincludedir = @includedir@ 49*79822b2aStholooldincludedir = /usr/include 501e72d8d2Sderaadt 51*79822b2aStholopkgdatadir = $(datadir)/@PACKAGE@ 52*79822b2aStholopkglibdir = $(libdir)/@PACKAGE@ 53*79822b2aStholopkgincludedir = $(includedir)/@PACKAGE@ 541e72d8d2Sderaadt 55*79822b2aStholotop_builddir = . 561e72d8d2Sderaadt 57*79822b2aStholoACLOCAL = @ACLOCAL@ 58*79822b2aStholoAUTOCONF = @AUTOCONF@ 59*79822b2aStholoAUTOMAKE = @AUTOMAKE@ 60*79822b2aStholoAUTOHEADER = @AUTOHEADER@ 611e72d8d2Sderaadt 62*79822b2aStholoINSTALL = @INSTALL@ 63*79822b2aStholoINSTALL_PROGRAM = @INSTALL_PROGRAM@ 64*79822b2aStholoINSTALL_DATA = @INSTALL_DATA@ 65*79822b2aStholoINSTALL_SCRIPT = @INSTALL_SCRIPT@ 66*79822b2aStholoINSTALL_HEADER = $(INSTALL_DATA) 67*79822b2aStholotransform = @program_transform_name@ 68*79822b2aStholo 69*79822b2aStholoNORMAL_INSTALL = : 70*79822b2aStholoPRE_INSTALL = : 71*79822b2aStholoPOST_INSTALL = : 72*79822b2aStholoNORMAL_UNINSTALL = : 73*79822b2aStholoPRE_UNINSTALL = : 74*79822b2aStholoPOST_UNINSTALL = : 75*79822b2aStholoAMTAR = @AMTAR@ 76*79822b2aStholoAWK = @AWK@ 77*79822b2aStholoCC = @CC@ 78*79822b2aStholoCSH = @CSH@ 79*79822b2aStholoDEPDIR = @DEPDIR@ 80*79822b2aStholoETAGS = @ETAGS@ 81*79822b2aStholoETAGS_INCLUDE_OPTION = @ETAGS_INCLUDE_OPTION@ 82*79822b2aStholoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 83*79822b2aStholoINSTALL_STRIP_PROGRAM_ENV = @INSTALL_STRIP_PROGRAM_ENV@ 84*79822b2aStholoKRB4 = @KRB4@ 85*79822b2aStholoLN_S = @LN_S@ 86*79822b2aStholoMAKEINFO = @MAKEINFO@ 87*79822b2aStholoPACKAGE = @PACKAGE@ 88*79822b2aStholoPERL = @PERL@ 89*79822b2aStholoPR = @PR@ 90*79822b2aStholoPS2PDF = @PS2PDF@ 91*79822b2aStholoRANLIB = @RANLIB@ 92*79822b2aStholoROFF = @ROFF@ 93*79822b2aStholoSTRIP = @STRIP@ 94*79822b2aStholoTEXI2DVI = @TEXI2DVI@ 95*79822b2aStholoVERSION = @VERSION@ 96*79822b2aStholoYACC = @YACC@ 97*79822b2aStholo_am_include = @_am_include@ 98*79822b2aStholo_am_quote = @_am_quote@ 99*79822b2aStholoincludeopt = @includeopt@ 100*79822b2aStholoinstall_sh = @install_sh@ 101*79822b2aStholo 102*79822b2aStholoAUTOMAKE_OPTIONS = 1.4a dist-bzip2 103*79822b2aStholo 10445381119Stholo# Unix source subdirs, where we'll want to run lint and etags: 105*79822b2aStholo# This is a legacy variable from b4 Automake 106c88482c3StholoUSOURCE_SUBDIRS = lib @ZLIBSUBDIRS@ diff src 10745381119Stholo# Documentation directories; special handling 108ddb7a103SderaadtINSTALL_MAN=man 10945381119Stholo# All other subdirs: 1107e4d5a85StholoSUBDIRS = ${USOURCE_SUBDIRS} ${INSTALL_MAN} doc contrib tools \ 11166869a9eStholo windows-NT os2 emx vms 1121e72d8d2Sderaadt 1131e72d8d2Sderaadt 114*79822b2aStholoEXTRA_DIST = \ 115*79822b2aStholo .cvsignore \ 116*79822b2aStholo BUGS \ 117*79822b2aStholo ChangeLog.zoo \ 118*79822b2aStholo DEVEL-CVS \ 119*79822b2aStholo FAQ \ 120*79822b2aStholo HACKING \ 121*79822b2aStholo MINOR-BUGS \ 122*79822b2aStholo PROJECTS \ 123*79822b2aStholo README.VMS \ 124*79822b2aStholo TESTS \ 125*79822b2aStholo build.com \ 126*79822b2aStholo cvs-format.el \ 127*79822b2aStholo cvs.spec \ 128*79822b2aStholo cvs.spec.in \ 129*79822b2aStholo cvsnt.dsp \ 130*79822b2aStholo cvsnt.dsw \ 131*79822b2aStholo cvsnt.mak 1321e72d8d2Sderaadt 133*79822b2aStholoEXEEXT = 134*79822b2aStholoOBJEXT = o 135*79822b2aStholosubdir = . 136*79822b2aStholoACLOCAL_M4 = $(top_srcdir)/aclocal.m4 137*79822b2aStholomkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 138*79822b2aStholoCONFIG_HEADER = config.h $(top_builddir)/src/options.h 139*79822b2aStholoCONFIG_CLEAN_FILES = emx/Makefile os2/Makefile zlib/Makefile 140*79822b2aStholoDIST_SOURCES = 1417e4d5a85Stholo 142*79822b2aStholoRECURSIVE_TARGETS = all-recursive install-data-recursive \ 143*79822b2aStholo install-exec-recursive installdirs-recursive install-recursive \ 144*79822b2aStholo uninstall-recursive check-recursive installcheck-recursive 145*79822b2aStholoDIST_COMMON = README ./stamp-h1.in AUTHORS COPYING COPYING.LIB \ 146*79822b2aStholo ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h \ 147*79822b2aStholo acinclude.m4 aclocal.m4 config.h.in configure configure.in \ 148*79822b2aStholo depcomp install-sh missing mkinstalldirs 149*79822b2aStholoDIST_SUBDIRS = $(SUBDIRS) 150*79822b2aStholoall: config.h 151*79822b2aStholo $(MAKE) $(AM_MAKEFLAGS) all-recursive 1521e72d8d2Sderaadt 153*79822b2aStholo.SUFFIXES: 1541e72d8d2Sderaadt 155*79822b2aStholoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 156*79822b2aStholo cd $(top_builddir) && \ 157*79822b2aStholo CONFIG_HEADERS= CONFIG_LINKS= \ 158*79822b2aStholo CONFIG_FILES=$@ $(SHELL) ./config.status 1591e72d8d2Sderaadt 160*79822b2aStholoconfig.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 161*79822b2aStholo $(SHELL) ./config.status --recheck 1627e4d5a85Stholo 163*79822b2aStholoconfig.h: stamp-h1 164*79822b2aStholo @if test ! -f $@; then \ 165*79822b2aStholo rm -f stamp-h1; \ 166*79822b2aStholo $(MAKE) stamp-h1; \ 167*79822b2aStholo else :; fi 168*79822b2aStholostamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 169*79822b2aStholo @rm -f stamp-h1 stamp-h1T 170*79822b2aStholo @echo timestamp > stamp-h1T 2> /dev/null 171*79822b2aStholo cd $(top_builddir) \ 172*79822b2aStholo && CONFIG_FILES= CONFIG_HEADERS=config.h \ 173*79822b2aStholo $(SHELL) ./config.status 174*79822b2aStholo @mv stamp-h1T stamp-h1 175*79822b2aStholo 176*79822b2aStholodistclean-hdr: 177*79822b2aStholo -rm -f config.h 178*79822b2aStholoemx/Makefile: $(top_builddir)/config.status $(top_srcdir)/emx/Makefile.in 179*79822b2aStholo cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status 180*79822b2aStholoos2/Makefile: $(top_builddir)/config.status $(top_srcdir)/os2/Makefile.in 181*79822b2aStholo cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status 182*79822b2aStholozlib/Makefile: $(top_builddir)/config.status $(top_srcdir)/zlib/Makefile.in 183*79822b2aStholo cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status 184*79822b2aStholo 185*79822b2aStholo# This directory's subdirectories are mostly independent; you can cd 186*79822b2aStholo# into them and run `make' without going through this Makefile. 187*79822b2aStholo# To change the values of `make' variables: instead of editing Makefiles, 188*79822b2aStholo# (1) if the variable is set in `config.status', edit `config.status' 189*79822b2aStholo# (which will cause the Makefiles to be regenerated when you run `make'); 190*79822b2aStholo# (2) otherwise, pass the desired values on the `make' command line. 191*79822b2aStholo$(RECURSIVE_TARGETS): 192*79822b2aStholo @set fnord $(MAKEFLAGS); amf=$$2; \ 193*79822b2aStholo dot_seen=no; \ 194*79822b2aStholo target=`echo $@ | sed s/-recursive//`; \ 195*79822b2aStholo list='$(SUBDIRS)'; for subdir in $$list; do \ 196*79822b2aStholo echo "Making $$target in $$subdir"; \ 197*79822b2aStholo if test "$$subdir" = "."; then \ 198*79822b2aStholo dot_seen=yes; \ 199*79822b2aStholo local_target="$$target-am"; \ 200*79822b2aStholo else \ 201*79822b2aStholo local_target="$$target"; \ 202*79822b2aStholo fi; \ 203*79822b2aStholo (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 204*79822b2aStholo || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 2051e72d8d2Sderaadt done; \ 206*79822b2aStholo if test "$$dot_seen" = "no"; then \ 207*79822b2aStholo $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 208*79822b2aStholo fi; test -z "$$fail" 209*79822b2aStholo 210*79822b2aStholomostlyclean-recursive clean-recursive distclean-recursive \ 211*79822b2aStholomaintainer-clean-recursive: 212*79822b2aStholo @set fnord $(MAKEFLAGS); amf=$$2; \ 213*79822b2aStholo dot_seen=no; \ 214*79822b2aStholo case "$@" in \ 215*79822b2aStholo distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 216*79822b2aStholo *) list='$(SUBDIRS)' ;; \ 217*79822b2aStholo esac; \ 218*79822b2aStholo rev=''; for subdir in $$list; do \ 219*79822b2aStholo if test "$$subdir" = "."; then :; else \ 220*79822b2aStholo rev="$$subdir $$rev"; \ 221*79822b2aStholo fi; \ 222*79822b2aStholo done; \ 223*79822b2aStholo rev="$$rev ."; \ 224*79822b2aStholo target=`echo $@ | sed s/-recursive//`; \ 225*79822b2aStholo for subdir in $$rev; do \ 226*79822b2aStholo echo "Making $$target in $$subdir"; \ 227*79822b2aStholo if test "$$subdir" = "."; then \ 228*79822b2aStholo local_target="$$target-am"; \ 229*79822b2aStholo else \ 230*79822b2aStholo local_target="$$target"; \ 231*79822b2aStholo fi; \ 232*79822b2aStholo (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 233*79822b2aStholo || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 234*79822b2aStholo done && test -z "$$fail" 235*79822b2aStholotags-recursive: 236*79822b2aStholo list='$(SUBDIRS)'; for subdir in $$list; do \ 237*79822b2aStholo test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 2381e72d8d2Sderaadt done 2391e72d8d2Sderaadt 240*79822b2aStholotags: TAGS 2411e72d8d2Sderaadt 242*79822b2aStholoID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 243*79822b2aStholo list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 244*79822b2aStholo unique=`for i in $$list; do \ 245*79822b2aStholo if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 246*79822b2aStholo done | \ 247*79822b2aStholo $(AWK) ' { files[$$0] = 1; } \ 248*79822b2aStholo END { for (i in files) print i; }'`; \ 249*79822b2aStholo mkid -fID $$unique $(LISP) 2501e72d8d2Sderaadt 251*79822b2aStholoTAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 252*79822b2aStholo $(TAGS_FILES) $(LISP) 253*79822b2aStholo tags=; \ 254*79822b2aStholo here=`pwd`; \ 255*79822b2aStholo list='$(SUBDIRS)'; for subdir in $$list; do \ 256*79822b2aStholo if test "$$subdir" = .; then :; else \ 257*79822b2aStholo test -f $$subdir/TAGS && tags="$$tags $(ETAGS_INCLUDE_OPTION)$$here/$$subdir/TAGS"; \ 258*79822b2aStholo fi; \ 259*79822b2aStholo done; \ 260*79822b2aStholo list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 261*79822b2aStholo unique=`for i in $$list @CONFIG@; do \ 262*79822b2aStholo if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 263*79822b2aStholo done | \ 264*79822b2aStholo $(AWK) ' { files[$$0] = 1; } \ 265*79822b2aStholo END { for (i in files) print i; }'`; \ 266*79822b2aStholo test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 267*79822b2aStholo || $(ETAGS) $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) 2681e72d8d2Sderaadt 269*79822b2aStholoGTAGS: 270*79822b2aStholo here=`CDPATH=: && cd $(top_builddir) && pwd` \ 271*79822b2aStholo && cd $(top_srcdir) \ 272*79822b2aStholo && gtags -i $$here 2731e72d8d2Sderaadt 274*79822b2aStholodistclean-tags: 275*79822b2aStholo -rm -f TAGS ID 2761e72d8d2Sderaadt 277*79822b2aStholoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 2781e72d8d2Sderaadt 279*79822b2aStholotop_distdir = . 280*79822b2aStholodistdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 2811e72d8d2Sderaadt 282*79822b2aStholoGZIP_ENV = --best 2831e72d8d2Sderaadt 284*79822b2aStholodistdir: $(DISTFILES) 285*79822b2aStholo -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) 286*79822b2aStholo mkdir $(distdir) 287*79822b2aStholo $(mkinstalldirs) $(distdir)/contrib $(distdir)/emx $(distdir)/os2 $(distdir)/src $(distdir)/zlib 288*79822b2aStholo @for file in $(DISTFILES); do \ 289*79822b2aStholo d=$(srcdir); \ 290*79822b2aStholo if test -d $$d/$$file; then \ 291*79822b2aStholo cp -pR $$d/$$file $(distdir) \ 292*79822b2aStholo || exit 1; \ 293*79822b2aStholo else \ 294*79822b2aStholo test -f $(distdir)/$$file \ 295*79822b2aStholo || cp -p $$d/$$file $(distdir)/$$file \ 296*79822b2aStholo || exit 1; \ 297*79822b2aStholo fi; \ 298*79822b2aStholo done 299*79822b2aStholo for subdir in $(SUBDIRS); do \ 300*79822b2aStholo if test "$$subdir" = .; then :; else \ 301*79822b2aStholo test -d $(distdir)/$$subdir \ 302*79822b2aStholo || mkdir $(distdir)/$$subdir \ 303*79822b2aStholo || exit 1; \ 304*79822b2aStholo (cd $$subdir && \ 305*79822b2aStholo $(MAKE) $(AM_MAKEFLAGS) \ 306*79822b2aStholo top_distdir="$(top_distdir)" \ 307*79822b2aStholo distdir=../$(distdir)/$$subdir \ 308*79822b2aStholo distdir) \ 309*79822b2aStholo || exit 1; \ 310*79822b2aStholo fi; \ 311*79822b2aStholo done 312*79822b2aStholo -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 313*79822b2aStholo ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 314*79822b2aStholo ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 315*79822b2aStholo ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 316*79822b2aStholo || chmod -R a+r $(distdir) 317*79822b2aStholodist: distdir 318*79822b2aStholo $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 319*79822b2aStholo -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) 320c88482c3Stholo 321*79822b2aStholodist-bzip2: distdir 322*79822b2aStholo $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2 323*79822b2aStholo -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir) 324c88482c3Stholo 325*79822b2aStholo# This target untars the dist file and tries a VPATH configuration. Then 326*79822b2aStholo# it guarantees that the distribution is self-contained by making another 327*79822b2aStholo# tarfile. 328*79822b2aStholodistcheck: dist 329*79822b2aStholo -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) 330*79822b2aStholo GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 331*79822b2aStholo chmod -R a-w $(distdir); chmod a+w $(distdir) 332*79822b2aStholo mkdir $(distdir)/=build 333*79822b2aStholo mkdir $(distdir)/=inst 334*79822b2aStholo chmod a-w $(distdir) 335*79822b2aStholo dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \ 336*79822b2aStholo && cd $(distdir)/=build \ 337*79822b2aStholo && ../configure --srcdir=.. --prefix=$$dc_install_base \ 338*79822b2aStholo && $(MAKE) $(AM_MAKEFLAGS) \ 339*79822b2aStholo && $(MAKE) $(AM_MAKEFLAGS) dvi \ 340*79822b2aStholo && $(MAKE) $(AM_MAKEFLAGS) check \ 341*79822b2aStholo && $(MAKE) $(AM_MAKEFLAGS) install \ 342*79822b2aStholo && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 343*79822b2aStholo && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 344*79822b2aStholo && test `find $$dc_install_base -type f -print | wc -l` -le 1 \ 345*79822b2aStholo && $(MAKE) $(AM_MAKEFLAGS) dist \ 346*79822b2aStholo && $(MAKE) $(AM_MAKEFLAGS) distclean \ 347*79822b2aStholo && rm -f $(distdir).tar.gz \ 348*79822b2aStholo && (test `find . -type f -print | wc -l` -eq 0 \ 349*79822b2aStholo || (echo "Error: files left after distclean" 1>&2; \ 350*79822b2aStholo exit 1) ) 351*79822b2aStholo -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir) 352*79822b2aStholo @echo "$(distdir).tar.gz is ready for distribution" | \ 353*79822b2aStholo sed 'h;s/./=/g;p;x;p;x' 354*79822b2aStholocheck-am: all-am 355*79822b2aStholocheck: check-recursive 356*79822b2aStholoall-am: Makefile config.h 357*79822b2aStholo 358*79822b2aStholoinstalldirs: installdirs-recursive 359*79822b2aStholoinstalldirs-am: 360*79822b2aStholo 361*79822b2aStholoinstall: install-recursive 362*79822b2aStholoinstall-exec: install-exec-recursive 363*79822b2aStholoinstall-data: install-data-recursive 364*79822b2aStholouninstall: uninstall-recursive 365*79822b2aStholo 366*79822b2aStholoinstall-am: all-am 367*79822b2aStholo @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 368*79822b2aStholo 369*79822b2aStholoinstallcheck: installcheck-recursive 370*79822b2aStholo 371*79822b2aStholoinstall-strip: 372*79822b2aStholo $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 373*79822b2aStholo INSTALL_PROGRAM_ENV='$(INSTALL_STRIP_PROGRAM_ENV)' install 374*79822b2aStholo 375*79822b2aStholomostlyclean-generic: 376*79822b2aStholo 377*79822b2aStholoclean-generic: 378*79822b2aStholo 379*79822b2aStholodistclean-generic: 380*79822b2aStholo -rm -f Makefile $(CONFIG_CLEAN_FILES) 381*79822b2aStholo -rm -f config.cache config.log stamp-h stamp-h[0-9]* 382*79822b2aStholo 383*79822b2aStholomaintainer-clean-generic: 384*79822b2aStholo @echo "This command is intended for maintainers to use" 385*79822b2aStholo @echo "it deletes files that may require special tools to rebuild." 386*79822b2aStholo -rm -f Makefile.in 387*79822b2aStholoclean: clean-recursive 388*79822b2aStholo 389*79822b2aStholoclean-am: clean-generic mostlyclean-am 390*79822b2aStholo 391*79822b2aStholodist-all: dist dist-bzip2 392*79822b2aStholo 393*79822b2aStholodistclean: distclean-recursive 394*79822b2aStholo -rm -f config.status 395*79822b2aStholodistclean-am: clean-am distclean-generic distclean-hdr distclean-tags 396*79822b2aStholo 397*79822b2aStholodvi: 398*79822b2aStholo 399*79822b2aStholodvi-am: 400*79822b2aStholo 401*79822b2aStholoinfo: 402*79822b2aStholo 403*79822b2aStholoinfo-am: 404*79822b2aStholo 405*79822b2aStholoinstall-data-am: 406*79822b2aStholo 407*79822b2aStholoinstall-exec-am: 408*79822b2aStholo 409*79822b2aStholoinstall-info: 410*79822b2aStholo 411*79822b2aStholoinstall-man: 412*79822b2aStholo 413*79822b2aStholoinstallcheck-am: 414*79822b2aStholo 415*79822b2aStholomaintainer-clean: maintainer-clean-recursive 416*79822b2aStholo -rm -f config.status 417*79822b2aStholomaintainer-clean-am: distclean-am maintainer-clean-generic 418*79822b2aStholo 419*79822b2aStholomostlyclean: mostlyclean-recursive 420*79822b2aStholo 421*79822b2aStholomostlyclean-am: mostlyclean-generic 422*79822b2aStholo 423*79822b2aStholo.PHONY: $(RECURSIVE_TARGETS) all all-am check check-am clean \ 424*79822b2aStholo clean-generic clean-recursive dist dist-all dist-bzip2 \ 425*79822b2aStholo distcheck distclean distclean-generic distclean-hdr \ 426*79822b2aStholo distclean-recursive distclean-tags distdir dvi dvi-am info \ 427*79822b2aStholo info-am install install-am install-data install-data-am \ 428*79822b2aStholo install-data-recursive install-exec install-exec-am \ 429*79822b2aStholo install-exec-recursive install-info install-man \ 430*79822b2aStholo install-recursive install-strip installcheck installcheck-am \ 431*79822b2aStholo installdirs installdirs-am installdirs-recursive \ 432*79822b2aStholo maintainer-clean maintainer-clean-generic \ 433*79822b2aStholo maintainer-clean-recursive mostlyclean mostlyclean-generic \ 434*79822b2aStholo mostlyclean-recursive tags tags-recursive uninstall \ 435*79822b2aStholo uninstall-am uninstall-recursive 436*79822b2aStholo 4371e72d8d2Sderaadt 4381e72d8d2Sderaadt.PHONY: remotecheck 439*79822b2aStholoremotecheck: all 440*79822b2aStholo cd src && $(MAKE) $(AM_MAKEFLAGS) "$@" 4411e72d8d2Sderaadt 442*79822b2aStholo.PHONY: doc 443*79822b2aStholodoc: 444*79822b2aStholo cd doc && $(MAKE) $(AM_MAKEFLAGS) "$@" 4451e72d8d2Sderaadt 446*79822b2aStholo# - cvs.spec needs to be updated only once, since it depends on 447*79822b2aStholo# configure.in, not on the results of a 'configure' run. 448*79822b2aStholo# - It is guaranteed (with GNU Make) that when the version in configure.in 449*79822b2aStholo# is changed, acversion.m4 is built only after the new version number is 450*79822b2aStholo# propagated to the Makefile. (Libtool uses the same guarantee.) 451*79822b2aStholocvs.spec: $(srcdir)/cvs.spec.in $(top_srcdir)/configure.in 452*79822b2aStholo sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/cvs.spec.in >cvs.tspec 453*79822b2aStholo mv cvs.tspec $(srcdir)/cvs.spec 4541e72d8d2Sderaadt 455*79822b2aStholo# for backwards compatibility with the old makefiles 456*79822b2aStholo.PHONY: realclean 457*79822b2aStholorealclean: maintainer-clean 4581e72d8d2Sderaadt 459*79822b2aStholo# Tell versions [3.59,3.63) of GNU make to not export all variables. 4601e72d8d2Sderaadt# Otherwise a system limit (for SysV at least) may be exceeded. 4611e72d8d2Sderaadt.NOEXPORT: 462