~ubuntu-branches/ubuntu/oneiric/cvsd/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2004-04-17 12:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040417120000-r8kjxyw52szursq7
Tags: 1.0.2
* added Danish (da) debconf translation by Claus Hindsgaul
  (closes: #234897)
* debconf limit choicelist is now also translated
* updated German (de) debconf translation by Jens Seidel
* updated French (fr) debconf translation by Christian Perrier
* init script now uses kill -0 <pid> to get cvsd status
* repositories debconf question now uses correct chroot jail

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.8.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
# Makefile.am - use automake to generate Makefile.in
 
18
# Copyright (C) 2003 Arthur de Jong
 
19
#
 
20
# This program is free software; you can redistribute it and/or modify
 
21
# it under the terms of the GNU General Public License as published by
 
22
# the Free Software Foundation; either version 2 of the License, or
 
23
# (at your option) any later version.
 
24
#
 
25
# This program is distributed in the hope that it will be useful,
 
26
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
27
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
28
# GNU General Public License for more details.
 
29
#
 
30
# You should have received a copy of the GNU General Public License
 
31
# along with this program; if not, write to the Free Software
 
32
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
33
 
 
34
 
 
35
SOURCES = $(cvsd_SOURCES)
 
36
 
 
37
srcdir = @srcdir@
 
38
top_srcdir = @top_srcdir@
 
39
VPATH = @srcdir@
 
40
pkgdatadir = $(datadir)/@PACKAGE@
 
41
pkglibdir = $(libdir)/@PACKAGE@
 
42
pkgincludedir = $(includedir)/@PACKAGE@
 
43
top_builddir = .
 
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
45
INSTALL = @INSTALL@
 
46
install_sh_DATA = $(install_sh) -c -m 644
 
47
install_sh_PROGRAM = $(install_sh) -c
 
48
install_sh_SCRIPT = $(install_sh) -c
 
49
INSTALL_HEADER = $(INSTALL_DATA)
 
50
transform = $(program_transform_name)
 
51
NORMAL_INSTALL = :
 
52
PRE_INSTALL = :
 
53
POST_INSTALL = :
 
54
NORMAL_UNINSTALL = :
 
55
PRE_UNINSTALL = :
 
56
POST_UNINSTALL = :
 
57
sbin_PROGRAMS = cvsd$(EXEEXT)
 
58
subdir = .
 
59
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
60
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
61
        $(srcdir)/cvsd-buildroot.8.in $(srcdir)/cvsd-buildroot.in \
 
62
        $(srcdir)/cvsd-passwd.8.in $(srcdir)/cvsd-passwd.in \
 
63
        $(srcdir)/cvsd.8.in $(srcdir)/cvsd.conf.5.in \
 
64
        $(srcdir)/cvsd.init.in $(srcdir)/cvsd.init.redhat71.in \
 
65
        $(srcdir)/cvsd.spec.in $(top_srcdir)/configure AUTHORS COPYING \
 
66
        ChangeLog INSTALL NEWS TODO config.guess config.sub daemon.c \
 
67
        depcomp getinfos.c getopt_long.c install-sh missing \
 
68
        mkinstalldirs reslimit.c
 
69
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
70
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
72
        $(ACLOCAL_M4)
 
73
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
74
 configure.lineno configure.status.lineno
 
75
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
76
CONFIG_HEADER = config.h
 
77
CONFIG_CLEAN_FILES = cvsd-buildroot cvsd-passwd cvsd.init \
 
78
        cvsd.init.redhat71 cvsd.8 cvsd-buildroot.8 cvsd-passwd.8 \
 
79
        cvsd.conf.5 cvsd.spec
 
80
am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"
 
81
sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
 
82
PROGRAMS = $(sbin_PROGRAMS)
 
83
am_cvsd_OBJECTS = cvsd.$(OBJEXT) xmalloc.$(OBJEXT) cfgfile.$(OBJEXT) \
 
84
        log.$(OBJEXT) cfg.$(OBJEXT)
 
85
cvsd_OBJECTS = $(am_cvsd_OBJECTS)
 
86
cvsd_DEPENDENCIES = @LIBOBJS@
 
87
sbinSCRIPT_INSTALL = $(INSTALL_SCRIPT)
 
88
SCRIPTS = $(sbin_SCRIPTS)
 
89
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
 
90
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
91
am__depfiles_maybe = depfiles
 
92
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/daemon.Po $(DEPDIR)/getinfos.Po \
 
93
@AMDEP_TRUE@    $(DEPDIR)/getopt_long.Po $(DEPDIR)/reslimit.Po \
 
94
@AMDEP_TRUE@    ./$(DEPDIR)/cfg.Po ./$(DEPDIR)/cfgfile.Po \
 
95
@AMDEP_TRUE@    ./$(DEPDIR)/cvsd.Po ./$(DEPDIR)/log.Po \
 
96
@AMDEP_TRUE@    ./$(DEPDIR)/xmalloc.Po
 
97
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
98
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
99
CCLD = $(CC)
 
100
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
101
SOURCES = $(cvsd_SOURCES)
 
102
DIST_SOURCES = $(cvsd_SOURCES)
 
103
man5dir = $(mandir)/man5
 
104
man8dir = $(mandir)/man8
 
105
NROFF = nroff
 
106
MANS = $(man_MANS)
 
107
ETAGS = etags
 
108
CTAGS = ctags
 
109
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
110
distdir = $(PACKAGE)-$(VERSION)
 
111
top_distdir = $(distdir)
 
112
am__remove_distdir = \
 
113
  { test ! -d $(distdir) \
 
114
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
115
         && rm -fr $(distdir); }; }
 
116
DIST_ARCHIVES = $(distdir).tar.gz
 
117
GZIP_ENV = --best
 
118
distuninstallcheck_listfiles = find . -type f -print
 
119
distcleancheck_listfiles = find . -type f -print
 
120
ACLOCAL = @ACLOCAL@
 
121
AMDEP_FALSE = @AMDEP_FALSE@
 
122
AMDEP_TRUE = @AMDEP_TRUE@
 
123
AMTAR = @AMTAR@
 
124
AUTOCONF = @AUTOCONF@
 
125
AUTOHEADER = @AUTOHEADER@
 
126
AUTOMAKE = @AUTOMAKE@
 
127
AWK = @AWK@
 
128
CC = @CC@
 
129
CCDEPMODE = @CCDEPMODE@
 
130
CFLAGS = @CFLAGS@
 
131
CHMOD = @CHMOD@
 
132
CONFIGFILE = @CONFIGFILE@
 
133
CPP = @CPP@
 
134
CPPFLAGS = @CPPFLAGS@
 
135
CVS = @CVS@
 
136
CVSD_BIN = @CVSD_BIN@
 
137
CYGPATH_W = @CYGPATH_W@
 
138
DEFS = @DEFS@
 
139
DEPDIR = @DEPDIR@
 
140
ECHO_C = @ECHO_C@
 
141
ECHO_N = @ECHO_N@
 
142
ECHO_T = @ECHO_T@
 
143
EGREP = @EGREP@
 
144
EXEEXT = @EXEEXT@
 
145
INSTALL_DATA = @INSTALL_DATA@
 
146
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
147
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
148
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
149
LDFLAGS = @LDFLAGS@
 
150
LIBOBJS = @LIBOBJS@
 
151
LIBS = @LIBS@
 
152
LN_S = @LN_S@
 
153
LTLIBOBJS = @LTLIBOBJS@
 
154
MAKEINFO = @MAKEINFO@
 
155
OBJEXT = @OBJEXT@
 
156
PACKAGE = @PACKAGE@
 
157
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
158
PACKAGE_NAME = @PACKAGE_NAME@
 
159
PACKAGE_STRING = @PACKAGE_STRING@
 
160
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
161
PACKAGE_VERSION = @PACKAGE_VERSION@
 
162
PATH_SEPARATOR = @PATH_SEPARATOR@
 
163
PERL = @PERL@
 
164
RELEASE_MONTH = @RELEASE_MONTH@
 
165
SED = @SED@
 
166
SET_MAKE = @SET_MAKE@
 
167
SHELL = @SHELL@
 
168
STRIP = @STRIP@
 
169
VERSION = @VERSION@
 
170
ac_ct_CC = @ac_ct_CC@
 
171
ac_ct_STRIP = @ac_ct_STRIP@
 
172
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
173
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
174
am__include = @am__include@
 
175
am__leading_dot = @am__leading_dot@
 
176
am__quote = @am__quote@
 
177
bindir = @bindir@
 
178
build_alias = @build_alias@
 
179
datadir = @datadir@
 
180
exec_prefix = @exec_prefix@
 
181
host_alias = @host_alias@
 
182
includedir = @includedir@
 
183
infodir = @infodir@
 
184
install_sh = @install_sh@
 
185
libdir = @libdir@
 
186
libexecdir = @libexecdir@
 
187
localstatedir = @localstatedir@
 
188
mandir = @mandir@
 
189
mkdir_p = @mkdir_p@
 
190
oldincludedir = @oldincludedir@
 
191
prefix = @prefix@
 
192
program_transform_name = @program_transform_name@
 
193
sbindir = @sbindir@
 
194
sharedstatedir = @sharedstatedir@
 
195
sysconfdir = @sysconfdir@
 
196
target_alias = @target_alias@
 
197
sbin_SCRIPTS = cvsd-buildroot cvsd-passwd
 
198
cvsd_SOURCES = cvsd.c aclocal.m4 \
 
199
             xmalloc.c xmalloc.h \
 
200
             cfgfile.c cfgfile.h \
 
201
             log.c log.h \
 
202
             cfg.c cfg.h
 
203
 
 
204
cvsd_LDADD = @LIBOBJS@
 
205
EXTRA_DIST = cvsd.conf-dist \
 
206
           getopt_long.c getopt_long.h \
 
207
           reslimit.c reslimit.h \
 
208
           daemon.c daemon.h \
 
209
           getinfos.c getinfos.h \
 
210
           debian/control debian/changelog debian/rules debian/docs \
 
211
           debian/postinst debian/postrm debian/copyright \
 
212
           debian/config debian/templates debian/cvsd.init \
 
213
           debian/compat \
 
214
           debian/po/POTFILES.in \
 
215
           debian/po/templates.pot \
 
216
           debian/po/da.po \
 
217
           debian/po/de.po \
 
218
           debian/po/fr.po \
 
219
           debian/po/nl.po \
 
220
           debian/po/pt_BR.po \
 
221
           cvsd.spec \
 
222
           FAQ
 
223
 
 
224
 
 
225
#  if you write a self-test script named `chk', uncomment the
 
226
#  following and add `chk' to the EXTRA_DIST list
 
227
#TESTS=chk
 
228
 
 
229
#  install the man pages
 
230
man_MANS = cvsd.8 cvsd-buildroot.8 cvsd.conf.5 cvsd-passwd.8
 
231
 
 
232
# clean extra files
 
233
DISTCLEANFILES = *-stamp \
 
234
                 cvsd_$(VERSION).tar.gz \
 
235
                 cvsd_$(VERSION).dsc cvsd_$(VERSION)_*.changes \
 
236
                 cvsd_$(VERSION)_*.deb \
 
237
                 cvsd-$(VERSION).tar.gz
 
238
 
 
239
all: config.h
 
240
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
241
 
 
242
.SUFFIXES:
 
243
.SUFFIXES: .c .o .obj
 
244
am--refresh:
 
245
        @:
 
246
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
247
        @for dep in $?; do \
 
248
          case '$(am__configure_deps)' in \
 
249
            *$$dep*) \
 
250
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
251
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
252
                && exit 0; \
 
253
              exit 1;; \
 
254
          esac; \
 
255
        done; \
 
256
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
257
        cd $(top_srcdir) && \
 
258
          $(AUTOMAKE) --gnu  Makefile
 
259
.PRECIOUS: Makefile
 
260
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
261
        @case '$?' in \
 
262
          *config.status*) \
 
263
            echo ' $(SHELL) ./config.status'; \
 
264
            $(SHELL) ./config.status;; \
 
265
          *) \
 
266
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
267
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
268
        esac;
 
269
 
 
270
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
271
        $(SHELL) ./config.status --recheck
 
272
 
 
273
$(top_srcdir)/configure:  $(am__configure_deps)
 
274
        cd $(srcdir) && $(AUTOCONF)
 
275
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
276
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
277
 
 
278
config.h: stamp-h1
 
279
        @if test ! -f $@; then \
 
280
          rm -f stamp-h1; \
 
281
          $(MAKE) stamp-h1; \
 
282
        else :; fi
 
283
 
 
284
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
285
        @rm -f stamp-h1
 
286
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
287
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
288
        cd $(top_srcdir) && $(AUTOHEADER)
 
289
        rm -f stamp-h1
 
290
        touch $@
 
291
 
 
292
distclean-hdr:
 
293
        -rm -f config.h stamp-h1
 
294
cvsd-buildroot: $(top_builddir)/config.status $(srcdir)/cvsd-buildroot.in
 
295
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
296
cvsd-passwd: $(top_builddir)/config.status $(srcdir)/cvsd-passwd.in
 
297
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
298
cvsd.init: $(top_builddir)/config.status $(srcdir)/cvsd.init.in
 
299
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
300
cvsd.init.redhat71: $(top_builddir)/config.status $(srcdir)/cvsd.init.redhat71.in
 
301
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
302
cvsd.8: $(top_builddir)/config.status $(srcdir)/cvsd.8.in
 
303
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
304
cvsd-buildroot.8: $(top_builddir)/config.status $(srcdir)/cvsd-buildroot.8.in
 
305
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
306
cvsd-passwd.8: $(top_builddir)/config.status $(srcdir)/cvsd-passwd.8.in
 
307
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
308
cvsd.conf.5: $(top_builddir)/config.status $(srcdir)/cvsd.conf.5.in
 
309
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
310
cvsd.spec: $(top_builddir)/config.status $(srcdir)/cvsd.spec.in
 
311
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
312
install-sbinPROGRAMS: $(sbin_PROGRAMS)
 
313
        @$(NORMAL_INSTALL)
 
314
        test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
 
315
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
316
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
317
          if test -f $$p \
 
318
          ; then \
 
319
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
 
320
           echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
 
321
           $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
 
322
          else :; fi; \
 
323
        done
 
324
 
 
325
uninstall-sbinPROGRAMS:
 
326
        @$(NORMAL_UNINSTALL)
 
327
        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
 
328
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
 
329
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
 
330
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
 
331
        done
 
332
 
 
333
clean-sbinPROGRAMS:
 
334
        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
 
335
cvsd$(EXEEXT): $(cvsd_OBJECTS) $(cvsd_DEPENDENCIES) 
 
336
        @rm -f cvsd$(EXEEXT)
 
337
        $(LINK) $(cvsd_LDFLAGS) $(cvsd_OBJECTS) $(cvsd_LDADD) $(LIBS)
 
338
install-sbinSCRIPTS: $(sbin_SCRIPTS)
 
339
        @$(NORMAL_INSTALL)
 
340
        test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
 
341
        @list='$(sbin_SCRIPTS)'; for p in $$list; do \
 
342
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
343
          if test -f $$d$$p; then \
 
344
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
345
            echo " $(sbinSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
 
346
            $(sbinSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(sbindir)/$$f"; \
 
347
          else :; fi; \
 
348
        done
 
349
 
 
350
uninstall-sbinSCRIPTS:
 
351
        @$(NORMAL_UNINSTALL)
 
352
        @list='$(sbin_SCRIPTS)'; for p in $$list; do \
 
353
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
 
354
          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
 
355
          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
 
356
        done
 
357
 
 
358
mostlyclean-compile:
 
359
        -rm -f *.$(OBJEXT)
 
360
 
 
361
distclean-compile:
 
362
        -rm -f *.tab.c
 
363
 
 
364
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/daemon.Po@am__quote@
 
365
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getinfos.Po@am__quote@
 
366
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt_long.Po@am__quote@
 
367
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/reslimit.Po@am__quote@
 
368
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfg.Po@am__quote@
 
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfgfile.Po@am__quote@
 
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvsd.Po@am__quote@
 
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
 
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
 
373
 
 
374
.c.o:
 
375
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
376
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
377
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
378
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
380
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
381
 
 
382
.c.obj:
 
383
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
384
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
389
uninstall-info-am:
 
390
install-man5: $(man5_MANS) $(man_MANS)
 
391
        @$(NORMAL_INSTALL)
 
392
        test -z "$(man5dir)" || $(mkdir_p) "$(DESTDIR)$(man5dir)"
 
393
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
 
394
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
395
        for i in $$l2; do \
 
396
          case "$$i" in \
 
397
            *.5*) list="$$list $$i" ;; \
 
398
          esac; \
 
399
        done; \
 
400
        for i in $$list; do \
 
401
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
402
          else file=$$i; fi; \
 
403
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
404
          case "$$ext" in \
 
405
            5*) ;; \
 
406
            *) ext='5' ;; \
 
407
          esac; \
 
408
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
409
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
410
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
411
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
 
412
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
 
413
        done
 
414
uninstall-man5:
 
415
        @$(NORMAL_UNINSTALL)
 
416
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
 
417
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
418
        for i in $$l2; do \
 
419
          case "$$i" in \
 
420
            *.5*) list="$$list $$i" ;; \
 
421
          esac; \
 
422
        done; \
 
423
        for i in $$list; do \
 
424
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
425
          case "$$ext" in \
 
426
            5*) ;; \
 
427
            *) ext='5' ;; \
 
428
          esac; \
 
429
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
430
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
431
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
432
          echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
 
433
          rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
 
434
        done
 
435
install-man8: $(man8_MANS) $(man_MANS)
 
436
        @$(NORMAL_INSTALL)
 
437
        test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
 
438
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
439
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
440
        for i in $$l2; do \
 
441
          case "$$i" in \
 
442
            *.8*) list="$$list $$i" ;; \
 
443
          esac; \
 
444
        done; \
 
445
        for i in $$list; do \
 
446
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
 
447
          else file=$$i; fi; \
 
448
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
449
          case "$$ext" in \
 
450
            8*) ;; \
 
451
            *) ext='8' ;; \
 
452
          esac; \
 
453
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
454
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
455
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
456
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
 
457
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
 
458
        done
 
459
uninstall-man8:
 
460
        @$(NORMAL_UNINSTALL)
 
461
        @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
 
462
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
463
        for i in $$l2; do \
 
464
          case "$$i" in \
 
465
            *.8*) list="$$list $$i" ;; \
 
466
          esac; \
 
467
        done; \
 
468
        for i in $$list; do \
 
469
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
470
          case "$$ext" in \
 
471
            8*) ;; \
 
472
            *) ext='8' ;; \
 
473
          esac; \
 
474
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
475
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
476
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
477
          echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
 
478
          rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
 
479
        done
 
480
 
 
481
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
482
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
483
        unique=`for i in $$list; do \
 
484
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
485
          done | \
 
486
          $(AWK) '    { files[$$0] = 1; } \
 
487
               END { for (i in files) print i; }'`; \
 
488
        mkid -fID $$unique
 
489
tags: TAGS
 
490
 
 
491
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
492
                $(TAGS_FILES) $(LISP)
 
493
        tags=; \
 
494
        here=`pwd`; \
 
495
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
496
        unique=`for i in $$list; do \
 
497
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
498
          done | \
 
499
          $(AWK) '    { files[$$0] = 1; } \
 
500
               END { for (i in files) print i; }'`; \
 
501
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
502
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
503
             $$tags $$unique
 
504
ctags: CTAGS
 
505
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
506
                $(TAGS_FILES) $(LISP)
 
507
        tags=; \
 
508
        here=`pwd`; \
 
509
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
510
        unique=`for i in $$list; do \
 
511
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
512
          done | \
 
513
          $(AWK) '    { files[$$0] = 1; } \
 
514
               END { for (i in files) print i; }'`; \
 
515
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
516
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
517
             $$tags $$unique
 
518
 
 
519
GTAGS:
 
520
        here=`$(am__cd) $(top_builddir) && pwd` \
 
521
          && cd $(top_srcdir) \
 
522
          && gtags -i $(GTAGS_ARGS) $$here
 
523
 
 
524
distclean-tags:
 
525
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
526
 
 
527
distdir: $(DISTFILES)
 
528
        $(am__remove_distdir)
 
529
        mkdir $(distdir)
 
530
        $(mkdir_p) $(distdir)/. $(distdir)/debian $(distdir)/debian/po
 
531
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
532
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
533
        list='$(DISTFILES)'; for file in $$list; do \
 
534
          case $$file in \
 
535
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
536
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
537
          esac; \
 
538
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
539
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
540
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
541
            dir="/$$dir"; \
 
542
            $(mkdir_p) "$(distdir)$$dir"; \
 
543
          else \
 
544
            dir=''; \
 
545
          fi; \
 
546
          if test -d $$d/$$file; then \
 
547
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
548
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
549
            fi; \
 
550
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
551
          else \
 
552
            test -f $(distdir)/$$file \
 
553
            || cp -p $$d/$$file $(distdir)/$$file \
 
554
            || exit 1; \
 
555
          fi; \
 
556
        done
 
557
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
558
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
559
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
560
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
561
        || chmod -R a+r $(distdir)
 
562
dist-gzip: distdir
 
563
        $(AMTAR) chf - $(distdir) --format=posix | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
564
        $(am__remove_distdir)
 
565
 
 
566
dist-bzip2: distdir
 
567
        $(AMTAR) chf - $(distdir) --format=posix | bzip2 -9 -c >$(distdir).tar.bz2
 
568
        $(am__remove_distdir)
 
569
 
 
570
dist-tarZ: distdir
 
571
        $(AMTAR) chf - $(distdir) --format=posix | compress -c >$(distdir).tar.Z
 
572
        $(am__remove_distdir)
 
573
 
 
574
dist-shar: distdir
 
575
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
576
        $(am__remove_distdir)
 
577
 
 
578
dist-zip: distdir
 
579
        -rm -f $(distdir).zip
 
580
        zip -rq $(distdir).zip $(distdir)
 
581
        $(am__remove_distdir)
 
582
 
 
583
dist dist-all: distdir
 
584
        $(AMTAR) chf - $(distdir) --format=posix | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
585
        $(am__remove_distdir)
 
586
 
 
587
# This target untars the dist file and tries a VPATH configuration.  Then
 
588
# it guarantees that the distribution is self-contained by making another
 
589
# tarfile.
 
590
distcheck: dist
 
591
        case '$(DIST_ARCHIVES)' in \
 
592
        *.tar.gz*) \
 
593
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
594
        *.tar.bz2*) \
 
595
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
596
        *.tar.Z*) \
 
597
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
598
        *.shar.gz*) \
 
599
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
 
600
        *.zip*) \
 
601
          unzip $(distdir).zip ;;\
 
602
        esac
 
603
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
604
        mkdir $(distdir)/_build
 
605
        mkdir $(distdir)/_inst
 
606
        chmod a-w $(distdir)
 
