~jelmer/ubuntu/natty/evolution-mapi/513394-recurring-events

« back to all changes in this revision

Viewing changes to src/calendar/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2010-04-08 14:58:05 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100408145805-5wtcvoulqxh409tx
Tags: 0.28.3-0ubuntu1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
46
49
am__vpath_adj = case $$p in \
47
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
48
51
    *) f=$$p;; \
49
52
  esac;
50
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
51
69
am__installdirs = "$(DESTDIR)$(extensiondir)"
52
 
extensionLTLIBRARIES_INSTALL = $(INSTALL)
53
70
LTLIBRARIES = $(extension_LTLIBRARIES)
54
71
am__DEPENDENCIES_1 =
55
72
libecalbackendmapi_la_DEPENDENCIES =  \
59
76
am_libecalbackendmapi_la_OBJECTS = e-cal-backend-mapi-factory.lo \
60
77
        e-cal-backend-mapi.lo
61
78
libecalbackendmapi_la_OBJECTS = $(am_libecalbackendmapi_la_OBJECTS)
62
 
libecalbackendmapi_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
63
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
64
 
        $(libecalbackendmapi_la_LDFLAGS) $(LDFLAGS) -o $@
 
79
AM_V_lt = $(am__v_lt_$(V))
 
80
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
81
am__v_lt_0 = --silent
 
82
libecalbackendmapi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
83
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
84
        $(AM_CFLAGS) $(CFLAGS) $(libecalbackendmapi_la_LDFLAGS) \
 
85
        $(LDFLAGS) -o $@
65
86
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
66
87
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
88
am__depfiles_maybe = depfiles
 
89
am__mv = mv -f
68
90
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
91
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
92
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
93
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
94
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
95
        $(AM_CFLAGS) $(CFLAGS)
 
96
AM_V_CC = $(am__v_CC_$(V))
 
97
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
98
am__v_CC_0 = @echo "  CC    " $@;
 
99
AM_V_at = $(am__v_at_$(V))
 
100
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
101
am__v_at_0 = @
73
102
CCLD = $(CC)
74
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
76
 
        $(LDFLAGS) -o $@
 
103
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
104
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
105
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
106
AM_V_CCLD = $(am__v_CCLD_$(V))
 
107
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
108
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
109
AM_V_GEN = $(am__v_GEN_$(V))
 
110
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
111
am__v_GEN_0 = @echo "  GEN   " $@;
77
112
SOURCES = $(libecalbackendmapi_la_SOURCES)
78
113
DIST_SOURCES = $(libecalbackendmapi_la_SOURCES)
79
114
ETAGS = etags
82
117
ACLOCAL = @ACLOCAL@
83
118
ALL_LINGUAS = @ALL_LINGUAS@
84
119
AMTAR = @AMTAR@
 
120
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
85
121
API_VERSION = @API_VERSION@
86
122
AR = @AR@
87
123
AUTOCONF = @AUTOCONF@
121
157
GMSGFMT = @GMSGFMT@
122
158
GREP = @GREP@
123
159
GTKDOC_CHECK = @GTKDOC_CHECK@
 
160
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
161
GTKDOC_REBASE = @GTKDOC_REBASE@
124
162
HTML_DIR = @HTML_DIR@
125
163
INSTALL = @INSTALL@
126
164
INSTALL_DATA = @INSTALL_DATA@
159
197
MAINT = @MAINT@
160
198
MAKEINFO = @MAKEINFO@
161
199
MKDIR_P = @MKDIR_P@
 
200
MKINSTALLDIRS = @MKINSTALLDIRS@
162
201
MSGFMT = @MSGFMT@
163
202
MSGFMT_OPTS = @MSGFMT_OPTS@
164
203
MSGMERGE = @MSGMERGE@
286
325
              exit 1;; \
287
326
          esac; \
288
327
        done; \
289
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/calendar/Makefile'; \
290
 
        cd $(top_srcdir) && \
291
 
          $(AUTOMAKE) --gnu  src/calendar/Makefile
 
328
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/calendar/Makefile'; \
 
329
        $(am__cd) $(top_srcdir) && \
 
330
          $(AUTOMAKE) --gnu src/calendar/Makefile
292
331
.PRECIOUS: Makefile
293
332
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294
333
        @case '$?' in \
306
345
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
346
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
308
347
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
348
$(am__aclocal_m4_deps):
309
349
install-extensionLTLIBRARIES: $(extension_LTLIBRARIES)
310
350
        @$(NORMAL_INSTALL)
311
351
        test -z "$(extensiondir)" || $(MKDIR_P) "$(DESTDIR)$(extensiondir)"
312
 
        @list='$(extension_LTLIBRARIES)'; for p in $$list; do \
 
352
        @list='$(extension_LTLIBRARIES)'; test -n "$(extensiondir)" || list=; \
 
353
        list2=; for p in $$list; do \
313
354
          if test -f $$p; then \
314
 
            f=$(am__strip_dir) \
315
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(extensiondir)/$$f'"; \
316
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(extensionLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(extensiondir)/$$f"; \
 
355
            list2="$$list2 $$p"; \
317
356
          else :; fi; \
318
 
        done
 
357
        done; \
 
358
        test -z "$$list2" || { \
 
359
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(extensiondir)'"; \
 
360
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(extensiondir)"; \
 
361
        }
319
362
 
320
363
uninstall-extensionLTLIBRARIES:
321
364
        @$(NORMAL_UNINSTALL)
322
 
        @list='$(extension_LTLIBRARIES)'; for p in $$list; do \
323
 
          p=$(am__strip_dir) \
324
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(extensiondir)/$$p'"; \
325
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(extensiondir)/$$p"; \
 
365
        @list='$(extension_LTLIBRARIES)'; test -n "$(extensiondir)" || list=; \
 
366
        for p in $$list; do \
 
367
          $(am__strip_dir) \
 
368
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(extensiondir)/$$f'"; \
 
369
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(extensiondir)/$$f"; \
326
370
        done
327
371
 
328
372
clean-extensionLTLIBRARIES:
334
378
          rm -f "$${dir}/so_locations"; \
335
379
        done
336
380
libecalbackendmapi.la: $(libecalbackendmapi_la_OBJECTS) $(libecalbackendmapi_la_DEPENDENCIES) 
337
 
        $(libecalbackendmapi_la_LINK) -rpath $(extensiondir) $(libecalbackendmapi_la_OBJECTS) $(libecalbackendmapi_la_LIBADD) $(LIBS)
 
381
        $(AM_V_CCLD)$(libecalbackendmapi_la_LINK) -rpath $(extensiondir) $(libecalbackendmapi_la_OBJECTS) $(libecalbackendmapi_la_LIBADD) $(LIBS)
338
382
 
339
383
mostlyclean-compile:
340
384
        -rm -f *.$(OBJEXT)
346
390
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/e-cal-backend-mapi.Plo@am__quote@
347
391
 
348
392
.c.o:
349
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
350
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
393
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
394
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
395
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
351
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
398
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
354
399
 
355
400
.c.obj:
356
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
357
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
401
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
402
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
403
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
358
404
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
359
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360
406
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
361
407
 
362
408
.c.lo:
363
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
364
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
409
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
410
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
411
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
365
412
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
366
413
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
414
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
384
431
 
385
432
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
433
                $(TAGS_FILES) $(LISP)
387
 
        tags=; \
 
434
        set x; \
388
435
        here=`pwd`; \
389
436
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390
437
        unique=`for i in $$list; do \
392
439
          done | \
393
440
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
394
441
              END { if (nonempty) { for (i in files) print i; }; }'`; \
395
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
442
        shift; \
 
443
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
396
444
          test -n "$$unique" || unique=$$empty_fix; \
397
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
 
            $$tags $$unique; \
 
445
          if test $$# -gt 0; then \
 
446
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
447
              "$$@" $$unique; \
 
448
          else \
 
449
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
450
              $$unique; \
 
451
          fi; \
399
452
        fi
400
453
ctags: CTAGS
401
454
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402
455
                $(TAGS_FILES) $(LISP)
403
 
        tags=; \
404
456
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
457
        unique=`for i in $$list; do \
406
458
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
459
          done | \
408
460
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409
461
              END { if (nonempty) { for (i in files) print i; }; }'`; \
410
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
462
        test -z "$(CTAGS_ARGS)$$unique" \
411
463
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412
 
             $$tags $$unique
 
464
             $$unique
413
465
 
414
466
GTAGS:
415
467
        here=`$(am__cd) $(top_builddir) && pwd` \
416
 
          && cd $(top_srcdir) \
417
 
          && gtags -i $(GTAGS_ARGS) $$here
 
468
          && $(am__cd) $(top_srcdir) \
 
469
          && gtags -i $(GTAGS_ARGS) "$$here"
418
470
 
419
471
distclean-tags:
420
472
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
435
487
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436
488
          if test -d $$d/$$file; then \
437
489
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
490
            if test -d "$(distdir)/$$file"; then \
 
491
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
492
            fi; \
438
493
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
494
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
495
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
440
496
            fi; \
441
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
497
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
442
498
          else \
443
 
            test -f $(distdir)/$$file \
444
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
499
            test -f "$(distdir)/$$file" \
 
500
            || cp -p $$d/$$file "$(distdir)/$$file" \
445
501
            || exit 1; \
446
502
          fi; \
447
503
        done
472
528
 
473
529
distclean-generic:
474
530
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
531
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
475
532
 
476
533
maintainer-clean-generic:
477
534
        @echo "This command is intended for maintainers to use"
493
550
 
494
551
html: html-am
495
552
 
 
553
html-am:
 
554
 
496
555
info: info-am
497
556
 
498
557
info-am:
501
560
 
502
561
install-dvi: install-dvi-am
503
562
 
 
563
install-dvi-am:
 
564
 
504
565
install-exec-am:
505
566
 
506
567
install-html: install-html-am
507
568
 
 
569
install-html-am:
 
570
 
508
571
install-info: install-info-am
509
572
 
 
573
install-info-am:
 
574
 
510
575
install-man:
511
576
 
512
577
install-pdf: install-pdf-am
513
578
 
 
579
install-pdf-am:
 
580
 
514
581
install-ps: install-ps-am
515
582
 
 
583
install-ps-am:
 
584
 
516
585
installcheck-am:
517
586
 
518
587
maintainer-clean: maintainer-clean-am
554
623
 
555
624
 
556
625
-include $(top_srcdir)/git.mk
 
626
 
557
627
# Tell versions [3.59,3.63) of GNU make to not export all variables.
558
628
# Otherwise a system limit (for SysV at least) may be exceeded.
559
629
.NOEXPORT: