~ubuntu-branches/ubuntu/maverick/conglomerate/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 05:07:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108050706-bcg60nwqf1z3w0d6
Tags: 0.9.1-1ubuntu1
* Resynchronise with Debian (Closes: #4397).
  - Thanks, Jordan Mantha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
GMSGFMT = @GMSGFMT@
89
89
GTKSOURCEVIEW_CFLAGS = @GTKSOURCEVIEW_CFLAGS@
90
90
GTKSOURCEVIEW_LIBS = @GTKSOURCEVIEW_LIBS@
91
 
HAVE_LIB = @HAVE_LIB@
92
91
HTML_DIR = @HTML_DIR@
93
92
INSTOBJEXT = @INSTOBJEXT@
94
93
INTLLIBS = @INTLLIBS@
112
111
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
113
112
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
114
113
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
115
 
LIB = @LIB@
116
114
LIBFO_CFLAGS = @LIBFO_CFLAGS@
117
115
LIBFO_LIBS = @LIBFO_LIBS@
118
116
LIBTOOL = @LIBTOOL@
119
117
LN_S = @LN_S@
120
 
LTLIB = @LTLIB@
121
118
MAINT = @MAINT@
122
119
MAKEINFO = @MAKEINFO@
123
120
MKINSTALLDIRS = @MKINSTALLDIRS@
141
138
 
142
139
NULL = 
143
140
 
 
141
SUBDIRS = recent-files
 
142
 
144
143
bin_PROGRAMS = conglomerate
 
144
@ENABLE_DEBUG_PLUGIN_TRUE@DEBUG_PLUGIN_CFLAGS = @ENABLE_DEBUG_PLUGIN_TRUE@-DENABLE_DEBUG_PLUGIN
 
145
@ENABLE_DEBUG_PLUGIN_FALSE@DEBUG_PLUGIN_CFLAGS = 
145
146
 
146
147
conglomerate_SOURCES = \
147
148
  global.h                  \
240
241
  cong-plugin-manager.h     \
241
242
  cong-primary-window.h     \
242
243
  cong-progress-checklist.h \
 
244
  cong-property-page.h      \
 
245
  cong-random-document.h    \
243
246
  cong-range.h              \
244
247
  cong-selection.h          \
245
248
  cong-service.h            \
249
252
  cong-service-exporter.h   \
250
253
  cong-service-importer.h   \
251
254
  cong-service-node-property-dialog.h \
 
255
  cong-service-node-property-page.h \
252
256
  cong-service-node-tool.h  \
253
257
  cong-service-print-method.h \
254
258
  cong-service-tool.h \
373
377
  cong-plugin-manager.c     \
374
378
  cong-primary-window.c     \
375
379
  cong-progress-checklist.c \
 
380
  cong-property-page.c      \
 
381
  cong-random-document.c    \
376
382
  cong-range.c              \
377
383
  cong-service.c            \
378
384
  cong-service-doc-tool.c   \
381
387
  cong-service-exporter.c   \
382
388
  cong-service-importer.c   \
383
389
  cong-service-node-property-dialog.c \
 
390
  cong-service-node-property-page.c \
384
391
  cong-service-node-tool.c  \
385
392
  cong-service-print-method.c \
386
393
  cong-service-tool.c       \
411
418
  plugin-cleanup-source.c   \
412
419
  plugin-convert-case.c     \
413
420
  plugin-css.c              \
 
421
  plugin-debug.c            \
414
422
  plugin-docbook.c          \
415
 
  plugin-templates.c        \
416
423
  plugin-dtd.c              \
417
424
  plugin-empty.c            \
418
425
  plugin-fo.c               \
433
440
  plugin-save-dispspec.c    \
434
441
  plugin-sgml.c             \
435
442
  plugin-table.c            \
 
443
  plugin-templates.c        \
436
444
  plugin-tests.c            \
437
445
  plugin-tei.c              \
438
446
  plugin-validate.c         \
447
455
        $(LIBFO_CFLAGS) \
448
456
        $(SEWFOX_CFLAGS) \
449
457
        $(GTKSOURCEVIEW_CFLAGS) \
 
458
        $(DEBUG_PLUGIN_CFLAGS) \
450
459
        -DLOCALEDIR=\""$(datadir)/locale"\" \
451
460
        -DPREFIX=\""$(prefix)"\" \
452
461
        -DSYSCONFDIR=\""$(sysconfdir)/conglomerate"\" \
453
462
        -DDATADIR=\""$(datadir)"\" \
454
463
        -DLIBDIR=\""$(libdir)/conglomerate"\" \
 
464
        -I$(srcdir)/recent-files/ \
455
465
        $(NULL)
456
466
 
457
467
 
458
468
conglomerate_LDADD = $(CONGLOMERATE_LIBS) \
 
469
        recent-files/libeggrecent.la \
459
470
        $(PRINTING_LIBS) \
460
471
        $(LIBFO_LIBS) \
461
472
        $(SEWFOX_LIBS) \
544
555
cong-overview-view.$(OBJEXT) cong-parser-error.$(OBJEXT) \
545
556
cong-plugin.$(OBJEXT) cong-plugin-manager.$(OBJEXT) \
546
557
cong-primary-window.$(OBJEXT) cong-progress-checklist.$(OBJEXT) \
 
558
cong-property-page.$(OBJEXT) cong-random-document.$(OBJEXT) \
547
559
cong-range.$(OBJEXT) cong-service.$(OBJEXT) \
548
560
cong-service-doc-tool.$(OBJEXT) cong-service-document-factory.$(OBJEXT) \
549
561
cong-service-editor-node-factory.$(OBJEXT) \
550
562
cong-service-exporter.$(OBJEXT) cong-service-importer.$(OBJEXT) \
551
563
cong-service-node-property-dialog.$(OBJEXT) \
 
564
cong-service-node-property-page.$(OBJEXT) \
552
565
cong-service-node-tool.$(OBJEXT) cong-service-print-method.$(OBJEXT) \
553
566
cong-service-tool.$(OBJEXT) cong-source-layout.$(OBJEXT) \
554
567
cong-source-view.$(OBJEXT) cong-stylesheet.$(OBJEXT) \
561
574
plugin-admonition.$(OBJEXT) plugin-admonition-node-element.$(OBJEXT) \
562
575
plugin-arbitrary.$(OBJEXT) plugin-cleanup-source.$(OBJEXT) \
563
576
plugin-convert-case.$(OBJEXT) plugin-css.$(OBJEXT) \
564
 
plugin-docbook.$(OBJEXT) plugin-templates.$(OBJEXT) \
565
 
plugin-dtd.$(OBJEXT) plugin-empty.$(OBJEXT) plugin-fo.$(OBJEXT) \
566
 
plugin-html.$(OBJEXT) plugin-lists.$(OBJEXT) \
567
 
plugin-lists-area-listitem.$(OBJEXT) \
 
577
plugin-debug.$(OBJEXT) plugin-docbook.$(OBJEXT) plugin-dtd.$(OBJEXT) \
 
578
plugin-empty.$(OBJEXT) plugin-fo.$(OBJEXT) plugin-html.$(OBJEXT) \
 
579
plugin-lists.$(OBJEXT) plugin-lists-area-listitem.$(OBJEXT) \
568
580
plugin-lists-node-element-listitem.$(OBJEXT) plugin-paragraph.$(OBJEXT) \
569
581
plugin-paragraph-area-paragraph.$(OBJEXT) \
570
582
plugin-paragraph-node-element-paragraph.$(OBJEXT) \
571
583
plugin-print-source.$(OBJEXT) plugin-random.$(OBJEXT) \
572
584
plugin-relaxng.$(OBJEXT) plugin-save-dispspec.$(OBJEXT) \
573
 
plugin-sgml.$(OBJEXT) plugin-table.$(OBJEXT) plugin-tests.$(OBJEXT) \
574
 
plugin-tei.$(OBJEXT) plugin-validate.$(OBJEXT) plugin-website.$(OBJEXT) \
575
 
plugin-xsl.$(OBJEXT) main.$(OBJEXT)
576
 
conglomerate_DEPENDENCIES = 
 
585
plugin-sgml.$(OBJEXT) plugin-table.$(OBJEXT) plugin-templates.$(OBJEXT) \
 
586
plugin-tests.$(OBJEXT) plugin-tei.$(OBJEXT) plugin-validate.$(OBJEXT) \
 
587
plugin-website.$(OBJEXT) plugin-xsl.$(OBJEXT) main.$(OBJEXT)
 
588
conglomerate_DEPENDENCIES =  recent-files/libeggrecent.la
577
589
conglomerate_LDFLAGS = 
578
590
CFLAGS = @CFLAGS@
579
591
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
674
686
        @rm -f conglomerate$(EXEEXT)
675
687
        $(LINK) $(conglomerate_LDFLAGS) $(conglomerate_OBJECTS) $(conglomerate_LDADD) $(LIBS)
676
688
 
 
689
# This directory's subdirectories are mostly independent; you can cd
 
690
# into them and run `make' without going through this Makefile.
 
691
# To change the values of `make' variables: instead of editing Makefiles,
 
692
# (1) if the variable is set in `config.status', edit `config.status'
 
693
#     (which will cause the Makefiles to be regenerated when you run `make');
 
694
# (2) otherwise, pass the desired values on the `make' command line.
 
695
 
 
696
@SET_MAKE@
 
697
 
 
698
all-recursive install-data-recursive install-exec-recursive \
 
699
installdirs-recursive install-recursive uninstall-recursive  \
 
700
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
701
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
702
        dot_seen=no; \
 
703
        target=`echo $@ | sed s/-recursive//`; \
 
704
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
705
          echo "Making $$target in $$subdir"; \
 
706
          if test "$$subdir" = "."; then \
 
707
            dot_seen=yes; \
 
708
            local_target="$$target-am"; \
 
709
          else \
 
710
            local_target="$$target"; \
 
711
          fi; \
 
712
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
713
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
714
        done; \
 
715
        if test "$$dot_seen" = "no"; then \
 
716
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
717
        fi; test -z "$$fail"
 
718
 
 
719
mostlyclean-recursive clean-recursive distclean-recursive \
 
720
maintainer-clean-recursive:
 
721
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
722
        dot_seen=no; \
 
723
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
724
          rev="$$subdir $$rev"; \
 
725
          test "$$subdir" != "." || dot_seen=yes; \
 
726
        done; \
 
727
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
728
        target=`echo $@ | sed s/-recursive//`; \
 
729
        for subdir in $$rev; do \
 
730
          echo "Making $$target in $$subdir"; \
 
731
          if test "$$subdir" = "."; then \
 
732
            local_target="$$target-am"; \
 
733
          else \
 
734
            local_target="$$target"; \
 
735
          fi; \
 
736
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
737
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
738
        done && test -z "$$fail"
 
739
tags-recursive:
 
740
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
741
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
742
        done
 
743
 
677
744
tags: TAGS
678
745
 
679
746
ID: $(HEADERS) $(SOURCES) $(LISP)
684
751
        here=`pwd` && cd $(srcdir) \
685
752
          && mkid -f$$here/ID $$unique $(LISP)
686
753
 
687
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
754
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
688
755
        tags=; \
689
756
        here=`pwd`; \
 
757
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
758
   if test "$$subdir" = .; then :; else \
 
759
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
760
   fi; \
 
761
        done; \
690
762
        list='$(SOURCES) $(HEADERS)'; \
691
763
        unique=`for i in $$list; do echo $$i; done | \
692
764
          awk '    { files[$$0] = 1; } \
718
790
            || cp -p $$d/$$file $(distdir)/$$file || :; \
719
791
          fi; \
720
792
        done
 
793
        for subdir in $(SUBDIRS); do \
 
794
          if test "$$subdir" = .; then :; else \
 
795
            test -d $(distdir)/$$subdir \
 
796
            || mkdir $(distdir)/$$subdir \
 
797
            || exit 1; \
 
798
            chmod 777 $(distdir)/$$subdir; \
 
799
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
800
              || exit 1; \
 
801
          fi; \
 
802
        done
721
803
cong-app.o: cong-app.c global.h ../config.h cong-node.h cong-location.h \
722
804
        cong-app.h cong-dialog.h cong-error-dialog.h cong-dispspec.h \
723
805
        cong-dispspec-element.h cong-dispspec-registry.h \
727
809
        cong-service-editor-node-factory.h cong-editor-widget.h \
728
810
        cong-editor-node-element.h cong-editor-node.h \
729
811
        cong-service-exporter.h cong-service-importer.h \
730
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
812
        cong-service-node-property-dialog.h \
 
813
        cong-service-node-property-page.h cong-service-node-tool.h \
731
814
        cong-service-print-method.h cong-fake-plugin-hooks.h \
732
815
        cong-ui-hooks.h
733
816
cong-attribute-editor-cdata.o: cong-attribute-editor-cdata.c global.h \
748
831
        global.h ../config.h cong-node.h cong-location.h cong-command.h \
749
832
        cong-document.h cong-dispspec-element.h cong-modification.h \
750
833
        cong-attribute-editor-nmtoken.h cong-attribute-editor.h \
751
 
        cong-primary-window.h cong-error-dialog.h
 
834
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
835
        ./recent-files/egg-recent-item.h \
 
836
        ./recent-files/egg-recent-view.h \
 
837
        ./recent-files/egg-recent-model.h \
 
838
        ./recent-files/egg-recent-view-uimanager.h cong-error-dialog.h
752
839
cong-attribute-editor.o: cong-attribute-editor.c global.h ../config.h \
753
840
        cong-node.h cong-location.h cong-attribute-editor.h \
754
841
        cong-document.h cong-dispspec-element.h \
818
905
        cong-location.h cong-document.h cong-dispspec-element.h \
819
906
        cong-view.h cong-error-dialog.h cong-dispspec.h \
820
907
        cong-selection.h cong-range.h cong-util.h cong-primary-window.h \
821
 
        cong-command.h cong-modification.h cong-command-history.h \
822
 
        cong-marshal.h cong-vfs.h cong-app.h cong-document-traversal.h \
 
908
        ./recent-files/egg-recent-model.h \
 
909
        ./recent-files/egg-recent-item.h \
 
910
        ./recent-files/egg-recent-view.h \
 
911
        ./recent-files/egg-recent-model.h \
 
912
        ./recent-files/egg-recent-view-uimanager.h cong-command.h \
 
913
        cong-modification.h cong-command-history.h cong-marshal.h \
 
914
        cong-vfs.h cong-app.h cong-document-traversal.h \
823
915
        cong-edit-find-and-replace.h cong-dispspec-registry.h \
824
916
        cong-service-exporter.h cong-plugin.h cong-object.h \
825
917
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
827
919
        cong-service-editor-node-factory.h cong-editor-widget.h \
828
920
        cong-editor-node-element.h cong-editor-node.h \
829
921
        cong-service-importer.h cong-service-node-property-dialog.h \
830
 
        cong-service-node-tool.h cong-service-print-method.h \
831
 
        cong-plugin-manager.h
 
922
        cong-service-node-property-page.h cong-service-node-tool.h \
 
923
        cong-service-print-method.h cong-plugin-manager.h
832
924
cong-dom-view.o: cong-dom-view.c global.h ../config.h cong-node.h \
833
925
        cong-location.h cong-document.h cong-dispspec-element.h \
834
926
        cong-tree-view.h cong-view.h cong-util.h
838
930
        ../config.h cong-node.h cong-location.h cong-document.h \
839
931
        cong-dispspec-element.h cong-util.h \
840
932
        cong-edit-find-and-replace.h cong-selection.h cong-range.h \
841
 
        cong-primary-window.h cong-command.h cong-modification.h \
842
 
        cong-glade.h
 
933
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
934
        ./recent-files/egg-recent-item.h \
 
935
        ./recent-files/egg-recent-view.h \
 
936
        ./recent-files/egg-recent-model.h \
 
937
        ./recent-files/egg-recent-view-uimanager.h cong-command.h \
 
938
        cong-modification.h cong-glade.h
843
939
cong-edit-preferences.o: cong-edit-preferences.c global.h ../config.h \
844
940
        cong-node.h cong-location.h cong-util.h cong-app.h \
845
941
        cong-dispspec-registry.h cong-dispspec.h \
851
947
        cong-editor-widget.h cong-editor-node-element.h \
852
948
        cong-editor-node.h cong-service-exporter.h \
853
949
        cong-service-importer.h cong-service-node-property-dialog.h \
854
 
        cong-service-node-tool.h cong-service-print-method.h
 
950
        cong-service-node-property-page.h cong-service-node-tool.h \
 
951
        cong-service-print-method.h
855
952
cong-editor-area-bin.o: cong-editor-area-bin.c global.h ../config.h \
856
953
        cong-node.h cong-location.h cong-editor-area-bin.h \
857
954
        cong-editor-area-container.h cong-editor-area.h \
973
1070
        cong-location.h cong-editor-area.h cong-editor-widget.h \
974
1071
        cong-document.h cong-dispspec-element.h cong-eel.h \
975
1072
        cong-marshal.h cong-editor-node.h cong-object.h \
976
 
        cong-selection.h cong-range.h cong-ui-hooks.h
 
1073
        cong-selection.h cong-range.h cong-ui-hooks.h cong-util.h
977
1074
cong-editor-creation-record.o: cong-editor-creation-record.c global.h \
978
1075
        ../config.h cong-node.h cong-location.h \
979
1076
        cong-editor-creation-record.h cong-object.h \
1118
1215
        cong-service-document-factory.h \
1119
1216
        cong-service-editor-node-factory.h cong-service-exporter.h \
1120
1217
        cong-service-importer.h cong-service-node-property-dialog.h \
1121
 
        cong-service-node-tool.h cong-service-print-method.h \
1122
 
        cong-traversal-node.h cong-editor-area.h \
1123
 
        cong-editor-line-manager.h cong-editor-line-manager-simple.h \
1124
 
        cong-editor-area-lines.h cong-editor-area-composer.h \
1125
 
        cong-editor-area-container.h cong-editor-area-border.h \
1126
 
        cong-editor-area-bin.h cong-editor-line-iter.h
 
1218
        cong-service-node-property-page.h cong-service-node-tool.h \
 
1219
        cong-service-print-method.h cong-traversal-node.h \
 
1220
        cong-editor-area.h cong-editor-line-manager.h \
 
1221
        cong-editor-line-manager-simple.h cong-editor-area-lines.h \
 
1222
        cong-editor-area-composer.h cong-editor-area-container.h \
 
1223
        cong-editor-area-border.h cong-editor-area-bin.h \
 
1224
        cong-editor-line-iter.h
1127
1225
cong-editor-widget3.o: cong-editor-widget3.c global.h ../config.h \
1128
1226
        cong-node.h cong-location.h cong-document.h \
1129
1227
        cong-dispspec-element.h cong-document-traversal.h cong-app.h \
1130
 
        cong-eel.h cong-editor-area-border.h cong-editor-area-bin.h \
1131
 
        cong-editor-area-container.h cong-editor-area.h \
1132
 
        cong-editor-widget.h cong-editor-area-composer.h \
1133
 
        cong-selection.h cong-range.h cong-editor-node-text.h \
1134
 
        cong-editor-node.h cong-object.h cong-command.h \
1135
 
        cong-modification.h cong-traversal-node.h \
 
1228
        cong-eel.h cong-util.h cong-editor-area-border.h \
 
1229
        cong-editor-area-bin.h cong-editor-area-container.h \
 
1230
        cong-editor-area.h cong-editor-widget.h \
 
1231
        cong-editor-area-composer.h cong-selection.h cong-range.h \
 
1232
        cong-editor-node-text.h cong-editor-node.h cong-object.h \
 
1233
        cong-command.h cong-modification.h cong-traversal-node.h \
1136
1234
        cong-editor-line-manager.h cong-editor-line-manager-simple.h \
1137
1235
        cong-editor-area-lines.h cong-ui-hooks.h
1138
1236
cong-eel-graphic-effects.o: cong-eel-graphic-effects.c ../config.h \
1159
1257
        cong-dispspec-element.h cong-editor-widget.h \
1160
1258
        cong-editor-node-element.h cong-editor-node.h \
1161
1259
        cong-service-exporter.h cong-service-importer.h \
1162
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1260
        cong-service-node-property-dialog.h \
 
1261
        cong-service-node-property-page.h cong-service-node-tool.h \
1163
1262
        cong-service-print-method.h cong-plugin-manager.h \
1164
1263
        cong-fake-plugin-hooks.h cong-app.h
1165
1264
cong-file-export.o: cong-file-export.c global.h ../config.h cong-node.h \
1166
 
        cong-location.h cong-dispspec.h cong-dispspec-element.h \
1167
 
        cong-document.h cong-error-dialog.h cong-dialog.h cong-eel.h \
1168
 
        cong-app.h cong-file-selection.h cong-service-exporter.h \
1169
 
        cong-plugin.h cong-object.h cong-service-doc-tool.h \
1170
 
        cong-service-tool.h cong-service.h \
 
1265
        cong-location.h ../config.h cong-dispspec.h \
 
1266
        cong-dispspec-element.h cong-document.h cong-error-dialog.h \
 
1267
        cong-dialog.h cong-eel.h cong-app.h cong-file-selection.h \
 
1268
        cong-service-exporter.h cong-plugin.h cong-object.h \
 
1269
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1171
1270
        cong-service-document-factory.h \
1172
1271
        cong-service-editor-node-factory.h cong-editor-widget.h \
1173
1272
        cong-editor-node-element.h cong-editor-node.h \
1174
1273
        cong-service-importer.h cong-service-node-property-dialog.h \
1175
 
        cong-service-node-tool.h cong-service-print-method.h \
1176
 
        cong-plugin-manager.h
 
1274
        cong-service-node-property-page.h cong-service-node-tool.h \
 
1275
        cong-service-print-method.h cong-plugin-manager.h
1177
1276
cong-file-import.o: cong-file-import.c global.h ../config.h cong-node.h \
1178
 
        cong-location.h cong-dispspec.h cong-dispspec-element.h \
1179
 
        cong-document.h cong-error-dialog.h cong-dialog.h cong-app.h \
1180
 
        cong-eel.h cong-vfs.h cong-file-selection.h \
1181
 
        cong-service-importer.h cong-service.h cong-object.h \
1182
 
        cong-plugin.h cong-service-doc-tool.h cong-service-tool.h \
1183
 
        cong-service-document-factory.h \
 
1277
        cong-location.h ../config.h cong-dispspec.h \
 
1278
        cong-dispspec-element.h cong-document.h cong-error-dialog.h \
 
1279
        cong-dialog.h cong-app.h cong-eel.h cong-vfs.h \
 
1280
        cong-file-selection.h cong-service-importer.h cong-service.h \
 
1281
        cong-object.h cong-plugin.h cong-service-doc-tool.h \
 
1282
        cong-service-tool.h cong-service-document-factory.h \
1184
1283
        cong-service-editor-node-factory.h cong-editor-widget.h \
1185
1284
        cong-editor-node-element.h cong-editor-node.h \
1186
1285
        cong-service-exporter.h cong-service-node-property-dialog.h \
1187
 
        cong-service-node-tool.h cong-service-print-method.h \
1188
 
        cong-plugin-manager.h
 
1286
        cong-service-node-property-page.h cong-service-node-tool.h \
 
1287
        cong-service-print-method.h cong-plugin-manager.h
1189
1288
cong-file-new.o: cong-file-new.c global.h ../config.h cong-node.h \
1190
1289
        cong-location.h cong-service-document-factory.h cong-service.h \
1191
1290
        cong-object.h cong-app.h cong-primary-window.h \
 
1291
        ./recent-files/egg-recent-model.h \
 
1292
        ./recent-files/egg-recent-item.h \
 
1293
        ./recent-files/egg-recent-view.h \
 
1294
        ./recent-files/egg-recent-model.h \
 
1295
        ./recent-files/egg-recent-view-uimanager.h \
1192
1296
        cong-plugin-manager.h cong-plugin.h cong-service-doc-tool.h \
1193
1297
        cong-service-tool.h cong-service-editor-node-factory.h \
1194
1298
        cong-document.h cong-dispspec-element.h cong-editor-widget.h \
1195
1299
        cong-editor-node-element.h cong-editor-node.h \
1196
1300
        cong-service-exporter.h cong-service-importer.h \
1197
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1301
        cong-service-node-property-dialog.h \
 
1302
        cong-service-node-property-page.h cong-service-node-tool.h \
1198
1303
        cong-service-print-method.h
1199
1304
cong-file-open.o: cong-file-open.c global.h ../config.h cong-node.h \
1200
1305
        cong-location.h cong-dispspec.h cong-dispspec-element.h \
1205
1310
        cong-service-editor-node-factory.h cong-editor-widget.h \
1206
1311
        cong-editor-node-element.h cong-editor-node.h \
1207
1312
        cong-service-exporter.h cong-service-importer.h \
1208
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1313
        cong-service-node-property-dialog.h \
 
1314
        cong-service-node-property-page.h cong-service-node-tool.h \
1209
1315
        cong-service-print-method.h cong-app.h cong-primary-window.h \
1210
 
        cong-vfs.h cong-file-selection.h
 
1316
        ./recent-files/egg-recent-model.h \
 
1317
        ./recent-files/egg-recent-item.h \
 
1318
        ./recent-files/egg-recent-view.h \
 
1319
        ./recent-files/egg-recent-model.h \
 
1320
        ./recent-files/egg-recent-view-uimanager.h cong-vfs.h \
 
1321
        cong-file-selection.h
1211
1322
cong-file-print.o: cong-file-print.c global.h ../config.h cong-node.h \
1212
 
        cong-location.h cong-dispspec.h cong-dispspec-element.h \
1213
 
        cong-document.h cong-error-dialog.h cong-dialog.h cong-eel.h \
1214
 
        cong-app.h cong-file-selection.h cong-service-print-method.h \
1215
 
        cong-plugin.h cong-object.h cong-service-doc-tool.h \
1216
 
        cong-service-tool.h cong-service.h \
 
1323
        cong-location.h ../config.h cong-dispspec.h \
 
1324
        cong-dispspec-element.h cong-document.h cong-error-dialog.h \
 
1325
        cong-dialog.h cong-eel.h cong-app.h cong-file-selection.h \
 
1326
        cong-service-print-method.h cong-plugin.h cong-object.h \
 
1327
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1217
1328
        cong-service-document-factory.h \
1218
1329
        cong-service-editor-node-factory.h cong-editor-widget.h \
1219
1330
        cong-editor-node-element.h cong-editor-node.h \
1220
1331
        cong-service-exporter.h cong-service-importer.h \
1221
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1332
        cong-service-node-property-dialog.h \
 
1333
        cong-service-node-property-page.h cong-service-node-tool.h \
1222
1334
        cong-plugin-manager.h
1223
1335
cong-file-properties.o: cong-file-properties.c global.h ../config.h \
1224
1336
        cong-node.h cong-location.h cong-plugin.h cong-object.h \
1228
1340
        cong-dispspec-element.h cong-editor-widget.h \
1229
1341
        cong-editor-node-element.h cong-editor-node.h \
1230
1342
        cong-service-exporter.h cong-service-importer.h \
1231
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1343
        cong-service-node-property-dialog.h \
 
1344
        cong-service-node-property-page.h cong-service-node-tool.h \
1232
1345
        cong-service-print-method.h cong-app.h cong-dialog.h \
1233
1346
        cong-dispspec.h cong-command.h cong-modification.h cong-util.h \
1234
1347
        cong-glade.h
1235
1348
cong-file-save.o: cong-file-save.c global.h ../config.h cong-node.h \
1236
1349
        cong-location.h cong-document.h cong-dispspec-element.h \
1237
 
        cong-primary-window.h cong-file-selection.h cong-ui-hooks.h \
1238
 
        cong-dialog.h
 
1350
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
1351
        ./recent-files/egg-recent-item.h \
 
1352
        ./recent-files/egg-recent-view.h \
 
1353
        ./recent-files/egg-recent-model.h \
 
1354
        ./recent-files/egg-recent-view-uimanager.h \
 
1355
        cong-file-selection.h cong-ui-hooks.h cong-dialog.h
1239
1356
cong-font.o: cong-font.c global.h ../config.h cong-node.h \
1240
1357
        cong-location.h cong-font.h
1241
1358
cong-glade.o: cong-glade.c global.h ../config.h cong-node.h \
1255
1372
        cong-modification.h
1256
1373
cong-marshal.o: cong-marshal.c
1257
1374
cong-menus.o: cong-menus.c global.h ../config.h cong-node.h \
1258
 
        cong-location.h cong-dispspec.h cong-dispspec-element.h \
1259
 
        cong-document.h cong-error-dialog.h cong-dialog.h \
1260
 
        cong-plugin-manager.h cong-plugin.h cong-object.h \
 
1375
        cong-location.h ../config.h cong-dispspec.h \
 
1376
        cong-dispspec-element.h cong-document.h cong-error-dialog.h \
 
1377
        cong-dialog.h cong-plugin-manager.h cong-plugin.h cong-object.h \
1261
1378
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1262
1379
        cong-service-document-factory.h \
1263
1380
        cong-service-editor-node-factory.h cong-editor-widget.h \
1264
1381
        cong-editor-node-element.h cong-editor-node.h \
1265
1382
        cong-service-exporter.h cong-service-importer.h \
1266
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1383
        cong-service-node-property-dialog.h \
 
1384
        cong-service-node-property-page.h cong-service-node-tool.h \
1267
1385
        cong-service-print-method.h cong-progress-checklist.h \
1268
1386
        cong-app.h cong-util.h cong-command.h cong-modification.h \
1269
1387
        cong-command-history.h cong-selection.h cong-range.h \
1270
1388
        cong-ui-hooks.h cong-dispspec-registry.h cong-primary-window.h \
 
1389
        ./recent-files/egg-recent-model.h \
 
1390
        ./recent-files/egg-recent-item.h \
 
1391
        ./recent-files/egg-recent-view.h \
 
1392
        ./recent-files/egg-recent-model.h \
 
1393
        ./recent-files/egg-recent-view-uimanager.h \
1271
1394
        cong-edit-find-and-replace.h
1272
1395
cong-modification-cursor-change.o: cong-modification-cursor-change.c \
1273
1396
        global.h ../config.h cong-node.h cong-location.h \
1339
1462
        cong-service-editor-node-factory.h cong-editor-widget.h \
1340
1463
        cong-editor-node-element.h cong-editor-node.h \
1341
1464
        cong-service-exporter.h cong-service-importer.h \
1342
 
        cong-service-node-tool.h cong-service-print-method.h \
1343
 
        cong-plugin-manager.h cong-app.h cong-eel.h \
1344
 
        cong-attribute-editor.h cong-command.h cong-modification.h \
1345
 
        cong-util.h
 
1465
        cong-service-node-property-page.h cong-service-node-tool.h \
 
1466
        cong-service-print-method.h cong-plugin-manager.h cong-app.h \
 
1467
        cong-eel.h cong-attribute-editor.h cong-command.h \
 
1468
        cong-modification.h cong-util.h
1346
1469
cong-node.o: cong-node.c global.h ../config.h cong-node.h \
1347
1470
        cong-location.h cong-document.h cong-dispspec-element.h \
1348
1471
        cong-dispspec.h cong-util.h cong-dtd.h
1365
1488
        cong-dispspec-element.h cong-editor-widget.h \
1366
1489
        cong-editor-node-element.h cong-editor-node.h \
1367
1490
        cong-service-exporter.h cong-service-importer.h \
1368
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1491
        cong-service-node-property-dialog.h \
 
1492
        cong-service-node-property-page.h cong-service-node-tool.h \
1369
1493
        cong-service-print-method.h
1370
1494
cong-plugin.o: cong-plugin.c global.h ../config.h cong-node.h \
1371
1495
        cong-location.h cong-plugin.h cong-object.h \
1375
1499
        cong-dispspec-element.h cong-editor-widget.h \
1376
1500
        cong-editor-node-element.h cong-editor-node.h \
1377
1501
        cong-service-exporter.h cong-service-importer.h \
1378
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1502
        cong-service-node-property-dialog.h \
 
1503
        cong-service-node-property-page.h cong-service-node-tool.h \
1379
1504
        cong-service-print-method.h cong-error-dialog.h cong-dispspec.h \
1380
 
        cong-dispspec-registry.h cong-primary-window.h cong-app.h \
 
1505
        cong-dispspec-registry.h cong-primary-window.h \
 
1506
        ./recent-files/egg-recent-model.h \
 
1507
        ./recent-files/egg-recent-item.h \
 
1508
        ./recent-files/egg-recent-view.h \
 
1509
        ./recent-files/egg-recent-model.h \
 
1510
        ./recent-files/egg-recent-view-uimanager.h cong-app.h \
1381
1511
        cong-util.h cong-vfs.h cong-traversal-node.h \
1382
1512
        cong-source-layout.h
1383
1513
cong-primary-window.o: cong-primary-window.c global.h ../config.h \
1384
 
        cong-node.h cong-location.h cong-dispspec.h \
 
1514
        cong-node.h cong-location.h ../config.h cong-dispspec.h \
1385
1515
        cong-dispspec-element.h cong-document.h cong-error-dialog.h \
1386
1516
        cong-dialog.h cong-plugin.h cong-object.h \
1387
1517
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1389
1519
        cong-service-editor-node-factory.h cong-editor-widget.h \
1390
1520
        cong-editor-node-element.h cong-editor-node.h \
1391
1521
        cong-service-exporter.h cong-service-importer.h \
1392
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1522
        cong-service-node-property-dialog.h \
 
1523
        cong-service-node-property-page.h cong-service-node-tool.h \
1393
1524
        cong-service-print-method.h cong-app.h cong-overview-view.h \
1394
1525
        cong-tree-view.h cong-view.h cong-primary-window.h \
 
1526
        ./recent-files/egg-recent-model.h \
 
1527
        ./recent-files/egg-recent-item.h \
 
1528
        ./recent-files/egg-recent-view.h \
 
1529
        ./recent-files/egg-recent-model.h \
 
1530
        ./recent-files/egg-recent-view-uimanager.h \
1395
1531
        cong-command-history.h cong-selection.h cong-range.h \
1396
 
        cong-ui-hooks.h
 
1532
        cong-ui-hooks.h cong-plugin-manager.h
1397
1533
cong-progress-checklist.o: cong-progress-checklist.c \
1398
1534
        cong-progress-checklist.h
 
1535
cong-property-page.o: cong-property-page.c global.h ../config.h \
 
1536
        cong-node.h cong-location.h cong-property-page.h \
 
1537
        cong-document.h cong-dispspec-element.h cong-eel.h cong-util.h \
 
1538
        cong-command.h cong-modification.h
 
1539
cong-random-document.o: cong-random-document.c global.h ../config.h \
 
1540
        cong-node.h cong-location.h cong-util.h cong-app.h \
 
1541
        cong-dispspec.h cong-dispspec-element.h \
 
1542
        cong-dispspec-registry.h cong-dtd.h cong-eel.h
1399
1543
cong-range.o: cong-range.c global.h ../config.h cong-node.h \
1400
1544
        cong-location.h cong-range.h cong-eel.h
1401
1545
cong-service-doc-tool.o: cong-service-doc-tool.c global.h ../config.h \
1420
1564
        cong-dispspec-element.h cong-editor-widget.h \
1421
1565
        cong-editor-node-element.h cong-editor-node.h \
1422
1566
        cong-service-importer.h cong-service-node-property-dialog.h \
1423
 
        cong-service-node-tool.h cong-service-print-method.h cong-app.h
 
1567
        cong-service-node-property-page.h cong-service-node-tool.h \
 
1568
        cong-service-print-method.h cong-app.h
1424
1569
cong-service-importer.o: cong-service-importer.c global.h ../config.h \
1425
1570
        cong-node.h cong-location.h cong-service-importer.h \
1426
1571
        cong-service.h cong-object.h cong-plugin.h \
1430
1575
        cong-dispspec-element.h cong-editor-widget.h \
1431
1576
        cong-editor-node-element.h cong-editor-node.h \
1432
1577
        cong-service-exporter.h cong-service-node-property-dialog.h \
1433
 
        cong-service-node-tool.h cong-service-print-method.h
 
1578
        cong-service-node-property-page.h cong-service-node-tool.h \
 
1579
        cong-service-print-method.h
1434
1580
cong-service-node-property-dialog.o: cong-service-node-property-dialog.c \
1435
1581
        global.h ../config.h cong-node.h cong-location.h \
1436
1582
        cong-service-node-property-dialog.h cong-plugin.h cong-object.h \
1440
1586
        cong-dispspec-element.h cong-editor-widget.h \
1441
1587
        cong-editor-node-element.h cong-editor-node.h \
1442
1588
        cong-service-exporter.h cong-service-importer.h \
1443
 
        cong-service-node-tool.h cong-service-print-method.h
 
1589
        cong-service-node-property-page.h cong-service-node-tool.h \
 
1590
        cong-service-print-method.h
 
1591
cong-service-node-property-page.o: cong-service-node-property-page.c \
 
1592
        global.h ../config.h cong-node.h cong-location.h \
 
1593
        cong-service-node-property-page.h cong-plugin.h cong-object.h \
 
1594
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
 
1595
        cong-service-document-factory.h \
 
1596
        cong-service-editor-node-factory.h cong-document.h \
 
1597
        cong-dispspec-element.h cong-editor-widget.h \
 
1598
        cong-editor-node-element.h cong-editor-node.h \
 
1599
        cong-service-exporter.h cong-service-importer.h \
 
1600
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1601
        cong-service-print-method.h
1444
1602
cong-service-node-tool.o: cong-service-node-tool.c global.h ../config.h \
1445
1603
        cong-node.h cong-location.h cong-service-node-tool.h \
1446
1604
        cong-plugin.h cong-object.h cong-service-doc-tool.h \
1450
1608
        cong-dispspec-element.h cong-editor-widget.h \
1451
1609
        cong-editor-node-element.h cong-editor-node.h \
1452
1610
        cong-service-exporter.h cong-service-importer.h \
1453
 
        cong-service-node-property-dialog.h cong-service-print-method.h
 
1611
        cong-service-node-property-dialog.h \
 
1612
        cong-service-node-property-page.h cong-service-print-method.h
1454
1613
cong-service-print-method.o: cong-service-print-method.c global.h \
1455
1614
        ../config.h cong-node.h cong-location.h \
1456
1615
        cong-service-print-method.h cong-plugin.h cong-object.h \
1460
1619
        cong-dispspec-element.h cong-editor-widget.h \
1461
1620
        cong-editor-node-element.h cong-editor-node.h \
1462
1621
        cong-service-exporter.h cong-service-importer.h \
1463
 
        cong-service-node-property-dialog.h cong-service-node-tool.h
 
1622
        cong-service-node-property-dialog.h \
 
1623
        cong-service-node-property-page.h cong-service-node-tool.h
1464
1624
cong-service-tool.o: cong-service-tool.c global.h ../config.h \
1465
1625
        cong-node.h cong-location.h cong-service-tool.h cong-service.h \
1466
1626
        cong-object.h
1472
1632
        cong-dispspec-element.h cong-editor-widget.h \
1473
1633
        cong-editor-node-element.h cong-editor-node.h \
1474
1634
        cong-service-exporter.h cong-service-importer.h \
1475
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1635
        cong-service-node-property-dialog.h \
 
1636
        cong-service-node-property-page.h cong-service-node-tool.h \
1476
1637
        cong-service-print-method.h
1477
1638
cong-source-layout.o: cong-source-layout.c global.h ../config.h \
1478
1639
        cong-node.h cong-location.h cong-document.h \
1479
1640
        cong-dispspec-element.h cong-error-dialog.h cong-dialog.h \
1480
 
        cong-primary-window.h cong-dispspec.h cong-command.h \
1481
 
        cong-modification.h cong-util.h cong-source-layout.h
 
1641
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
1642
        ./recent-files/egg-recent-item.h \
 
1643
        ./recent-files/egg-recent-view.h \
 
1644
        ./recent-files/egg-recent-model.h \
 
1645
        ./recent-files/egg-recent-view-uimanager.h cong-dispspec.h \
 
1646
        cong-command.h cong-modification.h cong-util.h \
 
1647
        cong-source-layout.h
1482
1648
cong-source-view.o: cong-source-view.c global.h ../config.h cong-node.h \
1483
1649
        cong-location.h cong-document.h cong-dispspec-element.h \
1484
1650
        cong-view.h cong-util.h
1485
1651
cong-stylesheet.o: cong-stylesheet.c global.h ../config.h cong-node.h \
1486
1652
        cong-location.h cong-stylesheet.h cong-primary-window.h \
1487
 
        cong-app.h cong-error-dialog.h cong-document.h \
1488
 
        cong-dispspec-element.h cong-vfs.h
 
1653
        ./recent-files/egg-recent-model.h \
 
1654
        ./recent-files/egg-recent-item.h \
 
1655
        ./recent-files/egg-recent-view.h \
 
1656
        ./recent-files/egg-recent-model.h \
 
1657
        ./recent-files/egg-recent-view-uimanager.h cong-app.h \
 
1658
        cong-error-dialog.h cong-document.h cong-dispspec-element.h \
 
1659
        cong-vfs.h cong-util.h
1489
1660
cong-text-cache.o: cong-text-cache.c global.h ../config.h cong-node.h \
1490
1661
        cong-location.h cong-text-cache.h cong-util.h
1491
1662
cong-traversal-node.o: cong-traversal-node.c global.h ../config.h \
1502
1673
        cong-spell.h cong-dispspec.h cong-error-dialog.h \
1503
1674
        cong-ui-hooks.h cong-file-selection.h cong-command.h \
1504
1675
        cong-modification.h cong-dispspec-registry.h \
1505
 
        cong-primary-window.h
 
1676
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
1677
        ./recent-files/egg-recent-item.h \
 
1678
        ./recent-files/egg-recent-view.h \
 
1679
        ./recent-files/egg-recent-model.h \
 
1680
        ./recent-files/egg-recent-view-uimanager.h
1506
1681
cong-vfs.o: cong-vfs.c global.h ../config.h cong-node.h cong-location.h \
1507
1682
        cong-vfs.h cong-error-dialog.h cong-plugin.h cong-object.h \
1508
1683
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1511
1686
        cong-dispspec-element.h cong-editor-widget.h \
1512
1687
        cong-editor-node-element.h cong-editor-node.h \
1513
1688
        cong-service-exporter.h cong-service-importer.h \
1514
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1689
        cong-service-node-property-dialog.h \
 
1690
        cong-service-node-property-page.h cong-service-node-tool.h \
1515
1691
        cong-service-print-method.h cong-parser-error.h
1516
1692
cong-view.o: cong-view.c global.h ../config.h cong-node.h \
1517
1693
        cong-location.h cong-view.h cong-document.h \
1518
1694
        cong-dispspec-element.h
1519
1695
cong-xpath-expression.o: cong-xpath-expression.c global.h ../config.h \
1520
 
        cong-node.h cong-location.h cong-eel.h cong-xpath-expression.h \
1521
 
        cong-document.h cong-dispspec-element.h
 
1696
        cong-node.h cong-location.h cong-eel.h cong-util.h \
 
1697
        cong-xpath-expression.h cong-document.h cong-dispspec-element.h
1522
1698
cursor.o: cursor.c global.h ../config.h cong-node.h cong-location.h \
1523
1699
        cong-dispspec.h cong-dispspec-element.h cong-document.h \
1524
1700
        cong-error-dialog.h cong-font.h cong-command.h \
1528
1704
gxx-impl-object-to-xml-tree.o: gxx-impl-object-to-xml-tree.c \
1529
1705
        gxx-object-to-xml-tree.h gxx-undefine-shared-macros.h
1530
1706
main.o: main.c global.h ../config.h cong-node.h cong-location.h \
1531
 
        cong-app.h cong-primary-window.h
 
1707
        cong-app.h cong-primary-window.h \
 
1708
        ./recent-files/egg-recent-model.h \
 
1709
        ./recent-files/egg-recent-item.h \
 
1710
        ./recent-files/egg-recent-view.h \
 
1711
        ./recent-files/egg-recent-model.h \
 
1712
        ./recent-files/egg-recent-view-uimanager.h
1532
1713
plugin-abiword.o: plugin-abiword.c global.h ../config.h cong-node.h \
1533
1714
        cong-location.h cong-plugin.h cong-object.h \
1534
1715
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1537
1718
        cong-dispspec-element.h cong-editor-widget.h \
1538
1719
        cong-editor-node-element.h cong-editor-node.h \
1539
1720
        cong-service-exporter.h cong-service-importer.h \
1540
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1721
        cong-service-node-property-dialog.h \
 
1722
        cong-service-node-property-page.h cong-service-node-tool.h \
1541
1723
        cong-service-print-method.h cong-fake-plugin-hooks.h cong-app.h
1542
1724
plugin-admonition-node-element.o: plugin-admonition-node-element.c \
1543
1725
        global.h ../config.h cong-node.h cong-location.h \
1555
1737
        cong-dispspec-element.h cong-editor-widget.h \
1556
1738
        cong-editor-node-element.h cong-editor-node.h \
1557
1739
        cong-service-exporter.h cong-service-importer.h \
1558
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1740
        cong-service-node-property-dialog.h \
 
1741
        cong-service-node-property-page.h cong-service-node-tool.h \
1559
1742
        cong-service-print-method.h cong-eel.h cong-dispspec.h \
1560
1743
        cong-font.h cong-fake-plugin-hooks.h cong-app.h \
1561
1744
        plugin-admonition-node-element.h
1567
1750
        cong-dispspec-element.h cong-editor-widget.h \
1568
1751
        cong-editor-node-element.h cong-editor-node.h \
1569
1752
        cong-service-exporter.h cong-service-importer.h \
1570
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1753
        cong-service-node-property-dialog.h \
 
1754
        cong-service-node-property-page.h cong-service-node-tool.h \
1571
1755
        cong-service-print-method.h cong-error-dialog.h cong-util.h \
1572
1756
        cong-app.h cong-dispspec.h cong-dispspec-registry.h cong-dtd.h \
1573
1757
        cong-eel.h cong-glade.h cong-fake-plugin-hooks.h
1579
1763
        cong-dispspec-element.h cong-editor-widget.h \
1580
1764
        cong-editor-node-element.h cong-editor-node.h \
1581
1765
        cong-service-exporter.h cong-service-importer.h \
1582
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1766
        cong-service-node-property-dialog.h \
 
1767
        cong-service-node-property-page.h cong-service-node-tool.h \
1583
1768
        cong-service-print-method.h cong-error-dialog.h cong-dialog.h \
1584
 
        cong-primary-window.h cong-fake-plugin-hooks.h cong-app.h \
1585
 
        cong-dispspec.h cong-command.h cong-modification.h cong-util.h \
 
1769
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
1770
        ./recent-files/egg-recent-item.h \
 
1771
        ./recent-files/egg-recent-view.h \
 
1772
        ./recent-files/egg-recent-model.h \
 
1773
        ./recent-files/egg-recent-view-uimanager.h \
 
1774
        cong-fake-plugin-hooks.h cong-app.h cong-dispspec.h \
 
1775
        cong-command.h cong-modification.h cong-util.h \
1586
1776
        cong-source-layout.h
1587
1777
plugin-convert-case.o: plugin-convert-case.c global.h ../config.h \
1588
1778
        cong-node.h cong-location.h cong-plugin.h cong-object.h \
1592
1782
        cong-dispspec-element.h cong-editor-widget.h \
1593
1783
        cong-editor-node-element.h cong-editor-node.h \
1594
1784
        cong-service-exporter.h cong-service-importer.h \
1595
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1785
        cong-service-node-property-dialog.h \
 
1786
        cong-service-node-property-page.h cong-service-node-tool.h \
1596
1787
        cong-service-print-method.h cong-error-dialog.h cong-vfs.h \
1597
1788
        cong-fake-plugin-hooks.h cong-app.h
1598
1789
plugin-css.o: plugin-css.c global.h ../config.h cong-node.h \
1603
1794
        cong-dispspec-element.h cong-editor-widget.h \
1604
1795
        cong-editor-node-element.h cong-editor-node.h \
1605
1796
        cong-service-exporter.h cong-service-importer.h \
1606
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1797
        cong-service-node-property-dialog.h \
 
1798
        cong-service-node-property-page.h cong-service-node-tool.h \
1607
1799
        cong-service-print-method.h cong-fake-plugin-hooks.h cong-app.h
 
1800
plugin-debug.o: plugin-debug.c global.h ../config.h cong-node.h \
 
1801
        cong-location.h cong-plugin.h cong-object.h \
 
1802
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
 
1803
        cong-service-document-factory.h \
 
1804
        cong-service-editor-node-factory.h cong-document.h \
 
1805
        cong-dispspec-element.h cong-editor-widget.h \
 
1806
        cong-editor-node-element.h cong-editor-node.h \
 
1807
        cong-service-exporter.h cong-service-importer.h \
 
1808
        cong-service-node-property-dialog.h \
 
1809
        cong-service-node-property-page.h cong-service-node-tool.h \
 
1810
        cong-service-print-method.h cong-primary-window.h \
 
1811
        ./recent-files/egg-recent-model.h \
 
1812
        ./recent-files/egg-recent-item.h \
 
1813
        ./recent-files/egg-recent-view.h \
 
1814
        ./recent-files/egg-recent-model.h \
 
1815
        ./recent-files/egg-recent-view-uimanager.h \
 
1816
        cong-fake-plugin-hooks.h cong-app.h
1608
1817
plugin-docbook.o: plugin-docbook.c global.h ../config.h cong-node.h \
1609
1818
        cong-location.h cong-plugin.h cong-object.h \
1610
1819
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1613
1822
        cong-dispspec-element.h cong-editor-widget.h \
1614
1823
        cong-editor-node-element.h cong-editor-node.h \
1615
1824
        cong-service-exporter.h cong-service-importer.h \
1616
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1825
        cong-service-node-property-dialog.h \
 
1826
        cong-service-node-property-page.h cong-service-node-tool.h \
1617
1827
        cong-service-print-method.h cong-error-dialog.h \
1618
1828
        cong-progress-checklist.h cong-app.h cong-util.h \
1619
1829
        cong-fake-plugin-hooks.h cong-glade.h cong-dialog.h cong-vfs.h \
1626
1836
        cong-dispspec-element.h cong-editor-widget.h \
1627
1837
        cong-editor-node-element.h cong-editor-node.h \
1628
1838
        cong-service-exporter.h cong-service-importer.h \
1629
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1839
        cong-service-node-property-dialog.h \
 
1840
        cong-service-node-property-page.h cong-service-node-tool.h \
1630
1841
        cong-service-print-method.h cong-error-dialog.h cong-dispspec.h \
1631
1842
        cong-fake-plugin-hooks.h cong-app.h cong-vfs.h cong-util.h \
1632
1843
        cong-dtd.h
1638
1849
        cong-dispspec-element.h cong-editor-widget.h \
1639
1850
        cong-editor-node-element.h cong-editor-node.h \
1640
1851
        cong-service-exporter.h cong-service-importer.h \
1641
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1852
        cong-service-node-property-dialog.h \
 
1853
        cong-service-node-property-page.h cong-service-node-tool.h \
1642
1854
        cong-service-print-method.h cong-fake-plugin-hooks.h cong-app.h
1643
1855
plugin-fo.o: plugin-fo.c global.h ../config.h cong-node.h \
1644
1856
        cong-location.h cong-plugin.h cong-object.h \
1648
1860
        cong-dispspec-element.h cong-editor-widget.h \
1649
1861
        cong-editor-node-element.h cong-editor-node.h \
1650
1862
        cong-service-exporter.h cong-service-importer.h \
1651
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1863
        cong-service-node-property-dialog.h \
 
1864
        cong-service-node-property-page.h cong-service-node-tool.h \
1652
1865
        cong-service-print-method.h cong-error-dialog.h \
1653
1866
        cong-progress-checklist.h cong-fake-plugin-hooks.h cong-app.h
1654
1867
plugin-html.o: plugin-html.c global.h ../config.h cong-node.h \
1659
1872
        cong-dispspec-element.h cong-editor-widget.h \
1660
1873
        cong-editor-node-element.h cong-editor-node.h \
1661
1874
        cong-service-exporter.h cong-service-importer.h \
1662
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1875
        cong-service-node-property-dialog.h \
 
1876
        cong-service-node-property-page.h cong-service-node-tool.h \
1663
1877
        cong-service-print-method.h cong-error-dialog.h \
1664
1878
        cong-fake-plugin-hooks.h cong-app.h
1665
1879
plugin-lists-area-listitem.o: plugin-lists-area-listitem.c global.h \
1686
1900
        cong-dispspec-element.h cong-editor-widget.h \
1687
1901
        cong-editor-node-element.h cong-editor-node.h \
1688
1902
        cong-service-exporter.h cong-service-importer.h \
1689
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1903
        cong-service-node-property-dialog.h \
 
1904
        cong-service-node-property-page.h cong-service-node-tool.h \
1690
1905
        cong-service-print-method.h cong-eel.h cong-dispspec.h \
1691
1906
        cong-font.h cong-fake-plugin-hooks.h cong-app.h \
1692
1907
        plugin-lists-node-element-listitem.h
1715
1930
        cong-dispspec-element.h cong-editor-widget.h \
1716
1931
        cong-editor-node-element.h cong-editor-node.h \
1717
1932
        cong-service-exporter.h cong-service-importer.h \
1718
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1933
        cong-service-node-property-dialog.h \
 
1934
        cong-service-node-property-page.h cong-service-node-tool.h \
1719
1935
        cong-service-print-method.h cong-eel.h cong-dispspec.h \
1720
1936
        cong-font.h cong-fake-plugin-hooks.h cong-app.h \
1721
1937
        plugin-paragraph-node-element-paragraph.h
1727
1943
        cong-dispspec-element.h cong-editor-widget.h \
1728
1944
        cong-editor-node-element.h cong-editor-node.h \
1729
1945
        cong-service-exporter.h cong-service-importer.h \
1730
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1946
        cong-service-node-property-dialog.h \
 
1947
        cong-service-node-property-page.h cong-service-node-tool.h \
1731
1948
        cong-service-print-method.h cong-error-dialog.h \
1732
1949
        cong-progress-checklist.h cong-app.h cong-util.h \
1733
1950
        cong-attribute-editor.h cong-fake-plugin-hooks.h
1739
1956
        cong-dispspec-element.h cong-editor-widget.h \
1740
1957
        cong-editor-node-element.h cong-editor-node.h \
1741
1958
        cong-service-exporter.h cong-service-importer.h \
1742
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1959
        cong-service-node-property-dialog.h \
 
1960
        cong-service-node-property-page.h cong-service-node-tool.h \
1743
1961
        cong-service-print-method.h cong-error-dialog.h cong-util.h \
1744
1962
        cong-app.h cong-dispspec.h cong-dispspec-registry.h cong-dtd.h \
1745
 
        cong-eel.h cong-glade.h cong-fake-plugin-hooks.h
 
1963
        cong-eel.h cong-glade.h cong-random-document.h \
 
1964
        cong-fake-plugin-hooks.h
1746
1965
plugin-relaxng.o: plugin-relaxng.c global.h ../config.h cong-node.h \
1747
1966
        cong-location.h cong-plugin.h cong-object.h \
1748
1967
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1751
1970
        cong-dispspec-element.h cong-editor-widget.h \
1752
1971
        cong-editor-node-element.h cong-editor-node.h \
1753
1972
        cong-service-exporter.h cong-service-importer.h \
1754
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1973
        cong-service-node-property-dialog.h \
 
1974
        cong-service-node-property-page.h cong-service-node-tool.h \
1755
1975
        cong-service-print-method.h cong-error-dialog.h cong-dispspec.h \
1756
1976
        cong-fake-plugin-hooks.h cong-app.h cong-primary-window.h \
1757
 
        cong-vfs.h cong-util.h cong-dtd.h
 
1977
        ./recent-files/egg-recent-model.h \
 
1978
        ./recent-files/egg-recent-item.h \
 
1979
        ./recent-files/egg-recent-view.h \
 
1980
        ./recent-files/egg-recent-model.h \
 
1981
        ./recent-files/egg-recent-view-uimanager.h cong-vfs.h \
 
1982
        cong-util.h cong-dtd.h
1758
1983
plugin-save-dispspec.o: plugin-save-dispspec.c global.h ../config.h \
1759
1984
        cong-node.h cong-location.h cong-plugin.h cong-object.h \
1760
1985
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1763
1988
        cong-dispspec-element.h cong-editor-widget.h \
1764
1989
        cong-editor-node-element.h cong-editor-node.h \
1765
1990
        cong-service-exporter.h cong-service-importer.h \
1766
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
1991
        cong-service-node-property-dialog.h \
 
1992
        cong-service-node-property-page.h cong-service-node-tool.h \
1767
1993
        cong-service-print-method.h cong-dispspec.h cong-app.h \
1768
 
        cong-primary-window.h cong-file-selection.h
 
1994
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
1995
        ./recent-files/egg-recent-item.h \
 
1996
        ./recent-files/egg-recent-view.h \
 
1997
        ./recent-files/egg-recent-model.h \
 
1998
        ./recent-files/egg-recent-view-uimanager.h \
 
1999
        cong-file-selection.h
1769
2000
plugin-sgml.o: plugin-sgml.c global.h ../config.h cong-node.h \
1770
2001
        cong-location.h cong-plugin.h cong-object.h \
1771
2002
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1774
2005
        cong-dispspec-element.h cong-editor-widget.h \
1775
2006
        cong-editor-node-element.h cong-editor-node.h \
1776
2007
        cong-service-exporter.h cong-service-importer.h \
1777
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
2008
        cong-service-node-property-dialog.h \
 
2009
        cong-service-node-property-page.h cong-service-node-tool.h \
1778
2010
        cong-service-print-method.h cong-error-dialog.h \
1779
2011
        cong-parser-error.h cong-fake-plugin-hooks.h cong-app.h
1780
2012
plugin-table.o: plugin-table.c global.h ../config.h cong-node.h \
1785
2017
        cong-dispspec-element.h cong-editor-widget.h \
1786
2018
        cong-editor-node-element.h cong-editor-node.h \
1787
2019
        cong-service-exporter.h cong-service-importer.h \
1788
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
2020
        cong-service-node-property-dialog.h \
 
2021
        cong-service-node-property-page.h cong-service-node-tool.h \
1789
2022
        cong-service-print-method.h cong-eel.h cong-dispspec.h \
1790
2023
        cong-font.h cong-fake-plugin-hooks.h cong-app.h \
1791
2024
        cong-editor-area.h cong-editor-area-border.h \
1799
2032
        cong-dispspec-element.h cong-editor-widget.h \
1800
2033
        cong-editor-node-element.h cong-editor-node.h \
1801
2034
        cong-service-exporter.h cong-service-importer.h \
1802
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
2035
        cong-service-node-property-dialog.h \
 
2036
        cong-service-node-property-page.h cong-service-node-tool.h \
1803
2037
        cong-service-print-method.h cong-fake-plugin-hooks.h cong-app.h
1804
2038
plugin-templates.o: plugin-templates.c global.h ../config.h cong-node.h \
1805
2039
        cong-location.h cong-plugin.h cong-object.h \
1809
2043
        cong-dispspec-element.h cong-editor-widget.h \
1810
2044
        cong-editor-node-element.h cong-editor-node.h \
1811
2045
        cong-service-exporter.h cong-service-importer.h \
1812
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
2046
        cong-service-node-property-dialog.h \
 
2047
        cong-service-node-property-page.h cong-service-node-tool.h \
1813
2048
        cong-service-print-method.h cong-app.h cong-fake-plugin-hooks.h \
1814
2049
        cong-dispspec.h cong-util.h cong-vfs.h
1815
2050
plugin-tests.o: plugin-tests.c global.h ../config.h cong-node.h \
1820
2055
        cong-dispspec-element.h cong-editor-widget.h \
1821
2056
        cong-editor-node-element.h cong-editor-node.h \
1822
2057
        cong-service-exporter.h cong-service-importer.h \
1823
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
2058
        cong-service-node-property-dialog.h \
 
2059
        cong-service-node-property-page.h cong-service-node-tool.h \
1824
2060
        cong-service-print-method.h cong-error-dialog.h \
1825
2061
        cong-fake-plugin-hooks.h cong-app.h
1826
2062
plugin-validate.o: plugin-validate.c global.h ../config.h cong-node.h \
1831
2067
        cong-dispspec-element.h cong-editor-widget.h \
1832
2068
        cong-editor-node-element.h cong-editor-node.h \
1833
2069
        cong-service-exporter.h cong-service-importer.h \
1834
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
2070
        cong-service-node-property-dialog.h \
 
2071
        cong-service-node-property-page.h cong-service-node-tool.h \
1835
2072
        cong-service-print-method.h cong-error-dialog.h cong-dialog.h \
1836
 
        cong-primary-window.h cong-fake-plugin-hooks.h cong-app.h \
1837
 
        cong-util.h
 
2073
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
2074
        ./recent-files/egg-recent-item.h \
 
2075
        ./recent-files/egg-recent-view.h \
 
2076
        ./recent-files/egg-recent-model.h \
 
2077
        ./recent-files/egg-recent-view-uimanager.h \
 
2078
        cong-fake-plugin-hooks.h cong-app.h cong-util.h
1838
2079
plugin-website.o: plugin-website.c global.h ../config.h cong-node.h \
1839
2080
        cong-location.h cong-plugin.h cong-object.h \
1840
2081
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1843
2084
        cong-dispspec-element.h cong-editor-widget.h \
1844
2085
        cong-editor-node-element.h cong-editor-node.h \
1845
2086
        cong-service-exporter.h cong-service-importer.h \
1846
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
2087
        cong-service-node-property-dialog.h \
 
2088
        cong-service-node-property-page.h cong-service-node-tool.h \
1847
2089
        cong-service-print-method.h cong-error-dialog.h cong-graph.h \
1848
 
        cong-dialog.h cong-primary-window.h cong-util.h cong-vfs.h \
1849
 
        cong-fake-plugin-hooks.h cong-app.h
 
2090
        cong-dialog.h cong-primary-window.h \
 
2091
        ./recent-files/egg-recent-model.h \
 
2092
        ./recent-files/egg-recent-item.h \
 
2093
        ./recent-files/egg-recent-view.h \
 
2094
        ./recent-files/egg-recent-model.h \
 
2095
        ./recent-files/egg-recent-view-uimanager.h cong-util.h \
 
2096
        cong-vfs.h cong-fake-plugin-hooks.h cong-app.h
1850
2097
plugin-xsl.o: plugin-xsl.c global.h ../config.h cong-node.h \
1851
2098
        cong-location.h cong-plugin.h cong-object.h \
1852
2099
        cong-service-doc-tool.h cong-service-tool.h cong-service.h \
1855
2102
        cong-dispspec-element.h cong-editor-widget.h \
1856
2103
        cong-editor-node-element.h cong-editor-node.h \
1857
2104
        cong-service-exporter.h cong-service-importer.h \
1858
 
        cong-service-node-property-dialog.h cong-service-node-tool.h \
 
2105
        cong-service-node-property-dialog.h \
 
2106
        cong-service-node-property-page.h cong-service-node-tool.h \
1859
2107
        cong-service-print-method.h cong-eel.h cong-dispspec.h \
1860
2108
        cong-font.h cong-fake-plugin-hooks.h cong-app.h
1861
2109
popup.o: popup.c global.h ../config.h cong-node.h cong-location.h \
1868
2116
        cong-service-editor-node-factory.h cong-editor-node-element.h \
1869
2117
        cong-editor-node.h cong-service-exporter.h \
1870
2118
        cong-service-importer.h cong-service-node-property-dialog.h \
1871
 
        cong-service-node-tool.h cong-service-print-method.h \
1872
 
        cong-util.h cong-ui-hooks.h cong-primary-window.h \
1873
 
        cong-error-dialog.h
 
2119
        cong-service-node-property-page.h cong-service-node-tool.h \
 
2120
        cong-service-print-method.h cong-util.h cong-ui-hooks.h \
 
2121
        cong-primary-window.h ./recent-files/egg-recent-model.h \
 
2122
        ./recent-files/egg-recent-item.h \
 
2123
        ./recent-files/egg-recent-view.h \
 
2124
        ./recent-files/egg-recent-model.h \
 
2125
        ./recent-files/egg-recent-view-uimanager.h cong-error-dialog.h
1874
2126
select.o: select.c global.h ../config.h cong-node.h cong-location.h \
1875
2127
        cong-document.h cong-dispspec-element.h cong-error-dialog.h \
1876
2128
        cong-selection.h cong-range.h cong-ui-hooks.h
1890
2142
        cong-eel.h
1891
2143
 
1892
2144
info-am:
1893
 
info: info-am
 
2145
info: info-recursive
1894
2146
dvi-am:
1895
 
dvi: dvi-am
 
2147
dvi: dvi-recursive
1896
2148
check-am: all-am
1897
 
check: check-am
 
2149
check: check-recursive
1898
2150
installcheck-am:
1899
 
installcheck: installcheck-am
 
2151
installcheck: installcheck-recursive
1900
2152
install-exec-am: install-binPROGRAMS
1901
 
install-exec: install-exec-am
 
2153
install-exec: install-exec-recursive
1902
2154
 
1903
2155
install-data-am:
1904
 
install-data: install-data-am
 
2156
install-data: install-data-recursive
1905
2157
 
1906
2158
install-am: all-am
1907
2159
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1908
 
install: install-am
 
2160
install: install-recursive
1909
2161
uninstall-am: uninstall-binPROGRAMS
1910
 
uninstall: uninstall-am
 
2162
uninstall: uninstall-recursive
1911
2163
all-am: Makefile $(PROGRAMS)
1912
 
all-redirect: all-am
 
2164
all-redirect: all-recursive
1913
2165
install-strip:
1914
2166
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1915
 
installdirs:
 
2167
installdirs: installdirs-recursive
 
2168
installdirs-am:
1916
2169
        $(mkinstalldirs)  $(DESTDIR)$(bindir)
1917
2170
 
1918
2171
 
1929
2182
                mostlyclean-libtool mostlyclean-tags \
1930
2183
                mostlyclean-generic
1931
2184
 
1932
 
mostlyclean: mostlyclean-am
 
2185
mostlyclean: mostlyclean-recursive
1933
2186
 
1934
2187
clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
1935
2188
                clean-generic mostlyclean-am
1936
2189
 
1937
 
clean: clean-am
 
2190
clean: clean-recursive
1938
2191
 
1939
2192
distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
1940
2193
                distclean-tags distclean-generic clean-am
1941
2194
        -rm -f libtool
1942
2195
 
1943
 
distclean: distclean-am
 
2196
distclean: distclean-recursive
1944
2197
 
1945
2198
maintainer-clean-am:  maintainer-clean-binPROGRAMS \
1946
2199
                maintainer-clean-compile maintainer-clean-libtool \
1949
2202
        @echo "This command is intended for maintainers to use;"
1950
2203
        @echo "it deletes files that may require special tools to rebuild."
1951
2204
 
1952
 
maintainer-clean: maintainer-clean-am
 
2205
maintainer-clean: maintainer-clean-recursive
1953
2206
 
1954
2207
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
1955
2208
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
1956
2209
mostlyclean-compile distclean-compile clean-compile \
1957
2210
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1958
 
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
 
2211
clean-libtool maintainer-clean-libtool install-data-recursive \
 
2212
uninstall-data-recursive install-exec-recursive \
 
2213
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
2214
all-recursive check-recursive installcheck-recursive info-recursive \
 
2215
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
2216
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1959
2217
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
1960
2218
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
1961
2219
install-exec install-data-am install-data install-am install \
1962
 
uninstall-am uninstall all-redirect all-am all installdirs \
1963
 
mostlyclean-generic distclean-generic clean-generic \
 
2220
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
2221
installdirs mostlyclean-generic distclean-generic clean-generic \
1964
2222
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1965
2223
 
1966
2224