607
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
608
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
609
          && cd $(distdir)/_build \
 
610
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
611
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
612
          && $(MAKE) $(AM_MAKEFLAGS) \
 
613
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
614
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
615
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
616
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
617
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
618
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
619
                distuninstallcheck \
 
620
          && chmod -R a-w "$$dc_install_base" \
 
621
          && ({ \
 
622
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
623
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
624
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
625
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
626
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
627
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
628
          && rm -rf "$$dc_destdir" \
 
629
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
630
          && rm -rf $(DIST_ARCHIVES) \
 
631
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
632
        $(am__remove_distdir)
 
633
        @(echo "$(distdir) archives ready for distribution: "; \
 
634
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
635
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
636
distuninstallcheck:
 
637
        @cd $(distuninstallcheck_dir) \
 
638
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
639
           || { echo "ERROR: files left after uninstall:" ; \
 
640
                if test -n "$(DESTDIR)"; then \
 
641
                  echo "  (check DESTDIR support)"; \
 
642
                fi ; \
 
643
                $(distuninstallcheck_listfiles) ; \
 
644
                exit 1; } >&2
 
645
distcleancheck: distclean
 
646
        @if test '$(srcdir)' = . ; then \
 
647
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
648
          exit 1 ; \
 
649
        fi
 
650
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
651
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
652
               $(distcleancheck_listfiles) ; \
 
653
               exit 1; } >&2
 
654
check-am: all-am
 
655
check: check-am
 
656
all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) config.h
 
657
installdirs:
 
658
        for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \
 
659
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
660
        done
 
661
install: install-am
 
662
install-exec: install-exec-am
 
663
install-data: install-data-am
 
664
uninstall: uninstall-am
 
665
 
 
666
install-am: all-am
 
667
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
668
 
 
669
installcheck: installcheck-am
 
670
install-strip:
 
671
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
672
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
673
          `test -z '$(STRIP)' || \
 
674
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
675
mostlyclean-generic:
 
676
 
 
677
clean-generic:
 
678
 
 
679
distclean-generic:
 
680
        -rm -f $(CONFIG_CLEAN_FILES)
 
681
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
682
 
 
683
maintainer-clean-generic:
 
684
        @echo "This command is intended for maintainers to use"
 
685
        @echo "it deletes files that may require special tools to rebuild."
 
686
clean: clean-am
 
687
 
 
688
clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
 
689
 
 
690
distclean: distclean-am
 
691
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
692
        -rm -rf $(DEPDIR) ./$(DEPDIR)
 
693
        -rm -f Makefile
 
694
distclean-am: clean-am distclean-compile distclean-generic \
 
695
        distclean-hdr distclean-tags
 
696
 
 
697
dvi: dvi-am
 
698
 
 
699
dvi-am:
 
700
 
 
701
html: html-am
 
702
 
 
703
info: info-am
 
704
 
 
705
info-am:
 
706
 
 
707
install-data-am: install-data-local install-man
 
708
 
 
709
install-exec-am: install-sbinPROGRAMS install-sbinSCRIPTS
 
710
 
 
711
install-info: install-info-am
 
712
 
 
713
install-man: install-man5 install-man8
 
714
 
 
715
installcheck-am:
 
716
 
 
717
maintainer-clean: maintainer-clean-am
 
718
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
719
        -rm -rf $(top_srcdir)/autom4te.cache
 
720
        -rm -rf $(DEPDIR) ./$(DEPDIR)
 
721
        -rm -f Makefile
 
722
maintainer-clean-am: distclean-am maintainer-clean-generic
 
723
 
 
724
mostlyclean: mostlyclean-am
 
725
 
 
726
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
727
 
 
728
pdf: pdf-am
 
729
 
 
730
pdf-am:
 
731
 
 
732
ps: ps-am
 
733
 
 
734
ps-am:
 
735
 
 
736
uninstall-am: uninstall-info-am uninstall-man uninstall-sbinPROGRAMS \
 
737
        uninstall-sbinSCRIPTS
 
738
 
 
739
uninstall-man: uninstall-man5 uninstall-man8
 
740
 
 
741
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 
742
        clean-generic clean-sbinPROGRAMS ctags dist dist-all \
 
743
        dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \
 
744
        distclean distclean-compile distclean-generic distclean-hdr \
 
745
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
746
        dvi-am html html-am info info-am install install-am \
 
747
        install-data install-data-am install-data-local install-exec \
 
748
        install-exec-am install-info install-info-am install-man \
 
749
        install-man5 install-man8 install-sbinPROGRAMS \
 
750
        install-sbinSCRIPTS install-strip installcheck installcheck-am \
 
751
        installdirs maintainer-clean maintainer-clean-generic \
 
752
        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
 
753
        ps ps-am tags uninstall uninstall-am uninstall-info-am \
 
754
        uninstall-man uninstall-man5 uninstall-man8 \
 
755
        uninstall-sbinPROGRAMS uninstall-sbinSCRIPTS
 
756
 
 
757
 
 
758
#  install configuration files
 
759
install-data-local: install-configfile install-initscript
 
760
 
 
761
install-configfile:
 
762
        if [ ! -d $(DESTDIR)$(sysconfdir)/cvsd ]; then \
 
763
          $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/cvsd;\
 
764
        fi
 
765
        if [ ! -f $(DESTDIR)$(CONFIGFILE) ]; then \
 
766
          $(INSTALL_DATA) cvsd.conf-dist $(DESTDIR)$(CONFIGFILE); \
 
767
        else \
 
768
          echo "$(DESTDIR)$(CONFIGFILE) already exists, install will not overwrite"; \
 
769
        fi
 
770
 
 
771
install-initscript:
 
772
        if [ ! -d $(DESTDIR)$(sysconfdir)/init.d ]; then \
 
773
          $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/init.d; \
 
774
        fi
 
775
        if [ -f $(DESTDIR)$(sysconfdir)/init.d/cvsd ]; then \
 
776
          echo "$(DESTDIR)$(sysconfdir)/init.d/cvsd already exists, overwriting"; \
 
777
        fi
 
778
        $(INSTALL_SCRIPT) cvsd.init $(DESTDIR)$(sysconfdir)/init.d/cvsd
 
779
 
 
780
#  targets for debian package
 
781
deb: distdir
 
782
        cd $(distdir) && \
 
783
          fakeroot debian/rules binary
 
784
        rm -rf $(distdir)
 
785
signeddeb: distdir
 
786
        cd $(distdir) && \
 
787
          dpkg-buildpackage \
 
788
              -pgpg -sgpg \
 
789
              -kadejong@debian.org \
 
790
              -rfakeroot
 
791
        rm -rf $(distdir)
 
792
 
 
793
# targets for redhat rpm
 
794
rpm: dist
 
795
        rpmbuild -ta --clean cvsd-$(VERSION).tar.gz
 
796
signedrpm: 
 
797
        rpmbuild -ta --clean --sign cvsd-$(VERSION).tar.gz
 
798
 
 
799
changelog:
 
800
        cvs2cl --window 3600 --accum --prune
 
801
 
 
802
faq:
 
803
        ( echo '' ; \
 
804
          echo 'Frequently Asked Questions for cvsd' ; \
 
805
          echo '===================================' ; \
 
806
          echo '' ; \
 
807
          echo 'the latest version of this FAQ can be found at' ; \
 
808
          echo 'http://tiefighter.et.tudelft.nl/~arthur/cvsd/faq.html' ; \
 
809
          lynx -dump -nolist http://tiefighter.et.tudelft.nl/~arthur/cvsd/faq.html | \
 
810
            tail -n +11 | head -n -5 | \
 
811
            sed 's/^   //' ) > FAQ
 
812
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
813
# Otherwise a system limit (for SysV at least) may be exceeded.
 
814
.NOEXPORT: