~ubuntu-branches/debian/sid/gpe-expenses/sid

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2011-04-05 21:16:24 UTC
  • mfrom: (1.1.7 upstream) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110405211624-90dqmvjzg75m1sz9
* New upstream release supporting -Wl,--no-add-needed tests.
  (Closes: #554729)
* Drop the .la file (release goal) - already tested with pilot-qof.
 (Closes: #620738)

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.1 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
47
49
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
48
50
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
51
        $(ACLOCAL_M4)
50
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
mkinstalldirs = $(install_sh) -d
51
53
CONFIG_HEADER = $(top_builddir)/config.h
52
54
CONFIG_CLEAN_FILES = doxygen.cfg
 
55
CONFIG_CLEAN_VPATH_FILES =
53
56
SOURCES =
54
57
DIST_SOURCES =
55
58
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
64
67
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65
68
    *) f=$$p;; \
66
69
  esac;
67
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
70
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
71
am__install_max = 40
 
72
am__nobase_strip_setup = \
 
73
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
74
am__nobase_strip = \
 
75
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
76
am__nobase_list = $(am__nobase_strip_setup); \
 
77
  for p in $$list; do echo "$$p $$p"; done | \
 
78
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
79
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
80
    if (++n[$$2] == $(am__install_max)) \
 
81
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
82
    END { for (dir in files) print dir, files[dir] }'
 
83
am__base_list = \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68
86
am__installdirs = "$(DESTDIR)$(gpe_expensesdocdir)"
69
 
gpe_expensesdocDATA_INSTALL = $(INSTALL_DATA)
70
87
DATA = $(gpe_expensesdoc_DATA)
71
88
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
72
89
  distclean-recursive maintainer-clean-recursive
 
90
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
91
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
92
        distdir
73
93
ETAGS = etags
74
94
CTAGS = ctags
75
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
am__relativize = \
 
97
  dir0=`pwd`; \
 
98
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
99
  sed_rest='s,^[^/]*/*,,'; \
 
100
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
101
  sed_butlast='s,/*[^/]*$$,,'; \
 
102
  while test -n "$$dir1"; do \
 
103
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
104
    if test "$$first" != "."; then \
 
105
      if test "$$first" = ".."; then \
 
106
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
107
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
108
      else \
 
109
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
110
        if test "$$first2" = "$$first"; then \
 
111
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
112
        else \
 
113
          dir2="../$$dir2"; \
 
114
        fi; \
 
115
        dir0="$$dir0"/"$$first"; \
 
116
      fi; \
 
117
    fi; \
 
118
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
119
  done; \
 
120
  reldir="$$dir2"
76
121
ACLOCAL = @ACLOCAL@
77
122
ALL_LINGUAS = @ALL_LINGUAS@
78
123
AMTAR = @AMTAR@
93
138
DATADIRNAME = @DATADIRNAME@
94
139
DEFS = @DEFS@
95
140
DEPDIR = @DEPDIR@
 
141
DLLTOOL = @DLLTOOL@
96
142
DOCBOOK_ROOT = @DOCBOOK_ROOT@
97
143
DOT = @DOT@
98
144
DOXYGEN = @DOXYGEN@
144
190
LTLIBINTL = @LTLIBINTL@
145
191
LTLIBOBJS = @LTLIBOBJS@
146
192
MAKEINFO = @MAKEINFO@
 
193
MANIFEST_TOOL = @MANIFEST_TOOL@
147
194
MKDIR_P = @MKDIR_P@
148
195
MSGFMT = @MSGFMT@
149
196
MSGFMT_015 = @MSGFMT_015@
161
208
PACKAGE_NAME = @PACKAGE_NAME@
162
209
PACKAGE_STRING = @PACKAGE_STRING@
163
210
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
211
PACKAGE_URL = @PACKAGE_URL@
164
212
PACKAGE_VERSION = @PACKAGE_VERSION@
165
213
PATH_SEPARATOR = @PATH_SEPARATOR@
166
214
PERL = @PERL@
167
215
PIC_LIBS = @PIC_LIBS@
168
216
PKG_CONFIG = @PKG_CONFIG@
 
217
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
218
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
169
219
POPT_LIBS = @POPT_LIBS@
170
220
POSUB = @POSUB@
171
221
POW_LIB = @POW_LIB@
195
245
abs_srcdir = @abs_srcdir@
196
246
abs_top_builddir = @abs_top_builddir@
197
247
abs_top_srcdir = @abs_top_srcdir@
 
248
ac_ct_AR = @ac_ct_AR@
198
249
ac_ct_CC = @ac_ct_CC@
199
250
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
200
251
am__include = @am__include@
230
281
libexecdir = @libexecdir@
231
282
localedir = @localedir@
232
283
localstatedir = @localstatedir@
233
 
lt_ECHO = @lt_ECHO@
234
284
mandir = @mandir@
235
285
mkdir_p = @mkdir_p@
236
286
oldincludedir = @oldincludedir@
250
300
top_build_prefix = @top_build_prefix@
251
301
top_builddir = @top_builddir@
252
302
top_srcdir = @top_srcdir@
253
 
@BUILD_XML_FALSE@SUBDIRS = html man
254
 
@BUILD_XML_TRUE@SUBDIRS = html xml man
 
303
@BUILD_XML_FALSE@SUBDIRS = . html man
 
304
@BUILD_XML_TRUE@SUBDIRS = . html xml man
255
305
DIST_SUBDIRS = html man xml
256
306
EXTRA_DIST = doxygen.cfg.in \
257
307
 doxygen_to_devhelp.xsl \
261
311
@ENABLE_DOXYGEN_FALSE@gpe_expensesdocdir = .
262
312
@ENABLE_DOXYGEN_TRUE@gpe_expensesdocdir = ${datadir}/doc/libqofexpensesobjects/html
263
313
@ENABLE_DOXYGEN_FALSE@gpe_expensesdoc_DATA = 
264
 
@ENABLE_DOXYGEN_TRUE@gpe_expensesdoc_DATA = html/* \
 
314
@ENABLE_DOXYGEN_TRUE@gpe_expensesdoc_DATA = \
265
315
@ENABLE_DOXYGEN_TRUE@  libqofexpensesobjects.devhelp2
266
316
 
267
317
all: all-recursive
276
326
              exit 1;; \
277
327
          esac; \
278
328
        done; \
279
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
280
 
        cd $(top_srcdir) && \
281
 
          $(AUTOMAKE) --gnu  doc/Makefile
 
329
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
 
330
        $(am__cd) $(top_srcdir) && \
 
331
          $(AUTOMAKE) --gnu doc/Makefile
282
332
.PRECIOUS: Makefile
283
333
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284
334
        @case '$?' in \
296
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
347
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
298
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
349
$(am__aclocal_m4_deps):
299
350
doxygen.cfg: $(top_builddir)/config.status $(srcdir)/doxygen.cfg.in
300
351
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
301
352
 
307
358
install-gpe_expensesdocDATA: $(gpe_expensesdoc_DATA)
308
359
        @$(NORMAL_INSTALL)
309
360
        test -z "$(gpe_expensesdocdir)" || $(MKDIR_P) "$(DESTDIR)$(gpe_expensesdocdir)"
310
 
        @list='$(gpe_expensesdoc_DATA)'; for p in $$list; do \
 
361
        @list='$(gpe_expensesdoc_DATA)'; test -n "$(gpe_expensesdocdir)" || list=; \
 
362
        for p in $$list; do \
311
363
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
312
 
          f=$(am__strip_dir) \
313
 
          echo " $(gpe_expensesdocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gpe_expensesdocdir)/$$f'"; \
314
 
          $(gpe_expensesdocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gpe_expensesdocdir)/$$f"; \
 
364
          echo "$$d$$p"; \
 
365
        done | $(am__base_list) | \
 
366
        while read files; do \
 
367
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gpe_expensesdocdir)'"; \
 
368
          $(INSTALL_DATA) $$files "$(DESTDIR)$(gpe_expensesdocdir)" || exit $$?; \
315
369
        done
316
370
 
317
371
uninstall-gpe_expensesdocDATA:
318
372
        @$(NORMAL_UNINSTALL)
319
 
        @list='$(gpe_expensesdoc_DATA)'; for p in $$list; do \
320
 
          f=$(am__strip_dir) \
321
 
          echo " rm -f '$(DESTDIR)$(gpe_expensesdocdir)/$$f'"; \
322
 
          rm -f "$(DESTDIR)$(gpe_expensesdocdir)/$$f"; \
323
 
        done
 
373
        @list='$(gpe_expensesdoc_DATA)'; test -n "$(gpe_expensesdocdir)" || list=; \
 
374
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
375
        test -n "$$files" || exit 0; \
 
376
        echo " ( cd '$(DESTDIR)$(gpe_expensesdocdir)' && rm -f" $$files ")"; \
 
377
        cd "$(DESTDIR)$(gpe_expensesdocdir)" && rm -f $$files
324
378
 
325
379
# This directory's subdirectories are mostly independent; you can cd
326
380
# into them and run `make' without going through this Makefile.
329
383
#     (which will cause the Makefiles to be regenerated when you run `make');
330
384
# (2) otherwise, pass the desired values on the `make' command line.
331
385
$(RECURSIVE_TARGETS):
332
 
        @failcom='exit 1'; \
 
386
        @fail= failcom='exit 1'; \
333
387
        for f in x $$MAKEFLAGS; do \
334
388
          case $$f in \
335
389
            *=* | --[!k]*);; \
346
400
          else \
347
401
            local_target="$$target"; \
348
402
          fi; \
349
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
403
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
350
404
          || eval $$failcom; \
351
405
        done; \
352
406
        if test "$$dot_seen" = "no"; then \
354
408
        fi; test -z "$$fail"
355
409
 
356
410
$(RECURSIVE_CLEAN_TARGETS):
357
 
        @failcom='exit 1'; \
 
411
        @fail= failcom='exit 1'; \
358
412
        for f in x $$MAKEFLAGS; do \
359
413
          case $$f in \
360
414
            *=* | --[!k]*);; \
380
434
          else \
381
435
            local_target="$$target"; \
382
436
          fi; \
383
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
437
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
384
438
          || eval $$failcom; \
385
439
        done && test -z "$$fail"
386
440
tags-recursive:
387
441
        list='$(SUBDIRS)'; for subdir in $$list; do \
388
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
442
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
389
443
        done
390
444
ctags-recursive:
391
445
        list='$(SUBDIRS)'; for subdir in $$list; do \
392
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
446
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
393
447
        done
394
448
 
395
449
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404
458
 
405
459
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
406
460
                $(TAGS_FILES) $(LISP)
407
 
        tags=; \
 
461
        set x; \
408
462
        here=`pwd`; \
409
463
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
410
464
          include_option=--etags-include; \
416
470
        list='$(SUBDIRS)'; for subdir in $$list; do \
417
471
          if test "$$subdir" = .; then :; else \
418
472
            test ! -f $$subdir/TAGS || \
419
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
473
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
420
474
          fi; \
421
475
        done; \
422
476
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
425
479
          done | \
426
480
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
481
              END { if (nonempty) { for (i in files) print i; }; }'`; \
428
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
482
        shift; \
 
483
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
429
484
          test -n "$$unique" || unique=$$empty_fix; \
430
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431
 
            $$tags $$unique; \
 
485
          if test $$# -gt 0; then \
 
486
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
487
              "$$@" $$unique; \
 
488
          else \
 
489
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
490
              $$unique; \
 
491
          fi; \
432
492
        fi
433
493
ctags: CTAGS
434
494
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
435
495
                $(TAGS_FILES) $(LISP)
436
 
        tags=; \
437
496
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438
497
        unique=`for i in $$list; do \
439
498
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440
499
          done | \
441
500
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442
501
              END { if (nonempty) { for (i in files) print i; }; }'`; \
443
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
502
        test -z "$(CTAGS_ARGS)$$unique" \
444
503
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
445
 
             $$tags $$unique
 
504
             $$unique
446
505
 
447
506
GTAGS:
448
507
        here=`$(am__cd) $(top_builddir) && pwd` \
449
 
          && cd $(top_srcdir) \
450
 
          && gtags -i $(GTAGS_ARGS) $$here
 
508
          && $(am__cd) $(top_srcdir) \
 
509
          && gtags -i $(GTAGS_ARGS) "$$here"
451
510
 
452
511
distclean-tags:
453
512
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
527
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469
528
          if test -d $$d/$$file; then \
470
529
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
530
            if test -d "$(distdir)/$$file"; then \
 
531
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
532
            fi; \
471
533
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
472
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
534
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
535
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473
536
            fi; \
474
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
537
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
475
538
          else \
476
 
            test -f $(distdir)/$$file \
477
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
539
            test -f "$(distdir)/$$file" \
 
540
            || cp -p $$d/$$file "$(distdir)/$$file" \
478
541
            || exit 1; \
479
542
          fi; \
480
543
        done
481
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
544
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
482
545
          if test "$$subdir" = .; then :; else \
483
546
            test -d "$(distdir)/$$subdir" \
484
547
            || $(MKDIR_P) "$(distdir)/$$subdir" \
485
548
            || exit 1; \
486
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
487
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
488
 
            (cd $$subdir && \
 
549
          fi; \
 
550
        done
 
551
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
552
          if test "$$subdir" = .; then :; else \
 
553
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
554
            $(am__relativize); \
 
555
            new_distdir=$$reldir; \
 
556
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
557
            $(am__relativize); \
 
558
            new_top_distdir=$$reldir; \
 
559
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
560
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
561
            ($(am__cd) $$subdir && \
489
562
              $(MAKE) $(AM_MAKEFLAGS) \
490
 
                top_distdir="$$top_distdir" \
491
 
                distdir="$$distdir/$$subdir" \
 
563
                top_distdir="$$new_top_distdir" \
 
564
                distdir="$$new_distdir" \
492
565
                am__remove_distdir=: \
493
566
                am__skip_length_check=: \
 
567
                am__skip_mode_fix=: \
494
568
                distdir) \
495
569
              || exit 1; \
496
570
          fi; \
523
597
 
524
598
distclean-generic:
525
599
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
600
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526
601
 
527
602
maintainer-clean-generic:
528
603
        @echo "This command is intended for maintainers to use"
529
604
        @echo "it deletes files that may require special tools to rebuild."
530
 
@ENABLE_DOXYGEN_FALSE@install-data-hook:
531
605
clean: clean-recursive
532
606
 
533
607
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
542
616
 
543
617
html: html-recursive
544
618
 
 
619
html-am:
 
620
 
545
621
info: info-recursive
546
622
 
547
623
info-am:
548
624
 
549
625
install-data-am: install-data-local install-gpe_expensesdocDATA
550
 
        @$(NORMAL_INSTALL)
551
 
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
552
626
 
553
627
install-dvi: install-dvi-recursive
554
628
 
 
629
install-dvi-am:
 
630
 
555
631
install-exec-am:
556
632
 
557
633
install-html: install-html-recursive
558
634
 
 
635
install-html-am:
 
636
 
559
637
install-info: install-info-recursive
560
638
 
 
639
install-info-am:
 
640
 
561
641
install-man:
562
642
 
563
643
install-pdf: install-pdf-recursive
564
644
 
 
645
install-pdf-am:
 
646
 
565
647
install-ps: install-ps-recursive
566
648
 
 
649
install-ps-am:
 
650
 
567
651
installcheck-am:
568
652
 
569
653
maintainer-clean: maintainer-clean-recursive
584
668
 
585
669
uninstall-am: uninstall-gpe_expensesdocDATA
586
670
 
587
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
588
 
        install-data-am install-strip
 
671
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
672
        install-am install-strip tags-recursive
589
673
 
590
674
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
591
675
        all all-am check check-am clean clean-generic clean-libtool \
592
676
        clean-local ctags ctags-recursive distclean distclean-generic \
593
677
        distclean-libtool distclean-tags distdir dvi dvi-am html \
594
678
        html-am info info-am install install-am install-data \
595
 
        install-data-am install-data-hook install-data-local \
596
 
        install-dvi install-dvi-am install-exec install-exec-am \
597
 
        install-gpe_expensesdocDATA install-html install-html-am \
598
 
        install-info install-info-am install-man install-pdf \
599
 
        install-pdf-am install-ps install-ps-am install-strip \
600
 
        installcheck installcheck-am installdirs installdirs-am \
601
 
        maintainer-clean maintainer-clean-generic mostlyclean \
602
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
603
 
        tags tags-recursive uninstall uninstall-am \
604
 
        uninstall-gpe_expensesdocDATA
 
679
        install-data-am install-data-local install-dvi install-dvi-am \
 
680
        install-exec install-exec-am install-gpe_expensesdocDATA \
 
681
        install-html install-html-am install-info install-info-am \
 
682
        install-man install-pdf install-pdf-am install-ps \
 
683
        install-ps-am install-strip installcheck installcheck-am \
 
684
        installdirs installdirs-am maintainer-clean \
 
685
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
686
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
687
        uninstall uninstall-am uninstall-gpe_expensesdocDATA
605
688
 
606
689
@BUILD_XML_TRUE@install-data-local: doc
607
690
@BUILD_XML_FALSE@install-data-local:
608
691
 
609
692
clean-local:
610
 
        $(RM) -r html/*.html
611
693
        $(RM) -r xml2/*
612
694
        $(RM) ${top_builddir}/doc/doxygen.log
613
695
        $(RM) libqofexpensesobjects.devhelp2
623
705
@ENABLE_DOXYGEN_TRUE@   xsltproc -o libqofexpensesobjects.devhelp2 $(top_srcdir)/doc/doxygen_to_devhelp.xsl xml2/index.xml
624
706
 
625
707
@ENABLE_DOXYGEN_TRUE@gpe_expensesdoc: doc
626
 
@ENABLE_DOXYGEN_TRUE@install-data-hook:
627
 
@ENABLE_DOXYGEN_TRUE@   if test -f ${DESTDIR}${gpe_expensesdocdir}/Makefile; then \
628
 
@ENABLE_DOXYGEN_TRUE@           rm ${DESTDIR}${gpe_expensesdocdir}/Makefile; fi
629
 
@ENABLE_DOXYGEN_TRUE@   if test -f ${DESTDIR}${gpe_expensesdocdir}/Makefile.am; then \
630
 
@ENABLE_DOXYGEN_TRUE@           rm ${DESTDIR}${gpe_expensesdocdir}/Makefile.am; fi
631
 
@ENABLE_DOXYGEN_TRUE@   if test -f ${DESTDIR}${gpe_expensesdocdir}/Makefile.in; then \
632
 
@ENABLE_DOXYGEN_TRUE@           rm ${DESTDIR}${gpe_expensesdocdir}/Makefile.in; fi
633
708
 
634
709
@ENABLE_DOXYGEN_TRUE@install-data-local: doc
635
710
@ENABLE_DOXYGEN_FALSE@doc:
636
711
@ENABLE_DOXYGEN_FALSE@gpe_expensesdoc:
637
712
@ENABLE_DOXYGEN_FALSE@install-data-local:
 
713
 
638
714
# Tell versions [3.59,3.63) of GNU make to not export all variables.
639
715
# Otherwise a system limit (for SysV at least) may be exceeded.
640
716
.NOEXPORT: