[anjuta] am-project: Fix regression tests after adding project files in the project tree
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] am-project: Fix regression tests after adding project files in the project tree
- Date: Sat, 31 Mar 2012 20:54:45 +0000 (UTC)
commit e0745369095b343948c25ba6c0a04869708fdce4
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Sat Mar 24 18:01:11 2012 +0100
am-project: Fix regression tests after adding project files in the project tree
plugins/am-project/tests/acinit.at | 12 ++
plugins/am-project/tests/anjuta.lst | 259 +++++++++++++++++++++++++++++
plugins/am-project/tests/bugs.at | 8 +-
plugins/am-project/tests/comment.at | 2 +
plugins/am-project/tests/data_target.at | 16 ++-
plugins/am-project/tests/empty.at | 2 +
plugins/am-project/tests/gnucash.lst | 150 +++++++++++++++++
plugins/am-project/tests/group.at | 24 +++-
plugins/am-project/tests/include.at | 6 +
plugins/am-project/tests/ltinit.at | 10 +
plugins/am-project/tests/module.at | 14 ++-
plugins/am-project/tests/nemiver.lst | 34 ++++
plugins/am-project/tests/package.at | 16 ++-
plugins/am-project/tests/parser.at | 2 +
plugins/am-project/tests/properties.at | 74 ++++++--
plugins/am-project/tests/source.at | 24 ++-
plugins/am-project/tests/target.at | 34 +++-
plugins/am-project/tests/target_module.at | 16 ++-
plugins/am-project/tests/variable.at | 16 ++
19 files changed, 669 insertions(+), 50 deletions(-)
---
diff --git a/plugins/am-project/tests/acinit.at b/plugins/am-project/tests/acinit.at
index c902c90..647b3b1 100644
--- a/plugins/am-project/tests/acinit.at
+++ b/plugins/am-project/tests/acinit.at
@@ -9,6 +9,8 @@ AT_DATA([empty/Makefile.am],
AT_DATA([expect],
[[ROOT (): empty
PROPERTY (Name): empty
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load empty \
set 0 name empty \
@@ -24,6 +26,8 @@ AT_CHECK([diff -b output expect])
AT_DATA([expect],
[[ROOT (): empty
PROPERTY (Name): empty2
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load empty \
set 0 name empty2 \
@@ -40,6 +44,8 @@ AT_DATA([expect],
[[ROOT (): empty
PROPERTY (Name): empty2
PROPERTY (Version): 0.1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load empty \
set 0 version 0.1 \
@@ -57,6 +63,8 @@ AT_DATA([expect],
PROPERTY (Name): empty2
PROPERTY (Version): 0.1
PROPERTY (Package name): empty3
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load empty \
set 0 pack empty3 \
@@ -80,6 +88,8 @@ AT_DATA([simple/Makefile.am],
AT_DATA([expect],
[[ROOT (): simple
PROPERTY (Name): simple
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load simple \
list])
@@ -102,6 +112,8 @@ AT_DATA([expect],
PROPERTY (Name): rygel
PROPERTY (Version): m4_esyscmd(GNOME_TAG_PATTERN=RYGEL build-aux/git-version-gen .tarball-version)
PROPERTY (Bug report URL): http://bugzilla.gnome.org/enter_bug.cgi?product=Rygel
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load rygel \
list])
diff --git a/plugins/am-project/tests/anjuta.lst b/plugins/am-project/tests/anjuta.lst
index f077b85..850f5ae 100644
--- a/plugins/am-project/tests/anjuta.lst
+++ b/plugins/am-project/tests/anjuta.lst
@@ -56,6 +56,7 @@ ROOT (): anjuta
TARGET (): mimepngicon
PROPERTY (Installation directory): mimepngicondir
SOURCE (): pixmaps/16x16/gnome-mime-application-x-anjuta.png
+ SOURCE (): pixmaps/16x16/Makefile.am
GROUP (): 22x22
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/22x22/apps mimepngicondir = $(datadir)/icons/gnome/22x22/mimetypes
TARGET (): icon
@@ -64,6 +65,7 @@ ROOT (): anjuta
TARGET (): mimepngicon
PROPERTY (Installation directory): mimepngicondir
SOURCE (): pixmaps/22x22/gnome-mime-application-x-anjuta.png
+ SOURCE (): pixmaps/22x22/Makefile.am
GROUP (): 24x24
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/24x24/apps mimepngicondir = $(datadir)/icons/gnome/24x24/mimetypes
TARGET (): icon
@@ -72,6 +74,7 @@ ROOT (): anjuta
TARGET (): mimepngicon
PROPERTY (Installation directory): mimepngicondir
SOURCE (): pixmaps/24x24/gnome-mime-application-x-anjuta.png
+ SOURCE (): pixmaps/24x24/Makefile.am
GROUP (): 32x32
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/32x32/apps mimepngicondir = $(datadir)/icons/gnome/32x32/mimetypes
TARGET (): icon
@@ -80,6 +83,7 @@ ROOT (): anjuta
TARGET (): mimepngicon
PROPERTY (Installation directory): mimepngicondir
SOURCE (): pixmaps/32x32/gnome-mime-application-x-anjuta.png
+ SOURCE (): pixmaps/32x32/Makefile.am
GROUP (): 48x48
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/48x48/apps mimepngicondir = $(datadir)/icons/gnome/48x48/mimetypes
TARGET (): icon
@@ -88,6 +92,7 @@ ROOT (): anjuta
TARGET (): mimepngicon
PROPERTY (Installation directory): mimepngicondir
SOURCE (): pixmaps/48x48/gnome-mime-application-x-anjuta.png
+ SOURCE (): pixmaps/48x48/Makefile.am
GROUP (): scalable
PROPERTY (Installation directories): svgicondir = $(datadir)/icons/hicolor/scalable/apps mimesvgicondir = $(datadir)/icons/gnome/scalable/mimetypes
TARGET (): svgicon
@@ -96,6 +101,7 @@ ROOT (): anjuta
TARGET (): mimesvgicon
PROPERTY (Installation directory): mimesvgicondir
SOURCE (): pixmaps/scalable/gnome-mime-application-x-anjuta.svg
+ SOURCE (): pixmaps/scalable/Makefile.am
TARGET (): anjuta_pixmaps
PROPERTY (Installation directory): anjuta_pixmapsdir
SOURCE (): pixmaps/madeinanjuta.xcf
@@ -110,11 +116,15 @@ ROOT (): anjuta
SOURCE (): pixmaps/start-with-wizard.png
SOURCE (): pixmaps/start-with-import.png
SOURCE (): pixmaps/start-with-open.png
+ SOURCE (): pixmaps/Makefile.am
+ SOURCE (): pixmaps/$(top_srcdir)/git.mk
GROUP (): scripts
PROPERTY (Installation directories): anjuta_datadir = $(datadir)/anjuta
TARGET (): anjuta_data
PROPERTY (Installation directory): anjuta_datadir
SOURCE (): scripts/anjuta_project.template
+ SOURCE (): scripts/Makefile.am
+ SOURCE (): scripts/$(top_srcdir)/git.mk
GROUP (): data
PROPERTY (Installation directories): anjuta_datadir = $(datadir)/anjuta anjuta_profiledir = $(datadir)/anjuta/profiles
TARGET (): anjuta_data
@@ -123,6 +133,8 @@ ROOT (): anjuta
TARGET (): anjuta_profile
PROPERTY (Installation directory): anjuta_profiledir
SOURCE (): data/default.profile
+ SOURCE (): data/Makefile.am
+ SOURCE (): data/$(top_srcdir)/git.mk
GROUP (): doc
PROPERTY (Installation directories): anjuta_docdir = $(docdir)
TARGET (): anjuta_doc
@@ -131,6 +143,8 @@ ROOT (): anjuta
TARGET (): man_MANS
SOURCE (): doc/anjuta.1
SOURCE (): doc/anjuta-launcher.1
+ SOURCE (): doc/Makefile.am
+ SOURCE (): doc/$(top_srcdir)/git.mk
GROUP (): libanjuta
PROPERTY (C preprocessor flags): -I$(top_srcdir) -I . $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(XML_CFLAGS) $(GDL_CFLAGS) -DDATADIR="\"$(datadir)\"" -DPACKAGE_PIXMAPS_DIR="\"$(datadir)/pixmaps/$(PACKAGE)\"" -DPACKAGE_DATA_DIR="\"$(datadir)/$(PACKAGE)\"" -DPACKAGE_HELP_DIR="\"$(datadir)/gnome/help/$(PACKAGE)\"" -DPACKAGE_DOC_DIR="\"$(docdir)\"" -DG_LOG_DOMAIN=\"libanjuta\"
PROPERTY (Installation directories): gladeanjutadir = $(libdir)/glade/modules catalogdir = $(datadir)/glade/catalogs libanjutaincludedir = $(includedir)/libanjuta-3.0/libanjuta pkgconfigdir = $(libdir)/pkgconfig girdir = $(datadir)/gir-1.0 typelibdir = $(libdir)/girepository-1.0
@@ -276,6 +290,8 @@ ROOT (): anjuta
TARGET (): idl
PROPERTY (Installation directory): idldir
SOURCE (): libanjuta/interfaces/libanjuta.idl
+ SOURCE (): libanjuta/interfaces/Makefile.am
+ SOURCE (): libanjuta/interfaces/Makefile.am.iface
GROUP (): tests
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(GDA_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
TARGET (): anjuta-tabber-test
@@ -292,6 +308,7 @@ ROOT (): anjuta
SOURCE (): libanjuta/tests/anjuta-token-test.c
SOURCE (): libanjuta/anjuta-token.c
SOURCE (): libanjuta/anjuta-debug.c
+ SOURCE (): libanjuta/tests/Makefile.am
TARGET (): libanjuta-3.la
PROPERTY (Installation directory): libdir
PROPERTY (Linker flags): -no-undefined
@@ -468,12 +485,17 @@ ROOT (): anjuta
TARGET (): typelib
PROPERTY (Installation directory): typelibdir
SOURCE (): libanjuta/$(INTROSPECTION_GIRS:.gir=.typelib)
+ SOURCE (): libanjuta/Makefile.am
+ SOURCE (): libanjuta/interfaces/Makefile.am.gir
+ SOURCE (): libanjuta/$(INTROSPECTION_MAKEFILE)
+ SOURCE (): libanjuta/$(top_srcdir)/git.mk
GROUP (): plugins
GROUP (): am-project
PROPERTY (Installation directories): plugin_uidir = $(datadir)/anjuta/ui plugin_gladedir = $(datadir)/anjuta/glade plugin_pixmapsdir = $(datadir)/pixmaps/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(GIO_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"am-project\"
PROPERTY (Yacc/Bison flags): -t -v -g -rall -r lookahead,itemset
GROUP (): tests
+ SOURCE (): plugins/am-project/tests/Makefile.am
TARGET (): plugin_ui
PROPERTY (Installation directory): plugin_uidir
TARGET (): plugin_glade
@@ -528,6 +550,8 @@ ROOT (): anjuta
PROPERTY (Libraries): libam-project.la $(GIO_LIBS) $(top_builddir)/libanjuta/libanjuta-3.la $(ANJUTA_LIBS)
MODULE (): ANJUTA
SOURCE (): plugins/am-project/projectparser.c
+ SOURCE (): plugins/am-project/Makefile.am
+ SOURCE (): plugins/am-project/$(top_srcdir)/git.mk
GROUP (): build-basic-autotools
PROPERTY (Installation directories): build_gladedir = $(datadir)/anjuta/glade build_uidir = $(datadir)/anjuta/ui build_pixmapsdir = $(datadir)/pixmaps/anjuta build_plugindir = $(libdir)/anjuta build_datadir = $(datadir)/anjuta/build plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -565,6 +589,8 @@ ROOT (): anjuta
SOURCE (): plugins/build-basic-autotools/configuration-list.h
SOURCE (): plugins/build-basic-autotools/program.c
SOURCE (): plugins/build-basic-autotools/program.h
+ SOURCE (): plugins/build-basic-autotools/Makefile.am
+ SOURCE (): plugins/build-basic-autotools/$(top_srcdir)/git.mk
GROUP (): class-gen
PROPERTY (Installation directories): clsgen_gladedir = $(datadir)/anjuta/glade clsgen_pixmapsdir = $(datadir)/pixmaps/anjuta clsgen_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): -I${top_srcdir} $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -579,6 +605,8 @@ ROOT (): anjuta
SOURCE (): plugins/class-gen/templates/js-source.tpl
SOURCE (): plugins/class-gen/templates/py-source.tpl
SOURCE (): plugins/class-gen/templates/vala-source.tpl
+ SOURCE (): plugins/class-gen/templates/Makefile.am
+ SOURCE (): plugins/class-gen/templates/$(top_srcdir)/git.mk
TARGET (): clsgen_glade
PROPERTY (Installation directory): clsgen_gladedir
SOURCE (): plugins/class-gen/anjuta-class-gen-plugin.ui
@@ -613,6 +641,8 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/autogen.h
SOURCE (): plugins/project-wizard/values.c
SOURCE (): plugins/project-wizard/values.h
+ SOURCE (): plugins/class-gen/Makefile.am
+ SOURCE (): plugins/class-gen/$(top_srcdir)/git.mk
GROUP (): code-analyzer
PROPERTY (Installation directories): code_analyzer_uidir = $(datadir)/anjuta/glade code_analyzer_pixmapsdir = $(datadir)/pixmaps/anjuta code_analyzer_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"code_analyzer\"
@@ -631,6 +661,8 @@ ROOT (): anjuta
PROPERTY (Libraries): $(top_builddir)/libanjuta/libanjuta-3.la
SOURCE (): plugins/code-analyzer/plugin.c
SOURCE (): plugins/code-analyzer/plugin.h
+ SOURCE (): plugins/code-analyzer/Makefile.am
+ SOURCE (): plugins/code-analyzer/$(top_srcdir)/git.mk
GROUP (): cvs-plugin
PROPERTY (Installation directories): cvs_plugin_gladedir = $(datadir)/anjuta/glade cvs_plugin_pixmapsdir = $(datadir)/pixmaps/anjuta cvs_plugin_uidir = $(datadir)/anjuta/ui cvs_plugin_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -661,6 +693,8 @@ ROOT (): anjuta
SOURCE (): plugins/cvs-plugin/cvs-callbacks.h
SOURCE (): plugins/cvs-plugin/cvs-interface.c
SOURCE (): plugins/cvs-plugin/cvs-interface.h
+ SOURCE (): plugins/cvs-plugin/Makefile.am
+ SOURCE (): plugins/cvs-plugin/$(top_srcdir)/git.mk
GROUP (): devhelp
PROPERTY (Installation directories): devhelp_uidir = $(datadir)/anjuta/ui devhelp_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): -DDISABLE_EMBEDDED_DEVHELP
@@ -678,6 +712,8 @@ ROOT (): anjuta
SOURCE (): plugins/devhelp/images/anjuta-devhelp-view-48.png
SOURCE (): plugins/devhelp/images/anjuta-devhelp-view-24.png
SOURCE (): plugins/devhelp/images/anjuta-devhelp-view-16.png
+ SOURCE (): plugins/devhelp/images/Makefile.am
+ SOURCE (): plugins/devhelp/images/$(top_srcdir)/git.mk
TARGET (): devhelp_ui
PROPERTY (Installation directory): devhelp_uidir
SOURCE (): plugins/devhelp/anjuta-devhelp.ui
@@ -691,6 +727,8 @@ ROOT (): anjuta
PROPERTY (Libraries): $(top_builddir)/libanjuta/libanjuta-3.la $(PLUGIN_DEVHELP_LIBS)
SOURCE (): plugins/devhelp/plugin.c
SOURCE (): plugins/devhelp/plugin.h
+ SOURCE (): plugins/devhelp/Makefile.am
+ SOURCE (): plugins/devhelp/$(top_srcdir)/git.mk
GROUP (): debug-manager
PROPERTY (Installation directories): anjuta_gladedir = $(datadir)/anjuta/glade anjuta_uidir = $(datadir)/anjuta/ui anjuta_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(GIO_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -728,6 +766,8 @@ ROOT (): anjuta
SOURCE (): plugins/debug-manager/images/anjuta-memory-16.png
SOURCE (): plugins/debug-manager/images/anjuta-memory-24.png
SOURCE (): plugins/debug-manager/images/anjuta-memory.svg
+ SOURCE (): plugins/debug-manager/images/Makefile.am
+ SOURCE (): plugins/debug-manager/images/$(top_srcdir)/git.mk
TARGET (): anjuta_glade
PROPERTY (Installation directory): anjuta_gladedir
SOURCE (): plugins/debug-manager/anjuta-debug-manager.ui
@@ -787,6 +827,8 @@ ROOT (): anjuta
SOURCE (): plugins/debug-manager/command.h
SOURCE (): plugins/debug-manager/variable.c
SOURCE (): plugins/debug-manager/variable.h
+ SOURCE (): plugins/debug-manager/Makefile.am
+ SOURCE (): plugins/debug-manager/$(top_srcdir)/git.mk
GROUP (): dir-project
PROPERTY (Installation directories): plugin_uidir = $(datadir)/anjuta/ui plugin_gladedir = $(datadir)/anjuta/glade plugin_datadir = $(datadir)/anjuta plugin_pixmapsdir = $(datadir)/pixmaps/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(GIO_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"dir-project\"
@@ -813,6 +855,8 @@ ROOT (): anjuta
SOURCE (): plugins/dir-project/dir-project.h
SOURCE (): plugins/dir-project/dir-node.c
SOURCE (): plugins/dir-project/dir-node.h
+ SOURCE (): plugins/dir-project/Makefile.am
+ SOURCE (): plugins/dir-project/$(top_srcdir)/git.mk
GROUP (): document-manager
PROPERTY (Installation directories): document_manager_gladedir = $(datadir)/anjuta/glade document_manager_uidir = $(datadir)/anjuta/ui document_manager_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(GDL_CFLAGS) $(GIO_CFLAGS) $(XML_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"libanjuta-document-manager\"
@@ -863,6 +907,8 @@ ROOT (): anjuta
SOURCE (): plugins/document-manager/images/anjuta-complete-24.png
SOURCE (): plugins/document-manager/images/anjuta-complete-auto-16.png
SOURCE (): plugins/document-manager/images/anjuta-complete-auto-24.png
+ SOURCE (): plugins/document-manager/images/Makefile.am
+ SOURCE (): plugins/document-manager/images/$(top_srcdir)/git.mk
TARGET (): document_manager_glade
PROPERTY (Installation directory): document_manager_gladedir
SOURCE (): plugins/document-manager/anjuta-document-manager.ui
@@ -895,6 +941,8 @@ ROOT (): anjuta
SOURCE (): plugins/document-manager/search-file-command.h
SOURCE (): plugins/document-manager/search-filter-file-command.c
SOURCE (): plugins/document-manager/search-filter-file-command.h
+ SOURCE (): plugins/document-manager/Makefile.am
+ SOURCE (): plugins/document-manager/$(top_srcdir)/git.mk
GROUP (): file-loader
PROPERTY (Installation directories): loader_uidir = $(datadir)/anjuta/ui loader_pixmapsdir = $(datadir)/pixmaps/anjuta loader_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"libanjuta-loader\"
@@ -918,6 +966,8 @@ ROOT (): anjuta
SOURCE (): plugins/file-loader/dnd.h
SOURCE (): plugins/file-loader/anjuta-recent-chooser-menu.c
SOURCE (): plugins/file-loader/anjuta-recent-chooser-menu.h
+ SOURCE (): plugins/file-loader/Makefile.am
+ SOURCE (): plugins/file-loader/$(top_srcdir)/git.mk
GROUP (): file-manager
PROPERTY (Installation directories): file_manager_gladedir = $(datadir)/anjuta/glade file_manager_uidir = $(datadir)/anjuta/ui file_manager_pixmapsdir = $(datadir)/pixmaps/anjuta file_manager_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(GDL_CFLAGS) $(GIO_CFLAGS)
@@ -955,6 +1005,8 @@ ROOT (): anjuta
SOURCE (): plugins/file-manager/file-view.c
SOURCE (): plugins/file-manager/file-model.c
SOURCE (): plugins/file-manager/file-model.h
+ SOURCE (): plugins/file-manager/Makefile.am
+ SOURCE (): plugins/file-manager/$(top_srcdir)/git.mk
GROUP (): file-wizard
PROPERTY (Installation directories): wizard_gladedir = $(datadir)/anjuta/glade wizard_pixmapsdir = $(datadir)/pixmaps/anjuta wizard_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -976,6 +1028,8 @@ ROOT (): anjuta
SOURCE (): plugins/file-wizard/file.h
SOURCE (): plugins/file-wizard/plugin.c
SOURCE (): plugins/file-wizard/plugin.h
+ SOURCE (): plugins/file-wizard/Makefile.am
+ SOURCE (): plugins/file-wizard/$(top_srcdir)/git.mk
GROUP (): gdb
PROPERTY (Installation directories): gdb_uidir = $(datadir)/anjuta/ui anjuta_gladedir = $(datadir)/anjuta/glade anjuta_datadir = $(datadir)/anjuta plugin_pixmapsdir = $(datadir)/pixmaps/anjuta anjuta_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(XML_CFLAGS)
@@ -986,6 +1040,8 @@ ROOT (): anjuta
SOURCE (): plugins/gdb/images/breakpoint.png
SOURCE (): plugins/gdb/images/locals.png
SOURCE (): plugins/gdb/images/stack.png
+ SOURCE (): plugins/gdb/images/Makefile.am
+ SOURCE (): plugins/gdb/images/$(top_srcdir)/git.mk
TARGET (): gdb_ui
PROPERTY (Installation directory): gdb_uidir
TARGET (): anjuta_glade
@@ -1026,6 +1082,8 @@ ROOT (): anjuta
SOURCE (): plugins/gdb/gdbmi.c
SOURCE (): plugins/gdb/gdbmi.h
SOURCE (): plugins/gdb/debugger.h
+ SOURCE (): plugins/gdb/Makefile.am
+ SOURCE (): plugins/gdb/$(top_srcdir)/git.mk
GROUP (): git
PROPERTY (Installation directories): git_gladedir = $(datadir)/anjuta/glade git_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -1038,6 +1096,8 @@ ROOT (): anjuta
SOURCE (): plugins/git/images/anjuta-git-plugin-48.png
SOURCE (): plugins/git/images/anjuta-git-plugin.svg
SOURCE (): plugins/git/images/\
+ SOURCE (): plugins/git/images/Makefile.am
+ SOURCE (): plugins/git/images/$(top_srcdir)/git.mk
TARGET (): git_glade
PROPERTY (Installation directory): git_gladedir
SOURCE (): plugins/git/anjuta-git.ui
@@ -1240,6 +1300,8 @@ ROOT (): anjuta
SOURCE (): plugins/git/git-patch-series-pane.h
SOURCE (): plugins/git/git-apply-mailbox-pane.c
SOURCE (): plugins/git/git-apply-mailbox-pane.h
+ SOURCE (): plugins/git/Makefile.am
+ SOURCE (): plugins/git/$(top_srcdir)/git.mk
GROUP (): glade
PROPERTY (Installation directories): glade_uidir = $(datadir)/anjuta/ui glade_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(PLUGIN_GLADE_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -1252,6 +1314,7 @@ ROOT (): anjuta
SOURCE (): plugins/glade/images/anjuta-glade-palette-16.png
SOURCE (): plugins/glade/images/anjuta-glade-palette-24.png
SOURCE (): plugins/glade/images/\
+ SOURCE (): plugins/glade/images/Makefile.am
TARGET (): glade_ui
PROPERTY (Installation directory): glade_uidir
SOURCE (): plugins/glade/anjuta-glade.xml
@@ -1267,6 +1330,7 @@ ROOT (): anjuta
SOURCE (): plugins/glade/plugin.h
SOURCE (): plugins/glade/anjuta-design-document.h
SOURCE (): plugins/glade/anjuta-design-document.c
+ SOURCE (): plugins/glade/Makefile.am
GROUP (): js-debugger
PROPERTY (Installation directories): js_debugger_pixmapsdir = $(datadir)/pixmaps/anjuta js_debugger_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DANJUTA_DATA_DIR=\"$(datadir)/anjuta\" -DANJUTA_PLUGIN_DIR=\"$(libdir)/anjuta\" -DANJUTA_IMAGE_DIR=\"$(datadir)/pixmaps/anjuta\" -DANJUTA_GLADE_DIR=\"$(datadir)/anjuta/glade\" -DANJUTA_UI_DIR=\"$(datadir)/anjuta/ui\" -DPACKAGE_SRC_DIR=\"$(srcdir)\" $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -1286,6 +1350,7 @@ ROOT (): anjuta
SOURCE (): plugins/js-debugger/debugger-server.h
SOURCE (): plugins/js-debugger/plugin.c
SOURCE (): plugins/js-debugger/plugin.h
+ SOURCE (): plugins/js-debugger/Makefile.am
GROUP (): language-manager
PROPERTY (Installation directories): language_manager_pixmapsdir = $(datadir)/pixmaps/anjuta language_manager_xmldir = $(datadir)/anjuta language_manager_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(XML_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -1306,6 +1371,8 @@ ROOT (): anjuta
MODULE (): XML
SOURCE (): plugins/language-manager/plugin.c
SOURCE (): plugins/language-manager/plugin.h
+ SOURCE (): plugins/language-manager/Makefile.am
+ SOURCE (): plugins/language-manager/$(top_srcdir)/git.mk
GROUP (): language-support-cpp-java
PROPERTY (Installation directories): cpp_java_gladedir = $(datadir)/anjuta/glade cpp_java_uidir = $(datadir)/anjuta/ui cpp_java_pixmapsdir = $(datadir)/pixmaps/anjuta cpp_java_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(EXTRA_CFLAGS) -DG_LOG_DOMAIN=\"language-support-cpp-java\"
@@ -1340,6 +1407,7 @@ ROOT (): anjuta
SOURCE (): plugins/language-support-cpp-java/cxxparser/scope-parser.h
SOURCE (): plugins/language-support-cpp-java/cxxparser/variable-parser.h
SOURCE (): plugins/language-support-cpp-java/cxxparser/function-parser.h
+ SOURCE (): plugins/language-support-cpp-java/cxxparser/Makefile.am
TARGET (): cpp_java_glade
PROPERTY (Installation directory): cpp_java_gladedir
SOURCE (): plugins/language-support-cpp-java/anjuta-language-cpp-java.ui
@@ -1368,6 +1436,8 @@ ROOT (): anjuta
SOURCE (): plugins/language-support-cpp-java/cpp-java-indentation.h
SOURCE (): plugins/language-support-cpp-java/cpp-packages.c
SOURCE (): plugins/language-support-cpp-java/cpp-packages.h
+ SOURCE (): plugins/language-support-cpp-java/Makefile.am
+ SOURCE (): plugins/language-support-cpp-java/$(top_srcdir)/git.mk
GROUP (): language-support-js
PROPERTY (Installation directories): js_support_plugin_gladedir = $(datadir)/anjuta/glade js_support_plugin_uidir = $(datadir)/anjuta/ui js_support_plugin_pixmapsdir = $(datadir)/pixmaps/anjuta js_support_plugin_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): -I$(top_srcdir)/plugins/symbol-db/anjuta-tags/ $(WARN_CFLAGS) -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DANJUTA_DATA_DIR=\"$(datadir)/anjuta\" -DANJUTA_PLUGIN_DIR=\"$(libdir)/anjuta\" -DANJUTA_IMAGE_DIR=\"$(datadir)/pixmaps/anjuta\" -DANJUTA_GLADE_DIR=\"$(datadir)/anjuta/glade\" -DANJUTA_UI_DIR=\"$(datadir)/anjuta/ui\" $(XML_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DPACKAGE_SRC_DIR=\"$(srcdir)\" -DGIR_PATH=\"$(INTROSPECTION_GIRDIR)\" -DGJS_PATH=\"`pkg-config --variable=jsdir gjs-1.0`\" -DG_LOG_DOMAIN=\"language-support-js\"
@@ -1428,6 +1498,8 @@ ROOT (): anjuta
SOURCE (): plugins/language-support-js/db-anjuta-symbol.h
SOURCE (): plugins/language-support-js/jstypes.h
SOURCE (): plugins/language-support-js/prefs.h
+ SOURCE (): plugins/language-support-js/Makefile.am
+ SOURCE (): plugins/language-support-js/$(top_srcdir)/git.mk
GROUP (): language-support-python
PROPERTY (Installation directories): python_plugin_uidir = $(datadir)/anjuta/ui python_plugin_gladedir = $(datadir)/anjuta/glade python_plugin_pixmapsdir = $(datadir)/pixmaps/anjuta scriptsdir = $(libdir)/anjuta python_plugin_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(XML_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DSCRIPTS_DIR=\" $(libdir)/anjuta\" -DG_LOG_DOMAIN=\"language-support-python\"
@@ -1458,6 +1530,8 @@ ROOT (): anjuta
SOURCE (): plugins/language-support-python/python-utils.h
SOURCE (): plugins/language-support-python/python-indentation.c
SOURCE (): plugins/language-support-python/python-indentation.h
+ SOURCE (): plugins/language-support-python/Makefile.am
+ SOURCE (): plugins/language-support-python/$(top_srcdir)/git.mk
GROUP (): language-support-vala
PROPERTY (Installation directories): vala_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DANJUTA_DATA_DIR=\"$(datadir)/anjuta\" -DANJUTA_PLUGIN_DIR=\"$(libdir)/anjuta\" -DANJUTA_IMAGE_DIR=\"$(datadir)/pixmaps/anjuta\" -DANJUTA_GLADE_DIR=\"$(datadir)/anjuta/glade\" -DANJUTA_UI_DIR=\"$(datadir)/anjuta/ui\" $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(VALA_CFLAGS) -DPACKAGE_SRC_DIR=\"$(srcdir)\" -DG_LOG_DOMAIN=\"language-support-vala\" --no-warn
@@ -1469,6 +1543,8 @@ ROOT (): anjuta
PROPERTY (Linker flags): -module -avoid-version -no-undefined
PROPERTY (Libraries): $(top_builddir)/libanjuta/libanjuta-3.la $(VALA_LIBS)
MODULE (): VALA
+ SOURCE (): plugins/language-support-vala/Makefile.am
+ SOURCE (): plugins/language-support-vala/$(top_srcdir)/git.mk
GROUP (): message-view
PROPERTY (Installation directories): message_view_gladedir = $(datadir)/anjuta/glade message_view_pixmapsdir = $(datadir)/pixmaps/anjuta message_view_uidir = $(datadir)/anjuta/ui message_view_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -1499,6 +1575,8 @@ ROOT (): anjuta
SOURCE (): plugins/message-view/anjuta-msgman.h
SOURCE (): plugins/message-view/message-view.c
SOURCE (): plugins/message-view/message-view.h
+ SOURCE (): plugins/message-view/Makefile.am
+ SOURCE (): plugins/message-view/$(top_srcdir)/git.mk
GROUP (): mk-project
PROPERTY (Installation directories): plugin_uidir = $(datadir)/anjuta/ui plugin_gladedir = $(datadir)/anjuta/glade plugin_pixmapsdir = $(datadir)/pixmaps/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(GIO_CFLAGS) $(XML_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"mk-project\"
@@ -1529,6 +1607,8 @@ ROOT (): anjuta
SOURCE (): plugins/mk-project/mk-rule.c
SOURCE (): plugins/mk-project/mk-rule.h
SOURCE (): plugins/mk-project/mk-project-private.h
+ SOURCE (): plugins/mk-project/Makefile.am
+ SOURCE (): plugins/mk-project/$(top_srcdir)/git.mk
GROUP (): patch
PROPERTY (Installation directories): patch_uidir = $(datadir)/anjuta/ui patch_gladedir = $(datadir)/anjuta/glade patch_pixmapsdir = $(datadir)/pixmaps/anjuta patch_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -1553,6 +1633,8 @@ ROOT (): anjuta
SOURCE (): plugins/patch/plugin.h
SOURCE (): plugins/patch/patch-plugin.c
SOURCE (): plugins/patch/patch-plugin.h
+ SOURCE (): plugins/patch/Makefile.am
+ SOURCE (): plugins/patch/$(top_srcdir)/git.mk
GROUP (): project-import
PROPERTY (Installation directories): wizard_gladedir = $(datadir)/anjuta/glade wizard_pixmapsdir = $(datadir)/pixmaps/anjuta wizard_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(PLUGIN_GNOMEBUILD_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -1574,6 +1656,8 @@ ROOT (): anjuta
SOURCE (): plugins/project-import/plugin.h
SOURCE (): plugins/project-import/project-import-dialog.h
SOURCE (): plugins/project-import/project-import-dialog.c
+ SOURCE (): plugins/project-import/Makefile.am
+ SOURCE (): plugins/project-import/$(top_srcdir)/git.mk
GROUP (): project-manager
PROPERTY (Installation directories): project_uidir = $(datadir)/anjuta/ui project_gladedir = $(datadir)/anjuta/glade project_pixmapsdir = $(datadir)/pixmaps/anjuta project_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"libanjuta-project-manager\"
@@ -1615,6 +1699,8 @@ ROOT (): anjuta
SOURCE (): plugins/project-manager/dialogs.h
SOURCE (): plugins/project-manager/project-marshal.c
SOURCE (): plugins/project-manager/project-marshal.h
+ SOURCE (): plugins/project-manager/Makefile.am
+ SOURCE (): plugins/project-manager/$(top_srcdir)/git.mk
GROUP (): project-wizard
PROPERTY (Installation directories): wizard_gladedir = $(datadir)/anjuta/glade wizard_uidir = $(datadir)/anjuta/ui wizard_pixmapsdir = $(datadir)/pixmaps/anjuta wizard_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DANJUTA_BINDIR=\"$(bindir)\" -DANJUTA_LIBDIR=\"$(libdir)\" -DG_LOG_DOMAIN=\"libanjuta-project-wizard\"
@@ -1629,6 +1715,8 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/minimal/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/minimal/project.anjuta
SOURCE (): plugins/project-wizard/templates/minimal/anjuta.session
+ SOURCE (): plugins/project-wizard/templates/minimal/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/minimal/$(top_srcdir)/git.mk
GROUP (): terminal
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/terminal
GROUP (): src
@@ -1637,6 +1725,8 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/terminal/src/main.c
SOURCE (): plugins/project-wizard/templates/terminal/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/terminal/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/terminal/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/terminal/po
TARGET (): wizard_files
@@ -1644,6 +1734,8 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/terminal/po/ChangeLog
SOURCE (): plugins/project-wizard/templates/terminal/po/POTFILES.in
SOURCE (): plugins/project-wizard/templates/terminal/po/LINGUAS
+ SOURCE (): plugins/project-wizard/templates/terminal/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/terminal/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/terminal/AUTHORS
@@ -1654,6 +1746,8 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/terminal/NEWS
SOURCE (): plugins/project-wizard/templates/terminal/project.anjuta
SOURCE (): plugins/project-wizard/templates/terminal/README
+ SOURCE (): plugins/project-wizard/templates/terminal/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/terminal/$(top_srcdir)/git.mk
GROUP (): cpp
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/cpp
GROUP (): src
@@ -1662,14 +1756,20 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/cpp/src/main.cc
SOURCE (): plugins/project-wizard/templates/cpp/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/cpp/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/cpp/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/cpp/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/cpp/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/cpp/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/cpp/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/cpp/configure.ac.tpl
+ SOURCE (): plugins/project-wizard/templates/cpp/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/cpp/$(top_srcdir)/git.mk
GROUP (): gtk
GROUP (): src
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/gtk/src
@@ -1678,11 +1778,17 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/gtk/src/main.c
SOURCE (): plugins/project-wizard/templates/gtk/src/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/gtk/src/project.ui
+ SOURCE (): plugins/project-wizard/templates/gtk/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtk/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/gtk/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/gtk/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/gtk/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtk/po/$(top_srcdir)/git.mk
+ SOURCE (): plugins/project-wizard/templates/gtk/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtk/$(top_srcdir)/git.mk
GROUP (): gtkapplication
GROUP (): src
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/gtkapplication/src
@@ -1693,11 +1799,17 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/gtkapplication/src/application.h
SOURCE (): plugins/project-wizard/templates/gtkapplication/src/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/gtkapplication/src/project.ui
+ SOURCE (): plugins/project-wizard/templates/gtkapplication/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtkapplication/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/gtkapplication/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/gtkapplication/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/gtkapplication/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtkapplication/po/$(top_srcdir)/git.mk
+ SOURCE (): plugins/project-wizard/templates/gtkapplication/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtkapplication/$(top_srcdir)/git.mk
GROUP (): anjuta-plugin
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/anjuta-plugin
GROUP (): src
@@ -1710,14 +1822,20 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/anjuta-plugin/src/plugin.h
SOURCE (): plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in
SOURCE (): plugins/project-wizard/templates/anjuta-plugin/src/plugin.xml
+ SOURCE (): plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/anjuta-plugin/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/anjuta-plugin/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/anjuta-plugin/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
+ SOURCE (): plugins/project-wizard/templates/anjuta-plugin/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/anjuta-plugin/$(top_srcdir)/git.mk
GROUP (): gtkmm
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/gtkmm
GROUP (): src
@@ -1727,13 +1845,19 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/gtkmm/src/main.cc
SOURCE (): plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/gtkmm/src/project.ui
+ SOURCE (): plugins/project-wizard/templates/gtkmm/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtkmm/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/gtkmm/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/gtkmm/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/gtkmm/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtkmm/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
+ SOURCE (): plugins/project-wizard/templates/gtkmm/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gtkmm/$(top_srcdir)/git.mk
GROUP (): wxwin
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/wxwin
GROUP (): src
@@ -1742,14 +1866,20 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/wxwin/src/main.cc
SOURCE (): plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/wxwin/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/wxwin/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/wxwin/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/wxwin/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/wxwin/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/wxwin/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/wxwin/configure.ac.tpl
+ SOURCE (): plugins/project-wizard/templates/wxwin/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/wxwin/$(top_srcdir)/git.mk
GROUP (): xlib
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/xlib
GROUP (): src
@@ -1758,14 +1888,20 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/xlib/src/main.c
SOURCE (): plugins/project-wizard/templates/xlib/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/xlib/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/xlib/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/xlib/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/xlib/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/xlib/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/xlib/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/xlib/configure.ac.tpl
+ SOURCE (): plugins/project-wizard/templates/xlib/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/xlib/$(top_srcdir)/git.mk
GROUP (): xlib-dock
GROUP (): src
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/xlib-dock/src
@@ -1776,11 +1912,17 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/xlib-dock/src/wmgeneral.h
SOURCE (): plugins/project-wizard/templates/xlib-dock/src/pixmaps.h
SOURCE (): plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/xlib-dock/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/xlib-dock/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/xlib-dock/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/xlib-dock/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/xlib-dock/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/xlib-dock/po/$(top_srcdir)/git.mk
+ SOURCE (): plugins/project-wizard/templates/xlib-dock/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/xlib-dock/$(top_srcdir)/git.mk
GROUP (): gcj
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/gcj
GROUP (): src
@@ -1788,9 +1930,13 @@ ROOT (): anjuta
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/gcj/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/gcj/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gcj/src/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/gcj/configure.ac.tpl
+ SOURCE (): plugins/project-wizard/templates/gcj/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gcj/$(top_srcdir)/git.mk
GROUP (): java
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/java
GROUP (): src
@@ -1799,15 +1945,21 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/java/src/main.java
SOURCE (): plugins/project-wizard/templates/java/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/java/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/java/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/java/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/java/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/java/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/java/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/java/configure.ac.tpl
SOURCE (): plugins/project-wizard/templates/java/project.anjuta
+ SOURCE (): plugins/project-wizard/templates/java/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/java/$(top_srcdir)/git.mk
GROUP (): pygtk
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/pygtk
GROUP (): src
@@ -1816,15 +1968,21 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/pygtk/src/main.py
SOURCE (): plugins/project-wizard/templates/pygtk/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/pygtk/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/pygtk/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/pygtk/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/pygtk/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/pygtk/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/pygtk/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/pygtk/configure.ac.tpl
SOURCE (): plugins/project-wizard/templates/pygtk/project.anjuta
+ SOURCE (): plugins/project-wizard/templates/pygtk/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/pygtk/$(top_srcdir)/git.mk
GROUP (): python
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/python
GROUP (): src
@@ -1833,15 +1991,21 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/python/src/main.py
SOURCE (): plugins/project-wizard/templates/python/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/python/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/python/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/python/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/python/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/python/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/python/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/python/configure.ac.tpl
SOURCE (): plugins/project-wizard/templates/python/project.anjuta
+ SOURCE (): plugins/project-wizard/templates/python/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/python/$(top_srcdir)/git.mk
GROUP (): mkfile
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/mkfile
GROUP (): src
@@ -1850,15 +2014,21 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/mkfile/src/Makefile.tpl
SOURCE (): plugins/project-wizard/templates/mkfile/src/main.c
+ SOURCE (): plugins/project-wizard/templates/mkfile/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/mkfile/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/mkfile/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/mkfile/po/ChangeLog
SOURCE (): plugins/project-wizard/templates/mkfile/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/mkfile/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/mkfile/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/mkfile/project.anjuta
+ SOURCE (): plugins/project-wizard/templates/mkfile/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/mkfile/$(top_srcdir)/git.mk
GROUP (): sdl
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/sdl
GROUP (): src
@@ -1867,15 +2037,21 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/sdl/src/main.c
SOURCE (): plugins/project-wizard/templates/sdl/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/sdl/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/sdl/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/sdl/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/sdl/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/sdl/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/sdl/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/sdl/configure.ac.tpl
SOURCE (): plugins/project-wizard/templates/sdl/acinclude.m4.tpl
+ SOURCE (): plugins/project-wizard/templates/sdl/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/sdl/$(top_srcdir)/git.mk
GROUP (): library
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/library
GROUP (): src
@@ -1886,19 +2062,27 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/library/src/lib.h
SOURCE (): plugins/project-wizard/templates/library/src/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/library/src/library.pc.in
+ SOURCE (): plugins/project-wizard/templates/library/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/library/src/$(top_srcdir)/git.mk
GROUP (): po
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/library/po
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/library/po/POTFILES.in
+ SOURCE (): plugins/project-wizard/templates/library/po/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/library/po/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/library/configure.ac.tpl
+ SOURCE (): plugins/project-wizard/templates/library/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/library/$(top_srcdir)/git.mk
GROUP (): directory
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/directory
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/directory/project.anjuta
+ SOURCE (): plugins/project-wizard/templates/directory/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/directory/$(top_srcdir)/git.mk
GROUP (): licenses
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/licenses
TARGET (): wizard_files
@@ -1911,12 +2095,16 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/licenses/bsd.tpl
SOURCE (): plugins/project-wizard/templates/licenses/none.txt
SOURCE (): plugins/project-wizard/templates/licenses/none.tpl
+ SOURCE (): plugins/project-wizard/templates/licenses/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/licenses/$(top_srcdir)/git.mk
GROUP (): m4
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/m4
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/m4/as-ac-expand.m4
SOURCE (): plugins/project-wizard/templates/m4/ac-define-dir.m4
+ SOURCE (): plugins/project-wizard/templates/m4/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/m4/$(top_srcdir)/git.mk
GROUP (): js_minimal
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/js_minimal
GROUP (): src
@@ -1925,12 +2113,14 @@ ROOT (): anjuta
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/js_minimal/src/main.js
SOURCE (): plugins/project-wizard/templates/js_minimal/src/Makefile.am.tpl
+ SOURCE (): plugins/project-wizard/templates/js_minimal/src/Makefile.am
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/js_minimal/autogen.sh
SOURCE (): plugins/project-wizard/templates/js_minimal/configure.ac.tpl
SOURCE (): plugins/project-wizard/templates/js_minimal/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/js_minimal/project.anjuta
+ SOURCE (): plugins/project-wizard/templates/js_minimal/Makefile.am
GROUP (): vala-gtk
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/vala-gtk
GROUP (): src
@@ -1941,9 +2131,13 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/vala-gtk/src/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/vala-gtk/src/project.ui
SOURCE (): plugins/project-wizard/templates/vala-gtk/src/config.vapi
+ SOURCE (): plugins/project-wizard/templates/vala-gtk/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/vala-gtk/src/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/vala-gtk/configure.ac.tpl
+ SOURCE (): plugins/project-wizard/templates/vala-gtk/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/vala-gtk/$(top_srcdir)/git.mk
GROUP (): gnome-shell-extension
PROPERTY (Installation directories): wizard_filesdir = $(datadir)/anjuta/project/gnome-shell-extension
GROUP (): src
@@ -1954,12 +2148,16 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/src/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/src/metadata.json
SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/src/stylesheet.css
+ SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/src/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/src/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/autogen.sh
SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/configure.ac.tpl
SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/Makefile.am.tpl
SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/project.anjuta
+ SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/gnome-shell-extension/$(top_srcdir)/git.mk
TARGET (): wizard_files
PROPERTY (Installation directory): wizard_filesdir
SOURCE (): plugins/project-wizard/templates/terminal-logo.png
@@ -1979,6 +2177,8 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/templates/gnome.png
SOURCE (): plugins/project-wizard/templates/gnome.svg
SOURCE (): plugins/project-wizard/templates/$(template_in_files:.in=)
+ SOURCE (): plugins/project-wizard/templates/Makefile.am
+ SOURCE (): plugins/project-wizard/templates/$(top_srcdir)/git.mk
TARGET (): wizard_glade
PROPERTY (Installation directory): wizard_gladedir
SOURCE (): plugins/project-wizard/anjuta-project-wizard.ui
@@ -2019,6 +2219,8 @@ ROOT (): anjuta
SOURCE (): plugins/project-wizard/autogen.h
SOURCE (): plugins/project-wizard/tar.c
SOURCE (): plugins/project-wizard/tar.h
+ SOURCE (): plugins/project-wizard/Makefile.am
+ SOURCE (): plugins/project-wizard/$(top_srcdir)/git.mk
GROUP (): python-loader
PROPERTY (Installation directories): plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DANJUTA_DATA_DIR=\"$(datadir)/anjuta\" -DANJUTA_PLUGIN_DIR=\"$(libdir)/anjuta\" -DANJUTA_IMAGE_DIR=\"$(datadir)/pixmaps/anjuta\" -DANJUTA_GLADE_DIR=\"$(datadir)/anjuta/glade\" -DANJUTA_UI_DIR=\"$(datadir)/anjuta/ui\" $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" `$PYTHON-config --cflags` $(PYGOBJECT_CFLAGS) -DPACKAGE_SRC_DIR=\"$(srcdir)\" -DG_LOG_DOMAIN=\"python-loader\"
@@ -2031,6 +2233,8 @@ ROOT (): anjuta
PROPERTY (Libraries): $(top_builddir)/libanjuta/libanjuta-3.la `$PYTHON-config --libs` $(PYGOBJECT_LIBS)
SOURCE (): plugins/python-loader/plugin.c
SOURCE (): plugins/python-loader/plugin.h
+ SOURCE (): plugins/python-loader/Makefile.am
+ SOURCE (): plugins/python-loader/$(top_srcdir)/git.mk
GROUP (): run-program
PROPERTY (Installation directories): anjuta_gladedir = $(datadir)/anjuta/glade anjuta_uidir = $(datadir)/anjuta/ui anjuta_pixmapsdir = $(datadir)/pixmaps/anjuta anjuta_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -2058,6 +2262,8 @@ ROOT (): anjuta
SOURCE (): plugins/run-program/execute.h
SOURCE (): plugins/run-program/utils.c
SOURCE (): plugins/run-program/utils.h
+ SOURCE (): plugins/run-program/Makefile.am
+ SOURCE (): plugins/run-program/$(top_srcdir)/git.mk
GROUP (): snippets-manager
PROPERTY (Installation directories): snippets_manager_gladedir = $(datadir)/anjuta/glade default_snippetsdir = $(datadir)/anjuta snippets_manager_pixmapsdir = $(datadir)/pixmaps/anjuta snippets_manager_uidir = $(datadir)/anjuta/ui snippets_manager_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(XML_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(XML_CFLAGS) -DG_LOG_DOMAIN=\"libanjuta-snippets-manager\"
@@ -2107,6 +2313,8 @@ ROOT (): anjuta
SOURCE (): plugins/snippets-manager/snippets-provider.h
SOURCE (): plugins/snippets-manager/snippets-import-export.c
SOURCE (): plugins/snippets-manager/snippets-import-export.h
+ SOURCE (): plugins/snippets-manager/Makefile.am
+ SOURCE (): plugins/snippets-manager/$(top_srcdir)/git.mk
GROUP (): sourceview
PROPERTY (Installation directories): sourceview_xmldir = $(datadir)/anjuta/glade sourceview_uidir = $(datadir)/anjuta/ui sourceview_pixmapsdir = $(datadir)/pixmaps/anjuta sourceview_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(GIO_CFLAGS) $(SOURCEVIEW_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"sourceview\"
@@ -2154,6 +2362,8 @@ ROOT (): anjuta
SOURCE (): plugins/sourceview/sourceview-io.c
SOURCE (): plugins/sourceview/sourceview-provider.h
SOURCE (): plugins/sourceview/sourceview-provider.c
+ SOURCE (): plugins/sourceview/Makefile.am
+ SOURCE (): plugins/sourceview/$(top_srcdir)/git.mk
GROUP (): starter
PROPERTY (Installation directories): starter_plugindir = $(libdir)/anjuta starter_pixmapsdir = $(datadir)/pixmaps/anjuta plugindir = $(libdir)/anjuta uidir = $(datadir)/anjuta/glade
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(GDL_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" -DG_LOG_DOMAIN=\"starter\"
@@ -2173,6 +2383,8 @@ ROOT (): anjuta
TARGET (): ui
PROPERTY (Installation directory): uidir
SOURCE (): plugins/starter/starter.ui
+ SOURCE (): plugins/starter/Makefile.am
+ SOURCE (): plugins/starter/$(top_srcdir)/git.mk
GROUP (): subversion
PROPERTY (Installation directories): subversion_gladedir = $(datadir)/anjuta/glade subversion_pixmapsdir = $(datadir)/pixmaps/anjuta subversion_uidir = $(datadir)/anjuta/ui subversion_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $APR_CFLAGS $APR_UTILS_CFLAGS $NEON_CFLAGS -I$SVN_INCLUDE
@@ -2255,6 +2467,8 @@ ROOT (): anjuta
SOURCE (): plugins/subversion/subversion-vcs-interface.h
SOURCE (): plugins/subversion/svn-checkout-command.c
SOURCE (): plugins/subversion/svn-checkout-command.h
+ SOURCE (): plugins/subversion/Makefile.am
+ SOURCE (): plugins/subversion/$(top_srcdir)/git.mk
GROUP (): symbol-db
PROPERTY (Installation directories): symbol_db_datadir = $(datadir)/anjuta symbol_db_uidir = $(datadir)/anjuta/ui symbol_db_gladedir = $(datadir)/anjuta/glade symbol_db_pixmapsdir = $(datadir)/pixmaps/anjuta symbol_db_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(GDA_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(PLUGIN_SYMBOL_DB_CFLAGS) -DSYMBOL_DB_SHM=\"/dev/shm\" -DPACKAGE_BIN_DIR=\"$(bindir)\" -DG_LOG_DOMAIN=\"libanjuta-symbol-db\"
@@ -2357,6 +2571,7 @@ ROOT (): anjuta
SOURCE (): plugins/symbol-db/anjuta-tags/ctags-utils.c
SOURCE (): plugins/symbol-db/anjuta-tags/ctags-utils.h
SOURCE (): plugins/symbol-db/anjuta-tags/vala.c
+ SOURCE (): plugins/symbol-db/anjuta-tags/Makefile.am
GROUP (): images
PROPERTY (Installation directories): symbol_browser_iconsdir = $(datadir)/pixmaps/anjuta
TARGET (): symbol_browser_icons
@@ -2383,6 +2598,8 @@ ROOT (): anjuta
SOURCE (): plugins/symbol-db/images/element-property-protected-16.png
SOURCE (): plugins/symbol-db/images/element-property-public-16.png
SOURCE (): plugins/symbol-db/images/element-structure-16.png
+ SOURCE (): plugins/symbol-db/images/Makefile.am
+ SOURCE (): plugins/symbol-db/images/$(top_srcdir)/git.mk
GROUP (): benchmark
GROUP (): symbol-db
PROPERTY (C preprocessor flags): $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(PLUGIN_SYMBOL_DB_CFLAGS) -DDEBUG
@@ -2391,6 +2608,8 @@ ROOT (): anjuta
PROPERTY (Linker flags): $(top_builddir)/libanjuta/libanjuta-3.la $(ANJUTA_LIBS) $(PLUGIN_SYMBOL_DB_LIBS)
PROPERTY (Libraries): ../../libanjuta-symbol-db.la
SOURCE (): plugins/symbol-db/benchmark/symbol-db/benchmark.c
+ SOURCE (): plugins/symbol-db/benchmark/symbol-db/Makefile.am
+ SOURCE (): plugins/symbol-db/benchmark/symbol-db/$(top_srcdir)/git.mk
GROUP (): libgda
PROPERTY (C preprocessor flags): $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(PLUGIN_SYMBOL_DB_CFLAGS) -DDEBUG
TARGET (): benchmark-libgda
@@ -2398,12 +2617,17 @@ ROOT (): anjuta
PROPERTY (Linker flags): $(top_builddir)/libanjuta/libanjuta-3.la $(ANJUTA_LIBS) $(PLUGIN_SYMBOL_DB_LIBS)
PROPERTY (Libraries): ../../libanjuta-symbol-db.la
SOURCE (): plugins/symbol-db/benchmark/libgda/libgda.c
+ SOURCE (): plugins/symbol-db/benchmark/libgda/Makefile.am
+ SOURCE (): plugins/symbol-db/benchmark/libgda/$(top_srcdir)/git.mk
GROUP (): sqlite
PROPERTY (C preprocessor flags): $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(PLUGIN_SYMBOL_DB_CFLAGS) -DDEBUG
TARGET (): benchmark-sqlite
PROPERTY (Do not install): true
PROPERTY (Linker flags): $(top_builddir)/libanjuta/libanjuta-3.la $(ANJUTA_LIBS) $(PLUGIN_SYMBOL_DB_LIBS) `pkg-config --libs sqlite3`
SOURCE (): plugins/symbol-db/benchmark/sqlite/sqlite.c
+ SOURCE (): plugins/symbol-db/benchmark/sqlite/Makefile.am
+ SOURCE (): plugins/symbol-db/benchmark/sqlite/$(top_srcdir)/git.mk
+ SOURCE (): plugins/symbol-db/benchmark/Makefile.am
TARGET (): symbol_db_data
PROPERTY (Installation directory): symbol_db_datadir
SOURCE (): plugins/symbol-db/tables.sql
@@ -2456,6 +2680,8 @@ ROOT (): anjuta
SOURCE (): plugins/symbol-db/symbol-db-views.c
SOURCE (): plugins/symbol-db/symbol-db-views.h
SOURCE (): plugins/symbol-db/$(BUILT_SOURCES)
+ SOURCE (): plugins/symbol-db/Makefile.am
+ SOURCE (): plugins/symbol-db/$(top_srcdir)/git.mk
GROUP (): terminal
PROPERTY (Installation directories): terminal_gladedir = $(datadir)/anjuta/glade terminal_uidir = $(datadir)/anjuta/ui terminal_pixmapsdir = $(datadir)/pixmaps/anjuta terminal_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(VTE_CFLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -2478,6 +2704,8 @@ ROOT (): anjuta
PROPERTY (Libraries): $(VTE_LIBS) $(top_builddir)/libanjuta/libanjuta-3.la
MODULE (): VTE
SOURCE (): plugins/terminal/terminal.c
+ SOURCE (): plugins/terminal/Makefile.am
+ SOURCE (): plugins/terminal/$(top_srcdir)/git.mk
GROUP (): tools
PROPERTY (Installation directories): tools_gladedir = $(datadir)/anjuta/glade tools_uidir = $(datadir)/anjuta/ui tools_pixmapsdir = $(datadir)/pixmaps/anjuta tools_plugindir = $(libdir)/anjuta plugindir = $(libdir)/anjuta
PROPERTY (C preprocessor flags): $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\"
@@ -2489,6 +2717,8 @@ ROOT (): anjuta
SOURCE (): plugins/tools/scripts/find-fixmes.pl
SOURCE (): plugins/tools/scripts/translation-status.pl
SOURCE (): plugins/tools/scripts/tools-2.xml
+ SOURCE (): plugins/tools/scripts/Makefile.am
+ SOURCE (): plugins/tools/scripts/$(top_srcdir)/git.mk
TARGET (): tools_glade
PROPERTY (Installation directory): tools_gladedir
SOURCE (): plugins/tools/anjuta-tools.ui
@@ -2520,6 +2750,10 @@ ROOT (): anjuta
SOURCE (): plugins/tools/execute.h
SOURCE (): plugins/tools/variable.c
SOURCE (): plugins/tools/variable.h
+ SOURCE (): plugins/tools/Makefile.am
+ SOURCE (): plugins/tools/$(top_srcdir)/git.mk
+ SOURCE (): plugins/Makefile.am
+ SOURCE (): plugins/$(top_srcdir)/git.mk
GROUP (): src
PROPERTY (Installation directories): anjuta_gladedir = $(datadir)/anjuta/glade anjuta_uidir = $(datadir)/anjuta/ui anjuta_layoutdir = $(datadir)/anjuta anjuta_pixmapsdir = $(datadir)/pixmaps/anjuta
PROPERTY (C preprocessor flags): -I$(top_srcdir) -I.. -I. $(ANJUTA_CFLAGS) $(GDL_CFLAGS) $(DEPRECATED_FLAGS) -I$(top_srcdir) -I$(top_builddir)/libanjuta -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)"\" -DPACKAGE_LIB_DIR=\""$(pkglibdir)"\" -DPACKAGE_DATA_DIR=\""$(datadir)/$(PACKAGE)"\" $(SOURCEVIEW_CFLAGS) $(GDL_CFLAGS) $(XML_CFLAGS) -DPACKAGE_BIN_DIR=\"$(bindir)\" -DPACKAGE_DATA_DIR="\"$(datadir)/$(PACKAGE)\"" -DPACKAGE_DOC_DIR=\"$(docdir)\" -DPACKAGE_PIXMAPS_DIR=\"$(datadir)/pixmaps/$(PACKAGE)\" -DPACKAGE_PLUGIN_DIR=\"$(libdir)/$(PACKAGE)\" -DPACKAGE_LOCALE_DIR=\"$(datadir)/locale\" -DG_LOG_DOMAIN=\"Anjuta\"
@@ -2560,23 +2794,45 @@ ROOT (): anjuta
MODULE (): GDL
SOURCE (): src/shell.c
SOURCE (): src/shell.h
+ SOURCE (): src/Makefile.am
+ SOURCE (): src/$(top_srcdir)/git.mk
GROUP (): manuals
GROUP (): reference
GROUP (): libanjuta
+ SOURCE (): manuals/reference/libanjuta/Makefile.am
+ SOURCE (): manuals/reference/libanjuta/$(top_srcdir)/gtk-doc.make
+ SOURCE (): manuals/reference/libanjuta/$(top_srcdir)/git.mk
+ SOURCE (): manuals/reference/Makefile.am
+ SOURCE (): manuals/reference/$(top_srcdir)/git.mk
GROUP (): anjuta-manual
+ SOURCE (): manuals/anjuta-manual/Makefile.am
+ SOURCE (): manuals/anjuta-manual/$(top_srcdir)/gnome-doc-utils.make
+ SOURCE (): manuals/anjuta-manual/$(top_srcdir)/git.mk
GROUP (): anjuta-faqs
+ SOURCE (): manuals/anjuta-faqs/Makefile.am
+ SOURCE (): manuals/anjuta-faqs/$(top_srcdir)/gnome-doc-utils.make
+ SOURCE (): manuals/anjuta-faqs/$(top_srcdir)/git.mk
GROUP (): anjuta-build-tutorial
+ SOURCE (): manuals/anjuta-build-tutorial/Makefile.am
+ SOURCE (): manuals/anjuta-build-tutorial/$(top_srcdir)/gnome-doc-utils.make
+ SOURCE (): manuals/anjuta-build-tutorial/$(top_srcdir)/git.mk
+ SOURCE (): manuals/Makefile.am
+ SOURCE (): manuals/$(top_srcdir)/git.mk
GROUP (): mime
PROPERTY (Installation directories): mimexmldir = $(datadir)/mime/packages
TARGET (): mimexml
PROPERTY (Installation directory): mimexmldir
SOURCE (): mime/anjuta.xml
+ SOURCE (): mime/Makefile.am
+ SOURCE (): mime/$(top_srcdir)/git.mk
GROUP (): launcher
PROPERTY (C preprocessor flags): -I. -I.. $(ANJUTA_CFLAGS) -g -O $(DEPRECATED_FLAGS)
TARGET (): anjuta-launcher
PROPERTY (Installation directory): bindir
PROPERTY (Libraries): $(ANJUTA_LIBS)
MODULE (): ANJUTA
+ SOURCE (): launcher/Makefile.am
+ SOURCE (): launcher/$(top_srcdir)/git.mk
GROUP (): po
TARGET (): anjutadoc
PROPERTY (Installation directory): anjutadocdir
@@ -2597,3 +2853,6 @@ ROOT (): anjuta
TARGET (): gnomemenu
PROPERTY (Installation directory): gnomemenudir
SOURCE (): $(gnomemenu_premerge_file:.desktop.in=.desktop)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
+ SOURCE (): $(top_srcdir)/git.mk
diff --git a/plugins/am-project/tests/bugs.at b/plugins/am-project/tests/bugs.at
index 7bac5b3..d379879 100644
--- a/plugins/am-project/tests/bugs.at
+++ b/plugins/am-project/tests/bugs.at
@@ -12,10 +12,12 @@ AT_DATA([project1/Makefile.am],
[[]])
AT_DATA([expect],
[[ROOT (): bug1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load project1 \
move bug1 \
- remove 0:0 \
+ remove 0:1 \
list \
save])
AT_CHECK([diff output expect])
@@ -40,6 +42,8 @@ AT_DATA([expect],
TARGET (): program
PROPERTY (C compiler flags): -g
PROPERTY (Do not install): true
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load project2 \
list])
@@ -65,6 +69,8 @@ AT_DATA([expect],
[[ROOT (): project3
TARGET (): program
PROPERTY (Do not install): true
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load project3 \
list])
diff --git a/plugins/am-project/tests/comment.at b/plugins/am-project/tests/comment.at
index 3a0e429..197c3bf 100644
--- a/plugins/am-project/tests/comment.at
+++ b/plugins/am-project/tests/comment.at
@@ -14,6 +14,8 @@ AT_DATA([expect],
[[ROOT (): bug1
PROPERTY (Name): Ibl_server
PROPERTY (Version): 1.02
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load project1 \
move bug1 \
diff --git a/plugins/am-project/tests/data_target.at b/plugins/am-project/tests/data_target.at
index 83fca98..80f9c40 100644
--- a/plugins/am-project/tests/data_target.at
+++ b/plugins/am-project/tests/data_target.at
@@ -27,6 +27,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): target2dir
SOURCE (): data2.txt
SOURCE (): data3.txt
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load data \
list \
@@ -41,6 +43,8 @@ AT_DATA([expect],
TARGET (): target1
PROPERTY (Installation directory): target1dir
SOURCE (): data1.txt
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -51,7 +55,7 @@ target1_DATA = data1.txt
]])
AT_PARSER_CHECK([load data \
move data1 \
- remove 0:1 \
+ remove 0:3 \
list \
save])
AT_CHECK([diff -b data1/Makefile.am reference])
@@ -71,6 +75,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): datadir
SOURCE (): data4.txt
SOURCE (): data5.txt
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -85,8 +91,8 @@ data_DATA = data4.txt \
AT_PARSER_CHECK([load data1 \
move data2 \
add target 0 target3 data \
- add source 0:1 data4.txt \
- add source 0:1 data5.txt \
+ add source 0:3 data4.txt \
+ add source 0:3 data5.txt \
list \
save])
AT_CHECK([diff -b data2/Makefile.am reference])
@@ -102,6 +108,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): datadir
SOURCE (): data4.txt
SOURCE (): data5.txt
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -112,7 +120,7 @@ data_DATA = data4.txt \
]])
AT_PARSER_CHECK([load data2 \
move data3 \
- remove 0:0 \
+ remove 0:2 \
list \
save])
AT_CHECK([diff -b data3/Makefile.am reference])
diff --git a/plugins/am-project/tests/empty.at b/plugins/am-project/tests/empty.at
index 86b78f8..aa7d710 100644
--- a/plugins/am-project/tests/empty.at
+++ b/plugins/am-project/tests/empty.at
@@ -8,6 +8,8 @@ AT_DATA([empty/Makefile.am],
]])
AT_DATA([expect],
[[ROOT (): empty
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load empty \
list])
diff --git a/plugins/am-project/tests/gnucash.lst b/plugins/am-project/tests/gnucash.lst
index 005afd3..1c33137 100644
--- a/plugins/am-project/tests/gnucash.lst
+++ b/plugins/am-project/tests/gnucash.lst
@@ -61,6 +61,7 @@ ROOT (): gnucash
SOURCE (): doc/examples/swipe.qif
SOURCE (): doc/examples/taxreport.gnucash
SOURCE (): doc/examples/web.qif
+ SOURCE (): doc/examples/Makefile.am
TARGET (): doc
PROPERTY (Installation directory): docdir
SOURCE (): doc/README.francais
@@ -80,6 +81,7 @@ ROOT (): gnucash
TARGET (): tips
PROPERTY (Installation directory): tipsdir
SOURCE (): doc/tip_of_the_day.list
+ SOURCE (): doc/Makefile.am
GROUP (): lib
GROUP (): libc
PROPERTY (C preprocessor flags): -DOS_WIN32
@@ -94,6 +96,7 @@ ROOT (): gnucash
SOURCE (): lib/libc/setenv.h
SOURCE (): lib/libc/strptime.h
SOURCE (): lib/libc/pow.h
+ SOURCE (): lib/libc/Makefile.am
GROUP (): guile-www
PROPERTY (Installation directories): gncscmdir = ${GNC_SHAREDIR}/guile-modules/www
TARGET (): gncscm
@@ -105,6 +108,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): lib/guile-www/.scm-links
+ SOURCE (): lib/guile-www/Makefile.am
GROUP (): stf
PROPERTY (C preprocessor flags): $(GOFFICE_CFLAGS)
TARGET (): libgnc-stf.la
@@ -117,6 +121,8 @@ ROOT (): gnucash
TARGET (): noinst_HEADERS
PROPERTY (Do not install): true
SOURCE (): lib/stf/${REALHDRS}
+ SOURCE (): lib/stf/Makefile.am
+ SOURCE (): lib/Makefile.am
GROUP (): src
GROUP (): libqof
GROUP (): qof
@@ -199,8 +205,12 @@ ROOT (): gnucash
PROPERTY (Linker flags): -version-info 1:4:0
PROPERTY (Libraries): -lregex /lib/libc/libc-missing.la
SOURCE (): src/libqof/qof/gnc-numeric.c
+ SOURCE (): src/libqof/qof/Makefile.am
+ SOURCE (): src/libqof/Makefile.am
GROUP (): debug
GROUP (): valgrind
+ SOURCE (): src/debug/valgrind/Makefile.am
+ SOURCE (): src/debug/Makefile.am
GROUP (): doc
PROPERTY (Installation directories): docdir = ${GNC_DOC_INSTALL_DIR}
GROUP (): design
@@ -220,7 +230,10 @@ ROOT (): gnucash
SOURCE (): src/doc/design/top-level.texinfo
SOURCE (): src/doc/design/type-index.texinfo
SOURCE (): src/doc/design/user-preferences.texinfo
+ SOURCE (): src/doc/design/Makefile.am
GROUP (): xml
+ SOURCE (): src/doc/xml/Makefile.am
+ SOURCE (): src/doc/Makefile.am
GROUP (): pixmaps
PROPERTY (Installation directories): gncpixmapdir = ${GNC_PIXMAP_DIR} gnchuge256icondir = ${datadir}/icons/hicolor/256x256/apps gnchuge128icondir = ${datadir}/icons/hicolor/128x128/apps gnclarge96icondir = ${datadir}/icons/hicolor/96x96/apps gnclarge64icondir = ${datadir}/icons/hicolor/64x64/apps gnclarge48icondir = ${datadir}/icons/hicolor/48x48/apps gncmediumicondir = ${datadir}/icons/hicolor/32x32/apps gncsmalltwfouricondir = ${datadir}/icons/hicolor/24x24/apps gncsmalltwtwoicondir = ${datadir}/icons/hicolor/22x22/apps gncextrasmallicondir = ${datadir}/icons/hicolor/16x16/apps gncscalableicondir = ${datadir}/icons/hicolor/scalable/apps
TARGET (): gncpixmap
@@ -295,6 +308,7 @@ ROOT (): gnucash
TARGET (): gncscalableicon
PROPERTY (Installation directory): gncscalableicondir
SOURCE (): src/pixmaps/scalable/gnucash-icon.svg
+ SOURCE (): src/pixmaps/Makefile.am
GROUP (): test-core
PROPERTY (C preprocessor flags): -I${top_srcdir}/src ${GLIB_CFLAGS}
TARGET (): libtest-core.la
@@ -305,6 +319,7 @@ ROOT (): gnucash
TARGET (): noinst_HEADERS
PROPERTY (Do not install): true
SOURCE (): src/test-core/test-stuff.h
+ SOURCE (): src/test-core/Makefile.am
GROUP (): core-utils
PROPERTY (C preprocessor flags): ${GUILE_INCS} ${GLIB_CFLAGS} ${GCONF_CFLAGS} ${IGE_MAC_CFLAGS} ${QOF_CFLAGS} -I${top_srcdir}/src/libqof/qof -I${top_srcdir}/src
PROPERTY (Installation directories): gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash
@@ -314,6 +329,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
TARGET (): test-resolve-file-path
PROPERTY (Build for check only): true
+ SOURCE (): src/core-utils/test/Makefile.am
TARGET (): libgnc-core-utils.la
PROPERTY (Installation directory): libdir
PROPERTY (Libraries): ${GUILE_LIBS} ${GLIB_LIBS} ${BINRELOC_LIBS} ${IGE_MAC_LIBS} ${GCONF_LIBS} ${QOF_LIBS}
@@ -346,6 +362,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/core-utils/.scm-links
+ SOURCE (): src/core-utils/Makefile.am
GROUP (): gnc-module
PROPERTY (C preprocessor flags): -I${top_srcdir}/lib/libc -I${top_srcdir}/src -I${top_srcdir}/src/core-utils ${GLIB_CFLAGS} ${GUILE_INCS}
PROPERTY (Installation directories): gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash gncincludedir = ${GNC_INCLUDE_DIR}
@@ -366,6 +383,7 @@ ROOT (): gnucash
PROPERTY (Do not install): true
SOURCE (): src/gnc-module/test/mod-foo/foo.h
SOURCE (): src/gnc-module/test/mod-foo/swig-foo.c
+ SOURCE (): src/gnc-module/test/mod-foo/Makefile.am
GROUP (): mod-bar
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS}
TARGET (): libbar.la
@@ -381,6 +399,7 @@ ROOT (): gnucash
PROPERTY (Do not install): true
SOURCE (): src/gnc-module/test/mod-bar/bar.h
SOURCE (): src/gnc-module/test/mod-bar/swig-bar.c
+ SOURCE (): src/gnc-module/test/mod-bar/Makefile.am
GROUP (): mod-baz
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/gnc-module/test/mod-foo ${GLIB_CFLAGS} ${GUILE_INCS}
TARGET (): libbaz.la
@@ -397,6 +416,7 @@ ROOT (): gnucash
PROPERTY (Do not install): true
SOURCE (): src/gnc-module/test/mod-baz/baz.h
SOURCE (): src/gnc-module/test/mod-baz/swig-baz.c
+ SOURCE (): src/gnc-module/test/mod-baz/Makefile.am
GROUP (): misc-mods
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module ${GLIB_CFLAGS} ${GUILE_INCS}
TARGET (): libgncmod_futuremodsys.la
@@ -414,6 +434,7 @@ ROOT (): gnucash
PROPERTY (Linker flags): -rpath ${PWD} -avoid-version
PROPERTY (Libraries): $(GLIB_LIBS)
SOURCE (): src/gnc-module/test/misc-mods/agedver.c
+ SOURCE (): src/gnc-module/test/misc-mods/Makefile.am
TARGET (): test-load-c
PROPERTY (Build for check only): true
TARGET (): test-modsysver
@@ -425,6 +446,7 @@ ROOT (): gnucash
TARGET (): test-dynload
PROPERTY (Build for check only): true
PROPERTY (Linker flags): ${GUILE_LIBS}
+ SOURCE (): src/gnc-module/test/Makefile.am
TARGET (): libgnc-module.la
PROPERTY (Installation directory): libdir
PROPERTY (Libraries): ../core-utils/libgnc-core-utils.la ${top_builddir}/lib/libc/libc-missing.la ${GLIB_LIBS} ${GUILE_LIBS}
@@ -440,6 +462,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/gnc-module/.scm-links
+ SOURCE (): src/gnc-module/Makefile.am
GROUP (): engine
PROPERTY (C preprocessor flags): -I${top_srcdir}/lib/libc -I${top_srcdir}/src/core-utils -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/libqof/qof ${GLIB_CFLAGS} ${GUILE_INCS}
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR} gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash gncscmdir = ${GNC_SHAREDIR}/scm
@@ -455,6 +478,7 @@ ROOT (): gnucash
PROPERTY (Do not install): true
SOURCE (): src/engine/test-core/test-engine-stuff.h
SOURCE (): src/engine/test-core/test-engine-strings.h
+ SOURCE (): src/engine/test-core/Makefile.am
GROUP (): test
PROPERTY (C preprocessor flags): -I${top_srcdir} -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/test-core -I${top_srcdir}/src/engine -I${top_srcdir}/src/engine/test-core -I${top_srcdir}/src/libqof/qof -I${top_srcdir}/src/core-utils ${GUILE_INCS} ${GLIB_CFLAGS}
TARGET (): test-link
@@ -499,6 +523,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
TARGET (): test-transaction-voiding
PROPERTY (Build for check only): true
+ SOURCE (): src/engine/test/Makefile.am
TARGET (): libgncmod-engine.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -638,6 +663,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/engine/.scm-links
+ SOURCE (): src/engine/Makefile.am
GROUP (): backend
GROUP (): xml
PROPERTY (C preprocessor flags): -I.. -I../.. -DLOCALE_DIR=\""$(datadir)/locale"\" -I${top_srcdir}/src/backend -I${top_srcdir}/src/engine -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/gnc-module -I${top_srcdir}/lib/libc -I${top_srcdir}/src/libqof/qof -I$(top_srcdir)/src ${LIBXML2_CFLAGS} ${GLIB_CFLAGS} ${GCONF_CFLAGS}
@@ -645,6 +671,8 @@ ROOT (): gnucash
PROPERTY (C preprocessor flags): -I${top_srcdir}/lib/libc -I${top_srcdir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/test-core -I${top_srcdir}/src/engine -I${top_srcdir}/src/engine/test-core -I${top_srcdir}/src/backend/xml -I${top_srcdir}/src/libqof/qof ${LIBXML2_CFLAGS} ${GLIB_CFLAGS} ${GUILE_INCS} ${GCONF_CFLAGS}
GROUP (): test-files
GROUP (): xml2
+ SOURCE (): src/backend/xml/test/test-files/xml2/Makefile.am
+ SOURCE (): src/backend/xml/test/test-files/Makefile.am
TARGET (): libgnc-test-file-stuff.la
PROPERTY (Build for check only): true
PROPERTY (Libraries): ${top_builddir}/src/engine/libgncmod-engine.la
@@ -818,6 +846,7 @@ ROOT (): gnucash
TARGET (): noinst_HEADERS
PROPERTY (Do not install): true
SOURCE (): src/backend/xml/test/test-file-stuff.h
+ SOURCE (): src/backend/xml/test/Makefile.am
TARGET (): libgnc-backend-xml-utils.la
PROPERTY (Installation directory): libdir
PROPERTY (Libraries): ${GLIB_LIBS} ${GCONF_LIBS} ${LIBXML2_LIBS} ${ZLIB_LIBS} ${top_builddir}/src/engine/libgncmod-engine.la ${top_builddir}/src/core-utils/libgnc-core-utils.la ${top_builddir}/src/libqof/qof/libgnc-qof.la
@@ -886,6 +915,7 @@ ROOT (): gnucash
SOURCE (): src/backend/xml/sixtp-utils.h
SOURCE (): src/backend/xml/sixtp.h
SOURCE (): src/backend/xml/xml-helpers.h
+ SOURCE (): src/backend/xml/Makefile.am
GROUP (): sql
PROPERTY (C compiler flags): -I.. -I../.. -DLOCALE_DIR=\""$(datadir)/locale"\" -I${top_srcdir}/src/backend -I${top_srcdir}/src/debug -I${top_srcdir}/src/engine -I${top_srcdir}/src/core-utils -I${top_srcdir}/lib/libc -I${top_srcdir}/src/libqof/qof ${GLIB_CFLAGS} ${GUILE_INCS} ${GCONF_CFLAGS} ${WARN_CFLAGS}
GROUP (): test
@@ -893,6 +923,7 @@ ROOT (): gnucash
TARGET (): test-column-types
PROPERTY (Build for check only): true
SOURCE (): src/backend/sql/test/test-column-types.c
+ SOURCE (): src/backend/sql/test/Makefile.am
TARGET (): libgnc-backend-sql.la
PROPERTY (Installation directory): libdir
PROPERTY (Libraries): ${GLIB_LIBS} ${GUILE_LIBS} ${GCONF_LIBS} ${top_builddir}/src/engine/libgncmod-engine.la ${top_builddir}/src/libqof/qof/libgnc-qof.la
@@ -944,6 +975,7 @@ ROOT (): gnucash
SOURCE (): src/backend/sql/gnc-transaction-sql.h
SOURCE (): src/backend/sql/gnc-vendor-sql.h
SOURCE (): src/backend/sql/escape.h
+ SOURCE (): src/backend/sql/Makefile.am
GROUP (): ${DBI_DIR}
GROUP (): dbi
PROPERTY (C compiler flags): -I.. -I../.. -DLOCALE_DIR=\""$(datadir)/locale"\" -I${top_srcdir}/src/backend -I${top_srcdir}/src/backend/sql -I${top_srcdir}/src/debug -I${top_srcdir}/src/engine -I${top_srcdir}/src/core-utils -I${top_srcdir}/lib/libc -I${top_srcdir}/src/libqof/qof ${GLIB_CFLAGS} ${GCONF_CFLAGS} ${WARN_CFLAGS}
@@ -965,6 +997,7 @@ ROOT (): gnucash
SOURCE (): src/backend/dbi/test/test-dbi-business-stuff.c
TARGET (): test-load-backend
PROPERTY (Build for check only): true
+ SOURCE (): src/backend/dbi/test/Makefile.am
TARGET (): libgncmod-backend-dbi.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -module -avoid-version
@@ -973,6 +1006,8 @@ ROOT (): gnucash
TARGET (): noinst_HEADERS
PROPERTY (Do not install): true
SOURCE (): src/backend/dbi/gnc-backend-dbi.h
+ SOURCE (): src/backend/dbi/Makefile.am
+ SOURCE (): src/backend/Makefile.am
GROUP (): scm
PROPERTY (Installation directories): gncscmdir = ${GNC_SCM_INSTALL_DIR} gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash configdir = ${GNC_CONFIGDIR}
GROUP (): gnumeric
@@ -984,6 +1019,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/scm/gnumeric/.scm-links
+ SOURCE (): src/scm/gnumeric/Makefile.am
TARGET (): gncscmmod
PROPERTY (Installation directory): gncscmmoddir
SOURCE (): src/scm/main.scm
@@ -999,6 +1035,7 @@ ROOT (): gnucash
TARGET (): config
PROPERTY (Installation directory): configdir
SOURCE (): src/scm/config
+ SOURCE (): src/scm/Makefile.am
GROUP (): quotes
TARGET (): bin
PROPERTY (Installation directory): bindir
@@ -1006,6 +1043,7 @@ ROOT (): gnucash
SOURCE (): src/quotes/gnc-fq-dump
SOURCE (): src/quotes/gnc-fq-helper
SOURCE (): src/quotes/gnc-fq-update
+ SOURCE (): src/quotes/Makefile.am
GROUP (): calculation
PROPERTY (C preprocessor flags): -I${top_srcdir}/lib/libc -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLIB_CFLAGS}
GROUP (): test
@@ -1013,6 +1051,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
PROPERTY (Libraries): ../libgncmod-calculation.la ${GLIB_LIBS} -lgmodule-2.0
SOURCE (): src/calculation/test/test-link.c
+ SOURCE (): src/calculation/test/Makefile.am
TARGET (): libgncmod-calculation.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1026,6 +1065,7 @@ ROOT (): gnucash
SOURCE (): src/calculation/finproto.h
SOURCE (): src/calculation/fin_spl_protos.h
SOURCE (): src/calculation/fin_static_proto.h
+ SOURCE (): src/calculation/Makefile.am
GROUP (): tax
GROUP (): us
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module ${GLIB_CFLAGS} ${GUILE_INCS}
@@ -1035,6 +1075,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
PROPERTY (Libraries): ../libgncmod-tax-us.la ${GUILE_LIBS} ${GLIB_LIBS}
SOURCE (): src/tax/us/test/test-link-module.c
+ SOURCE (): src/tax/us/test/Makefile.am
TARGET (): libgncmod-tax-us.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1053,6 +1094,8 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/tax/us/.scm-links
+ SOURCE (): src/tax/us/Makefile.am
+ SOURCE (): src/tax/Makefile.am
GROUP (): app-utils
PROPERTY (C preprocessor flags): -I$(top_srcdir)/lib/libc -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/calculation -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLIB_CFLAGS} ${GCONF_CFLAGS} ${GTK_CFLAGS}
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR} gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash gncscmdir = ${GNC_SHAREDIR}/scm
@@ -1074,6 +1117,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
TARGET (): test-sx
PROPERTY (Build for check only): true
+ SOURCE (): src/app-utils/test/Makefile.am
TARGET (): libgncmod-app-utils.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1143,6 +1187,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/app-utils/.scm-links
+ SOURCE (): src/app-utils/Makefile.am
GROUP (): gnome-utils
PROPERTY (C preprocessor flags): -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/engine -I${top_srcdir}/src/backend/xml -I${top_srcdir}/src/app-utils -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/lib/libc -I${top_srcdir}/src/libqof/qof ${GLIB_CFLAGS} ${GLADE_CFLAGS} ${GTK_CFLAGS} ${GNOME_CFLAGS} ${GNOME_KEYRING_CFLAGS} ${GUILE_INCS} ${QOF_CFLAGS} ${GOFFICE_CFLAGS} ${LIBGDA_CFLAGS} ${IGE_MAC_CFLAGS}
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR} gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash gncscmdir = ${GNC_SHAREDIR}/scm
@@ -1165,7 +1210,9 @@ ROOT (): gnucash
SOURCE (): src/gnome-utils/glade/preferences.glade
SOURCE (): src/gnome-utils/glade/totd.glade
SOURCE (): src/gnome-utils/glade/transfer.glade
+ SOURCE (): src/gnome-utils/glade/Makefile.am
GROUP (): schemas
+ SOURCE (): src/gnome-utils/schemas/Makefile.am
GROUP (): test
TARGET (): test-link-module
PROPERTY (Build for check only): true
@@ -1176,12 +1223,14 @@ ROOT (): gnucash
SOURCE (): src/gnome-utils/test/test-gnc-recurrence.c
TARGET (): test-gnc-dialog
PROPERTY (Build for check only): true
+ SOURCE (): src/gnome-utils/test/Makefile.am
GROUP (): ui
PROPERTY (Installation directories): uidir = ${GNC_SHAREDIR}/ui
TARGET (): ui
PROPERTY (Installation directory): uidir
SOURCE (): src/gnome-utils/ui/gnc-main-window-ui.xml
SOURCE (): src/gnome-utils/ui/osx_accel_map
+ SOURCE (): src/gnome-utils/ui/Makefile.am
TARGET (): libgncmod-gnome-utils.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1348,6 +1397,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/gnome-utils/.scm-links
+ SOURCE (): src/gnome-utils/Makefile.am
GROUP (): html
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR}
PROPERTY (C preprocessor flags): ${GTKHTML_CFLAGS}
@@ -1380,6 +1430,7 @@ ROOT (): gnucash
SOURCE (): src/html/gnc-html-graph-gog-gtkhtml.h
SOURCE (): src/html/gnc-html-graph-gog-webkit.h
SOURCE (): src/html/gnc-html-graph-gog-extras.h
+ SOURCE (): src/html/Makefile.am
GROUP (): gnome-search
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLADE_CFLAGS} ${GNOME_CFLAGS} ${GLIB_CFLAGS}
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR} gladedir = ${GNC_SHAREDIR}/glade
@@ -1419,6 +1470,7 @@ ROOT (): gnucash
TARGET (): glade
PROPERTY (Installation directory): gladedir
SOURCE (): src/gnome-search/search.glade
+ SOURCE (): src/gnome-search/Makefile.am
GROUP (): report
GROUP (): report-system
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR} gncscmdir = ${GNC_SHAREDIR}/scm gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report-system gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/
@@ -1426,6 +1478,7 @@ ROOT (): gnucash
GROUP (): test
TARGET (): test-link-module
PROPERTY (Build for check only): true
+ SOURCE (): src/report/report-system/test/Makefile.am
TARGET (): libgncmod-report-system.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1463,10 +1516,12 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/report/report-system/.scm-links
+ SOURCE (): src/report/report-system/Makefile.am
GROUP (): standard-reports
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS}
PROPERTY (Installation directories): gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/ gncscmreportmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/standard-reports
GROUP (): test
+ SOURCE (): src/report/standard-reports/test/Makefile.am
TARGET (): libgncmod-standard-reports.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1506,10 +1561,12 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/report/standard-reports/.scm-links
+ SOURCE (): src/report/standard-reports/Makefile.am
GROUP (): utility-reports
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS}
PROPERTY (Installation directories): gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/
GROUP (): test
+ SOURCE (): src/report/utility-reports/test/Makefile.am
TARGET (): libgncmod-utility-reports.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Libraries): ${top_builddir}/src/gnc-module/libgnc-module.la ${GUILE_LIBS} ${GLIB_LIBS}
@@ -1524,6 +1581,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/report/utility-reports/.scm-links
+ SOURCE (): src/report/utility-reports/Makefile.am
GROUP (): business-reports
PROPERTY (Installation directories): gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report
TARGET (): gncscmmod
@@ -1543,6 +1601,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/report/business-reports/.scm-links
+ SOURCE (): src/report/business-reports/Makefile.am
GROUP (): locale-specific
GROUP (): us
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS}
@@ -1552,6 +1611,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
PROPERTY (Libraries): ${top_builddir}/src/report/locale-specific/us/libgncmod-locale-reports-us.la
SOURCE (): src/report/locale-specific/us/test/test-link-module.c
+ SOURCE (): src/report/locale-specific/us/test/Makefile.am
TARGET (): libgncmod-locale-reports-us.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1568,12 +1628,15 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/report/locale-specific/us/.scm-links
+ SOURCE (): src/report/locale-specific/us/Makefile.am
+ SOURCE (): src/report/locale-specific/Makefile.am
GROUP (): report-gnome
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/engine -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/gnome -I${top_srcdir}/src/html -I${top_srcdir}/src/report/report-system -I${top_srcdir}/src/libqof/qof ${GLADE_CFLAGS} ${GUILE_INCS} ${GNOME_CFLAGS} ${GLIB_CFLAGS}
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR} gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report gladedir = ${GNC_SHAREDIR}/glade uidir = ${GNC_SHAREDIR}/ui
GROUP (): test
TARGET (): test-link-module
PROPERTY (Build for check only): true
+ SOURCE (): src/report/report-gnome/test/Makefile.am
TARGET (): libgncmod-report-gnome.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1605,10 +1668,12 @@ ROOT (): gnucash
TARGET (): ui
PROPERTY (Installation directory): uidir
SOURCE (): src/report/report-gnome/gnc-plugin-page-report-ui.xml
+ SOURCE (): src/report/report-gnome/Makefile.am
GROUP (): stylesheets
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/gnome -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/report/report-gnome -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLIB_CFLAGS} ${GNOME_CFLAGS}
PROPERTY (Installation directories): gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/ uidir = ${GNC_SHAREDIR}/ui
GROUP (): test
+ SOURCE (): src/report/stylesheets/test/Makefile.am
TARGET (): libgncmod-stylesheets.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -module -avoid-version
@@ -1632,6 +1697,8 @@ ROOT (): gnucash
PROPERTY (Include in distribution): true
PROPERTY (Installation directory): uidir
SOURCE (): src/report/stylesheets/gnc-plugin-stylesheets-ui.xml
+ SOURCE (): src/report/stylesheets/Makefile.am
+ SOURCE (): src/report/Makefile.am
GROUP (): register
GROUP (): register-core
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR}
@@ -1642,6 +1709,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
PROPERTY (Libraries): ${top_builddir}/src/engine/libgncmod-engine.la ${top_builddir}/src/app-utils/libgncmod-app-utils.la ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la ../libgncmod-register-core.la
SOURCE (): src/register/register-core/test/test-link-module.c
+ SOURCE (): src/register/register-core/test/Makefile.am
TARGET (): libgncmod-register-core.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1681,6 +1749,7 @@ ROOT (): gnucash
SOURCE (): src/register/register-core/table-control.h
SOURCE (): src/register/register-core/table-layout.h
SOURCE (): src/register/register-core/table-model.h
+ SOURCE (): src/register/register-core/Makefile.am
GROUP (): register-gnome
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/register/ledger-core -I${top_srcdir}/src/register/register-core -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLADE_CFLAGS} ${GLIB_CFLAGS} ${GTK_XIM_FLAGS} ${GNOME_CFLAGS}
GROUP (): test
@@ -1689,6 +1758,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
PROPERTY (Libraries): ${top_builddir}/src/engine/libgncmod-engine.la ${top_builddir}/src/app-utils/libgncmod-app-utils.la ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la ../libgncmod-register-gnome.la
SOURCE (): src/register/register-gnome/test/test-link-module.c
+ SOURCE (): src/register/register-gnome/test/Makefile.am
TARGET (): libgncmod-register-gnome.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1726,6 +1796,7 @@ ROOT (): gnucash
SOURCE (): src/register/register-gnome/pricecell-gnome.h
SOURCE (): src/register/register-gnome/quickfillcell-gnome.h
SOURCE (): src/register/register-gnome/table-gnome.h
+ SOURCE (): src/register/register-gnome/Makefile.am
GROUP (): ledger-core
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/register/register-core -I${top_srcdir}/src/register/register-gnome -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLADE_CFLAGS} ${GNOME_CFLAGS} ${GLIB_CFLAGS}
GROUP (): test
@@ -1734,6 +1805,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
PROPERTY (Libraries): ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la ../libgncmod-ledger-core.la
SOURCE (): src/register/ledger-core/test/test-link-module.c
+ SOURCE (): src/register/ledger-core/test/Makefile.am
TARGET (): libgncmod-ledger-core.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1757,6 +1829,8 @@ ROOT (): gnucash
SOURCE (): src/register/ledger-core/split-register-model.h
SOURCE (): src/register/ledger-core/split-register-model-save.h
SOURCE (): src/register/ledger-core/split-register-p.h
+ SOURCE (): src/register/ledger-core/Makefile.am
+ SOURCE (): src/register/Makefile.am
GROUP (): gnome
PROPERTY (Installation directories): gnomeappdir = ${datadir}/applications appicondir = $(datadir)/pixmaps
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/calculation -I${top_srcdir}/src/engine -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/backend/xml -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/gnome-search -I${top_srcdir}/src/html -I${top_srcdir}/src/register/ledger-core -I${top_srcdir}/src/register/register-core -I${top_srcdir}/src/register/register-gnome -I${top_srcdir}/src/report/report-system -I${top_srcdir}/src/report/report-gnome -I${top_srcdir}/lib/libc -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GNOME_CFLAGS} ${GLADE_CFLAGS} $(GLIB_CFLAGS) ${IGE_MAC_CFLAGS}
@@ -1781,7 +1855,9 @@ ROOT (): gnucash
SOURCE (): src/gnome/glade/tax.glade
SOURCE (): src/gnome/glade/userpass.glade
SOURCE (): src/gnome/glade/sched-xact.glade
+ SOURCE (): src/gnome/glade/Makefile.am
GROUP (): schemas
+ SOURCE (): src/gnome/schemas/Makefile.am
GROUP (): ui
PROPERTY (Installation directories): uidir = ${GNC_SHAREDIR}/ui
TARGET (): ui
@@ -1800,6 +1876,7 @@ ROOT (): gnucash
SOURCE (): src/gnome/ui/gnc-reconcile-window-ui.xml
SOURCE (): src/gnome/ui/gnc-sxed-window-ui.xml
SOURCE (): src/gnome/ui/gnc-sxed-window-ui-full.xml
+ SOURCE (): src/gnome/ui/Makefile.am
TARGET (): libgnc-gnome.la
PROPERTY (Installation directory): libdir
PROPERTY (Libraries): ${top_builddir}/src/register/ledger-core/libgncmod-ledger-core.la ${top_builddir}/src/register/register-gnome/libgncmod-register-gnome.la ${top_builddir}/src/register/register-core/libgncmod-register-core.la ${top_builddir}/src/report/report-gnome/libgncmod-report-gnome.la ${top_builddir}/src/report/report-system/libgncmod-report-system.la ${top_builddir}/src/gnome-search/libgncmod-gnome-search.la ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la ${top_builddir}/src/backend/xml/libgnc-backend-xml-utils.la ${top_builddir}/src/app-utils/libgncmod-app-utils.la ${top_builddir}/src/html/libgncmod-html.la ${top_builddir}/src/engine/libgncmod-engine.la ${top_builddir}/src/core-utils/libgnc-core-utils.la ${top_builddir}/src/libqof/qof/libgnc-qof.la ${GLADE_LIBS} ${GUILE_LIBS} ${GNOME_LIBS} ${GLIB_LIBS} ${QOF_LIBS}
@@ -1865,10 +1942,12 @@ ROOT (): gnucash
SOURCE (): src/gnome/top-level.h
SOURCE (): src/gnome/window-reconcile.h
SOURCE (): src/gnome/window-autoclear.h
+ SOURCE (): src/gnome/Makefile.am
GROUP (): import-export
PROPERTY (Installation directories): gncincludedir = ${GNC_INCLUDE_DIR} gladedir = ${GNC_GLADE_DIR}
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/libqof/qof ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${GUILE_INCS} ${GLIB_CFLAGS}
GROUP (): schemas
+ SOURCE (): src/import-export/schemas/Makefile.am
GROUP (): qif
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/import-export -I${top_srcdir}/src/libqof/qof ${GLIB_CFLAGS} ${GUILE_INCS}
GROUP (): test
@@ -1877,6 +1956,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
TARGET (): test-qif
PROPERTY (Build for check only): true
+ SOURCE (): src/import-export/qif/test/Makefile.am
TARGET (): libgncmod-qif.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Libraries): ${top_builddir}/src/import-export/libgncmod-generic-import.la ${top_builddir}/src/engine/libgncmod-engine.la ${top_builddir}/src/libqof/qof/libgnc-qof.la ${REGEX_LIBS} ${GLIB_LIBS}
@@ -1894,6 +1974,7 @@ ROOT (): gnucash
SOURCE (): src/import-export/qif/qif-objects.h
SOURCE (): src/import-export/qif/qif-objects-p.h
SOURCE (): src/import-export/qif/qif-parse.h
+ SOURCE (): src/import-export/qif/Makefile.am
GROUP (): qif-import
PROPERTY (Installation directories): gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/import-export gncscmdir = ${GNC_SCM_INSTALL_DIR}/qif-import gladedir = ${GNC_GLADE_DIR} uidir = ${GNC_SHAREDIR}/ui
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/import-export -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLIB_CFLAGS} ${GLADE_CFLAGS} ${GNOME_CFLAGS}
@@ -1902,7 +1983,9 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
PROPERTY (Libraries): ../libgncmod-qif-import.la ${top_builddir}/src/core-utils/libgnc-core-utils.la ${top_builddir}/src/gnome/libgnc-gnome.la ${top_builddir}/src/engine/libgncmod-engine.la ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la ${top_builddir}/src/app-utils/libgncmod-app-utils.la ${top_builddir}/src/libqof/qof/libgnc-qof.la ${LIBXML2_LIBS}
SOURCE (): src/import-export/qif-import/test/test-link.c
+ SOURCE (): src/import-export/qif-import/test/Makefile.am
GROUP (): schemas
+ SOURCE (): src/import-export/qif-import/schemas/Makefile.am
TARGET (): libgncmod-qif-import.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -1941,6 +2024,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/import-export/qif-import/.scm-links
+ SOURCE (): src/import-export/qif-import/Makefile.am
GROUP (): ${OFX_DIR}
GROUP (): ${AQBANKING_DIR}
GROUP (): log-replay
@@ -1961,12 +2045,14 @@ ROOT (): gnucash
PROPERTY (Include in distribution): true
PROPERTY (Installation directory): uidir
SOURCE (): src/import-export/log-replay/gnc-plugin-log-replay-ui.xml
+ SOURCE (): src/import-export/log-replay/Makefile.am
GROUP (): test
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/test-core -I${top_srcdir}/src/engine -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/import-export -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLIB_CFLAGS}
TARGET (): test-link
PROPERTY (Build for check only): true
TARGET (): test-import-parse
PROPERTY (Build for check only): true
+ SOURCE (): src/import-export/test/Makefile.am
GROUP (): csv
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/import-export -I${top_srcdir}/src/libqof/qof -I${top_srcdir}/lib/libc -I${top_srcdir}/lib ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${GUILE_INCS} ${GLIB_CFLAGS} $(GOFFICE_CFLAGS)
PROPERTY (Installation directories): uidir = ${GNC_SHAREDIR}/ui gladedir = ${GNC_GLADE_DIR}
@@ -1991,11 +2077,13 @@ ROOT (): gnucash
TARGET (): glade
PROPERTY (Installation directory): gladedir
SOURCE (): src/import-export/csv/gnc-csv-preview-dialog.glade
+ SOURCE (): src/import-export/csv/Makefile.am
GROUP (): qif-io-core
PROPERTY (C preprocessor flags): -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS}
PROPERTY (Installation directories): gncscmdir = ${GNC_SHAREDIR}/scm gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/import-export/
GROUP (): test
PROPERTY (C preprocessor flags): -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS}
+ SOURCE (): src/import-export/qif-io-core/test/Makefile.am
TARGET (): libgncmod-qifiocore.la
PROPERTY (Installation directory): pkglibdir
SOURCE (): src/import-export/qif-io-core/gncmod-qifiocore.c
@@ -2015,6 +2103,7 @@ ROOT (): gnucash
TARGET (): gncscmmod
PROPERTY (Installation directory): gncscmmoddir
SOURCE (): src/import-export/qif-io-core/qif-io-core.scm
+ SOURCE (): src/import-export/qif-io-core/Makefile.am
GROUP (): ofx
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/import-export -I${top_srcdir}/src/libqof/qof ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${GUILE_INCS} ${GLIB_CFLAGS} ${LIBOFX_CFLAGS}
PROPERTY (Installation directories): uidir = ${GNC_SHAREDIR}/ui
@@ -2024,6 +2113,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
PROPERTY (Libraries): ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la ../libgncmod-ofx.la
SOURCE (): src/import-export/ofx/test/test-link.c
+ SOURCE (): src/import-export/ofx/test/Makefile.am
TARGET (): libgncmod-ofx.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -2038,10 +2128,12 @@ ROOT (): gnucash
TARGET (): ui
PROPERTY (Installation directory): uidir
SOURCE (): src/import-export/ofx/gnc-plugin-ofx-ui.xml
+ SOURCE (): src/import-export/ofx/Makefile.am
GROUP (): aqbanking
PROPERTY (C compiler flags): -I${top_srcdir}/src -I${top_srcdir}/src/import-export -I${top_srcdir}/src/gnome -I${top_srcdir}/src/register/ledger-core -I${top_srcdir}/src/register/register-gnome -I${top_srcdir}/src/register/register-core -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/libqof/qof ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${GLIB_CFLAGS} ${AQBANKING_CFLAGS}
PROPERTY (Installation directories): uidir = ${GNC_SHAREDIR}/ui gladedir = ${GNC_SHAREDIR}/glade
GROUP (): schemas
+ SOURCE (): src/import-export/aqbanking/schemas/Makefile.am
TARGET (): libgncmod-aqbanking.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -2079,6 +2171,7 @@ ROOT (): gnucash
TARGET (): glade
PROPERTY (Installation directory): gladedir
SOURCE (): src/import-export/aqbanking/aqbanking.glade
+ SOURCE (): src/import-export/aqbanking/Makefile.am
GROUP (): hbci
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/import-export -I${top_srcdir}/src/register -I${top_srcdir}/src/register/register-core -I${top_srcdir}/src/register/register-gnome -I${top_srcdir}/src/register/ledger-core -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${GLIB_CFLAGS} ${AQBANKING_CFLAGS}
PROPERTY (Installation directories): uidir = ${GNC_SHAREDIR}/ui
@@ -2089,12 +2182,15 @@ ROOT (): gnucash
SOURCE (): src/import-export/hbci/glade/hbci.glade
SOURCE (): src/import-export/hbci/glade/hbcipass.glade
SOURCE (): src/import-export/hbci/glade/hbciprefs.glade
+ SOURCE (): src/import-export/hbci/glade/Makefile.am
GROUP (): schemas
+ SOURCE (): src/import-export/hbci/schemas/Makefile.am
GROUP (): test
TARGET (): test-link-module
PROPERTY (Build for check only): true
PROPERTY (Libraries): ../libgncmod-hbci.la
SOURCE (): src/import-export/hbci/test/test-link-module.c
+ SOURCE (): src/import-export/hbci/test/Makefile.am
TARGET (): libgncmod-hbci.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -2134,6 +2230,7 @@ ROOT (): gnucash
TARGET (): ui
PROPERTY (Installation directory): uidir
SOURCE (): src/import-export/hbci/gnc-plugin-hbci-ui.xml
+ SOURCE (): src/import-export/hbci/Makefile.am
TARGET (): libgncmod-generic-import.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -2173,6 +2270,7 @@ ROOT (): gnucash
PROPERTY (Installation directory): gladedir
SOURCE (): src/import-export/generic-import.glade
SOURCE (): src/import-export/import-provider-format.glade
+ SOURCE (): src/import-export/Makefile.am
GROUP (): business
GROUP (): business-core
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLIB_CFLAGS}
@@ -2193,6 +2291,7 @@ ROOT (): gnucash
PROPERTY (Build for check only): true
TARGET (): test-vendor
PROPERTY (Build for check only): true
+ SOURCE (): src/business/business-core/test/Makefile.am
TARGET (): libgncmod-business-core.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -2206,6 +2305,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/business/business-core/.scm-links
+ SOURCE (): src/business/business-core/Makefile.am
GROUP (): business-utils
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/business/business-core -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLIB_CFLAGS} ${GNOME_CFLAGS}
PROPERTY (Installation directories): gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash gncscmdir = ${GNC_SHAREDIR}/scm
@@ -2228,6 +2328,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/business/business-utils/.scm-links
+ SOURCE (): src/business/business-utils/Makefile.am
GROUP (): dialog-tax-table
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/business/business-core -I${top_srcdir}/src/libqof/qof ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${GLIB_CFLAGS} ${GUILE_INCS}
PROPERTY (Installation directories): gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash gladedir = ${GNC_SHAREDIR}/glade
@@ -2250,6 +2351,7 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/business/dialog-tax-table/.scm-links
+ SOURCE (): src/business/dialog-tax-table/Makefile.am
GROUP (): business-ledger
PROPERTY (C preprocessor flags): -I${top_srcdir}/src/business/business-core -I${top_srcdir}/src/business/business-utils -I${top_srcdir}/src/business/dialog-tax-table -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/register/register-core -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${GLADE_CFLAGS} ${GNOME_CFLAGS} ${GLIB_CFLAGS}
TARGET (): libgnc-business-ledger.la
@@ -2268,6 +2370,7 @@ ROOT (): gnucash
SOURCE (): src/business/business-ledger/gncEntryLedgerControl.h
SOURCE (): src/business/business-ledger/gncEntryLedgerLayout.h
SOURCE (): src/business/business-ledger/gncEntryLedgerModel.h
+ SOURCE (): src/business/business-ledger/Makefile.am
GROUP (): business-gnome
PROPERTY (C preprocessor flags): -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/gnome -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome-search -I${top_srcdir}/src/html -I${top_srcdir}/src/report/report-gnome -I${top_srcdir}/src/business/business-core -I${top_srcdir}/src/business/business-ledger -I${top_srcdir}/src/business/dialog-tax-table -I${top_srcdir}/src/register/register-core -I${top_srcdir}/src/register/register-gnome -I${top_srcdir}/src/register/ledger-core -I${top_srcdir}/src/libqof/qof ${GNOME_CFLAGS} ${GLADE_CFLAGS} ${GLIB_CFLAGS} ${GUILE_INCS}
PROPERTY (Installation directories): gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash/report/ gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash
@@ -2286,13 +2389,16 @@ ROOT (): gnucash
SOURCE (): src/business/business-gnome/glade/order.glade
SOURCE (): src/business/business-gnome/glade/payment.glade
SOURCE (): src/business/business-gnome/glade/vendor.glade
+ SOURCE (): src/business/business-gnome/glade/Makefile.am
GROUP (): schemas
+ SOURCE (): src/business/business-gnome/schemas/Makefile.am
GROUP (): ui
PROPERTY (Installation directories): uidir = ${GNC_SHAREDIR}/ui
TARGET (): ui
PROPERTY (Installation directory): uidir
SOURCE (): src/business/business-gnome/ui/gnc-plugin-business-ui.xml
SOURCE (): src/business/business-gnome/ui/gnc-plugin-page-invoice-ui.xml
+ SOURCE (): src/business/business-gnome/ui/Makefile.am
TARGET (): libgncmod-business-gnome.la
PROPERTY (Installation directory): pkglibdir
PROPERTY (Linker flags): -avoid-version
@@ -2340,11 +2446,14 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/business/business-gnome/.scm-links
+ SOURCE (): src/business/business-gnome/Makefile.am
+ SOURCE (): src/business/Makefile.am
GROUP (): optional
GROUP (): ${PYTHON_DIR}
GROUP (): python-bindings
PROPERTY (C compiler flags): -w
GROUP (): tests
+ SOURCE (): src/optional/python-bindings/tests/Makefile.am
TARGET (): pkgpython
PROPERTY (Installation directory): pkgpythondir
SOURCE (): src/optional/python-bindings/__init__.py
@@ -2358,6 +2467,8 @@ ROOT (): gnucash
PROPERTY (Linker flags): -avoid-version -module
PROPERTY (Libraries): ${GLIB_LIBS} ${GNOME_LIBS} ${GLADE_LIBS} ${top_builddir}/src/libqof/qof/libgnc-qof.la ${top_builddir}/src/gnc-module/libgnc-module.la ${top_builddir}/src/engine/libgncmod-engine.la
SOURCE (): src/optional/python-bindings/gnucash_core.c
+ SOURCE (): src/optional/python-bindings/Makefile.am
+ SOURCE (): src/optional/Makefile.am
GROUP (): bin
PROPERTY (C preprocessor flags): -I${top_builddir} ${GLIB_CFLAGS} ${GNOME_CFLAGS} ${GTK_CFLAGS} -DPKGSYSCONFDIR=\"${GNC_CONFIGDIR}\" -DPKGDATADIR=\"${GNC_SHAREDIR}\" -I${top_srcdir}/src -I${top_builddir}/src -I${top_srcdir}/src/core-utils -I${top_srcdir}/src/app-utils -I${top_srcdir}/src/gnome-utils -I${top_srcdir}/src/engine -I${top_srcdir}/src/gnome -I${top_builddir}/src/gnome-utils -I${top_srcdir}/src/gnc-module -I${top_srcdir}/src/libqof/qof ${GUILE_INCS} ${IGE_MAC_CFLAGS}
PROPERTY (Installation directories): configdir = ${GNC_CONFIGDIR} configdir = ${GNC_CONFIGDIR} gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
@@ -2371,7 +2482,9 @@ ROOT (): gnucash
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): src/bin/overrides/gnucash-build-env
+ SOURCE (): src/bin/overrides/Makefile.am
GROUP (): test
+ SOURCE (): src/bin/test/Makefile.am
TARGET (): dist_noinst_DATA
PROPERTY (Include in distribution): true
PROPERTY (Do not install): true
@@ -2387,6 +2500,7 @@ ROOT (): gnucash
SOURCE (): src/bin/${gnc_common_scripts}
SOURCE (): src/bin/update-gnucash-gconf
SOURCE (): src/bin/${PLATFORM_FILES}
+ SOURCE (): src/bin/Makefile.am
TARGET (): noinst_HEADERS
PROPERTY (Do not install): true
SOURCE (): src/RecnWindow.h
@@ -2395,11 +2509,13 @@ ROOT (): gnucash
TARGET (): bin
PROPERTY (Installation directory): bindir
SOURCE (): src/gnc-test-env
+ SOURCE (): src/Makefile.am
GROUP (): intl-scm
PROPERTY (Installation directories): abs_top_srcdir = @abs_top_srcdir@
TARGET (): noinst_HEADERS
PROPERTY (Do not install): true
SOURCE (): intl-scm/guile-strings.c
+ SOURCE (): intl-scm/Makefile.am
GROUP (): packaging
GROUP (): win32
PROPERTY (C preprocessor flags): $(GLIB_CFLAGS)
@@ -2413,6 +2529,8 @@ ROOT (): gnucash
SOURCE (): packaging/win32/Greek-4-5.1.11.isl
SOURCE (): packaging/win32/Japanese-5-5.1.11.isl
SOURCE (): packaging/win32/Latvian-1-5.1.11.isl
+ SOURCE (): packaging/win32/Makefile.am
+ SOURCE (): packaging/Makefile.am
GROUP (): po
GROUP (): accounts
GROUP (): C
@@ -2435,6 +2553,7 @@ ROOT (): gnucash
SOURCE (): accounts/C/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/C/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/C/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/C/Makefile.am
GROUP (): cs
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/cs
TARGET (): account
@@ -2454,6 +2573,7 @@ ROOT (): gnucash
SOURCE (): accounts/cs/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/cs/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/cs/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/cs/Makefile.am
GROUP (): da
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/da
TARGET (): account
@@ -2462,6 +2582,7 @@ ROOT (): gnucash
SOURCE (): accounts/da/acctchrt_common.gnucash-xea
SOURCE (): accounts/da/acctchrt_homeloan.gnucash-xea
SOURCE (): accounts/da/acctchrt_homeown.gnucash-xea
+ SOURCE (): accounts/da/Makefile.am
GROUP (): de_AT
PROPERTY (Installation directories): accountdir = ${GNC_SHAREDIR}/accounts/de_AT
TARGET (): dist_account
@@ -2475,6 +2596,7 @@ ROOT (): gnucash
SOURCE (): accounts/de_AT/acctchrt_houseown.gnucash-xea
SOURCE (): accounts/de_AT/acctchrt_investment.gnucash-xea
SOURCE (): accounts/de_AT/acctchrt_kids.gnucash-xea
+ SOURCE (): accounts/de_AT/Makefile.am
GROUP (): de_CH
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/de_CH
TARGET (): account
@@ -2485,6 +2607,7 @@ ROOT (): gnucash
SOURCE (): accounts/de_CH/acctchrt_otherasset.gnucash-xea
SOURCE (): accounts/de_CH/acctchrt_otherloan.gnucash-xea
SOURCE (): accounts/de_CH/acctchrt_chkmu.gnucash-xea
+ SOURCE (): accounts/de_CH/Makefile.am
GROUP (): de_DE
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/de_DE
TARGET (): account
@@ -2503,6 +2626,7 @@ ROOT (): gnucash
SOURCE (): accounts/de_DE/acctchrt_wohnungsw.gnucash-xea
SOURCE (): accounts/de_DE/acctchrt_skr04.gnucash-xea
SOURCE (): accounts/de_DE/acctchrt_skr49.gnucash-xea
+ SOURCE (): accounts/de_DE/Makefile.am
GROUP (): el_GR
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/el_GR
TARGET (): account
@@ -2510,6 +2634,7 @@ ROOT (): gnucash
SOURCE (): accounts/el_GR/acctchrt_common.gnucash-xea
SOURCE (): accounts/el_GR/acctchrt_carloan.gnucash-xea
SOURCE (): accounts/el_GR/acctchrt_brokerage.gnucash-xea
+ SOURCE (): accounts/el_GR/Makefile.am
GROUP (): en_GB
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/en_GB
TARGET (): account
@@ -2531,6 +2656,7 @@ ROOT (): gnucash
SOURCE (): accounts/en_GB/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/en_GB/acctchrt_spouseretire.gnucash-xea
SOURCE (): accounts/en_GB/uk-vat.gnucash-xea
+ SOURCE (): accounts/en_GB/Makefile.am
GROUP (): es_ES
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/es_ES
TARGET (): account
@@ -2550,6 +2676,7 @@ ROOT (): gnucash
SOURCE (): accounts/es_ES/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/es_ES/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/es_ES/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/es_ES/Makefile.am
GROUP (): es_MX
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/es_MX
TARGET (): account
@@ -2569,12 +2696,14 @@ ROOT (): gnucash
SOURCE (): accounts/es_MX/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/es_MX/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/es_MX/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/es_MX/Makefile.am
GROUP (): fi_FI
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/fi_FI
TARGET (): account
PROPERTY (Installation directory): accountdir
SOURCE (): accounts/fi_FI/acctchrt_common.gnucash-xea
SOURCE (): accounts/fi_FI/acctchrt_ry.gnucash-xea
+ SOURCE (): accounts/fi_FI/Makefile.am
GROUP (): fr_CH
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/fr_CH
TARGET (): account
@@ -2595,6 +2724,7 @@ ROOT (): gnucash
SOURCE (): accounts/fr_CH/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/fr_CH/Makefile.am
GROUP (): fr_CA
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/fr_CA
TARGET (): account
@@ -2613,6 +2743,7 @@ ROOT (): gnucash
SOURCE (): accounts/fr_CA/acctchrt_proprietaire.gnucash-xea
SOURCE (): accounts/fr_CA/acctchrt_retraite.gnucash-xea
SOURCE (): accounts/fr_CA/acctchrt_revenus.gnucash-xea
+ SOURCE (): accounts/fr_CA/Makefile.am
GROUP (): fr_FR
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/fr_FR
TARGET (): account
@@ -2633,6 +2764,7 @@ ROOT (): gnucash
SOURCE (): accounts/fr_FR/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/fr_FR/Makefile.am
GROUP (): hu_HU
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/hu_HU
TARGET (): account
@@ -2653,6 +2785,7 @@ ROOT (): gnucash
SOURCE (): accounts/hu_HU/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/hu_HU/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/hu_HU/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/hu_HU/Makefile.am
GROUP (): it
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/it
TARGET (): account
@@ -2670,6 +2803,7 @@ ROOT (): gnucash
SOURCE (): accounts/it/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/it/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/it/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/it/Makefile.am
GROUP (): ja
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/ja
TARGET (): account
@@ -2691,6 +2825,7 @@ ROOT (): gnucash
SOURCE (): accounts/ja/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/ja/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/ja/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/ja/Makefile.am
GROUP (): ko
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/ko
TARGET (): account
@@ -2711,6 +2846,7 @@ ROOT (): gnucash
SOURCE (): accounts/ko/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/ko/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/ko/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/ko/Makefile.am
GROUP (): lv
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/lv
TARGET (): account
@@ -2731,12 +2867,14 @@ ROOT (): gnucash
SOURCE (): accounts/lv/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/lv/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/lv/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/lv/Makefile.am
GROUP (): nl
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/nl
TARGET (): account
PROPERTY (Installation directory): accountdir
SOURCE (): accounts/nl/acctchrt_checkbook.gnucash-xea
SOURCE (): accounts/nl/acctchrt_full.gnucash-xea
+ SOURCE (): accounts/nl/Makefile.am
GROUP (): nb
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/nb
TARGET (): account
@@ -2758,6 +2896,7 @@ ROOT (): gnucash
SOURCE (): accounts/nb/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/nb/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/nb/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/nb/Makefile.am
GROUP (): pl
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/pl
TARGET (): account
@@ -2778,6 +2917,7 @@ ROOT (): gnucash
SOURCE (): accounts/pl/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/pl/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/pl/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/pl/Makefile.am
GROUP (): pt_BR
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/pt_BR
TARGET (): account
@@ -2797,6 +2937,7 @@ ROOT (): gnucash
SOURCE (): accounts/pt_BR/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/pt_BR/Makefile.am
GROUP (): pt_PT
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/pt_PT
TARGET (): account
@@ -2815,6 +2956,7 @@ ROOT (): gnucash
SOURCE (): accounts/pt_PT/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/pt_PT/Makefile.am
GROUP (): ru
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/ru
TARGET (): account
@@ -2823,6 +2965,7 @@ ROOT (): gnucash
SOURCE (): accounts/ru/acctchrt_homeloan.gnucash-xea
SOURCE (): accounts/ru/acctchrt_homeown.gnucash-xea
SOURCE (): accounts/ru/acctchrt_renter.gnucash-xea
+ SOURCE (): accounts/ru/Makefile.am
GROUP (): sk
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/sk
TARGET (): account
@@ -2842,6 +2985,7 @@ ROOT (): gnucash
SOURCE (): accounts/sk/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/sk/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/sk/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/sk/Makefile.am
GROUP (): tr_TR
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/tr_TR
TARGET (): account
@@ -2854,6 +2998,7 @@ ROOT (): gnucash
SOURCE (): accounts/tr_TR/acctchrt_fixedassets.gnucash-xea
SOURCE (): accounts/tr_TR/acctchrt_homeloan.gnucash-xea
SOURCE (): accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea
+ SOURCE (): accounts/tr_TR/Makefile.am
GROUP (): zh_CN
PROPERTY (Installation directories): accountdir = ${GNC_ACCOUNTS_DIR}/zh_CN
TARGET (): account
@@ -2874,6 +3019,8 @@ ROOT (): gnucash
SOURCE (): accounts/zh_CN/acctchrt_retiremt.gnucash-xea
SOURCE (): accounts/zh_CN/acctchrt_spouseinc.gnucash-xea
SOURCE (): accounts/zh_CN/acctchrt_spouseretire.gnucash-xea
+ SOURCE (): accounts/zh_CN/Makefile.am
+ SOURCE (): accounts/Makefile.am
GROUP (): checks
PROPERTY (Installation directories): checksdir = ${GNC_CHECKS_DIR}
TARGET (): checks
@@ -2883,6 +3030,7 @@ ROOT (): gnucash
SOURCE (): checks/quicken.chk
SOURCE (): checks/quicken_wallet.chk
SOURCE (): checks/voucher.chk
+ SOURCE (): checks/Makefile.am
TARGET (): noinst_DATA
PROPERTY (Do not install): true
SOURCE (): make-gnucash-potfiles
@@ -2906,3 +3054,5 @@ ROOT (): gnucash
SOURCE (): NEWS
SOURCE (): README
SOURCE (): README.dependencies
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
diff --git a/plugins/am-project/tests/group.at b/plugins/am-project/tests/group.at
index 7d30d25..bd3aa68 100644
--- a/plugins/am-project/tests/group.at
+++ b/plugins/am-project/tests/group.at
@@ -12,6 +12,9 @@ AT_DATA([empty/Makefile.am],
AT_DATA([expect],
[[ROOT (): empty1
GROUP (): group1
+ SOURCE (): group1/Makefile.am
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -41,7 +44,11 @@ AT_CHECK([diff output expect])
AT_DATA([expect],
[[ROOT (): empty2
GROUP (): group1
+ SOURCE (): group1/Makefile.am
GROUP (): group2
+ SOURCE (): group2/Makefile.am
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -57,7 +64,7 @@ group2/Makefile)
]])
AT_PARSER_CHECK([load empty1 \
move empty2 \
- add group 0 group2 after 0:0\
+ add group 0 group2 after 0:2\
list \
save])
AT_CHECK([diff -b output expect])
@@ -72,6 +79,9 @@ AT_CHECK([diff -b output expect])
AT_DATA([expect],
[[ROOT (): empty3
GROUP (): group2
+ SOURCE (): group2/Makefile.am
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -85,7 +95,7 @@ group2/Makefile)
]])
AT_PARSER_CHECK([load empty2 \
move empty3 \
- remove 0:0\
+ remove 0:2\
list \
save])
AT_CHECK([diff -b output expect])
@@ -99,6 +109,8 @@ AT_CHECK([diff -b output expect])
AT_DATA([expect],
[[ROOT (): empty4
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -108,7 +120,7 @@ AT_DATA([reference.ac],
]])
AT_PARSER_CHECK([load empty3 \
move empty4 \
- remove 0:0\
+ remove 0:2\
list \
save])
AT_CHECK([diff -b output expect])
@@ -123,6 +135,9 @@ AT_CHECK([diff -b output expect])
AT_DATA([expect],
[[ROOT (): empty1
GROUP (): group1
+ SOURCE (): group1/Makefile.am
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -163,6 +178,9 @@ AT_DATA([single/Makefile.am],
AT_DATA([expect],
[[ROOT (): single1
GROUP (): group1
+ SOURCE (): group1/Makefile.am
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
diff --git a/plugins/am-project/tests/include.at b/plugins/am-project/tests/include.at
index 902b83a..d986ccf 100644
--- a/plugins/am-project/tests/include.at
+++ b/plugins/am-project/tests/include.at
@@ -18,6 +18,9 @@ AT_DATA([expect],
[[ROOT (): include_ac
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): include.m4
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load include_ac \
list])
@@ -42,6 +45,9 @@ AT_DATA([expect],
[[ROOT (): include
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): GNUmakefile.am
+ SOURCE (): module/target.am
]])
AT_PARSER_CHECK([load include \
list])
diff --git a/plugins/am-project/tests/ltinit.at b/plugins/am-project/tests/ltinit.at
index 3c945d0..ef084dc 100644
--- a/plugins/am-project/tests/ltinit.at
+++ b/plugins/am-project/tests/ltinit.at
@@ -11,6 +11,8 @@ AT_DATA([expect],
[[ROOT (): empty1
PROPERTY (Name): empty
PROPERTY (Libtool support):
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[AC_INIT(empty)
@@ -33,6 +35,8 @@ AT_DATA([expect],
[[ROOT (): empty2
PROPERTY (Name): empty
PROPERTY (Libtool support): disable-shared
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[AC_INIT(empty)
@@ -55,6 +59,8 @@ AT_DATA([expect],
[[ROOT (): empty3
PROPERTY (Name): empty
PROPERTY (Libtool support): disable-shared pic-only
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[AC_INIT(empty)
@@ -77,6 +83,8 @@ AT_DATA([expect],
[[ROOT (): empty4
PROPERTY (Name): empty
PROPERTY (Libtool support): pic-only
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[AC_INIT(empty)
@@ -98,6 +106,8 @@ AT_CHECK([diff -b output expect])
AT_DATA([expect],
[[ROOT (): empty5
PROPERTY (Name): empty
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[AC_INIT(empty)
diff --git a/plugins/am-project/tests/module.at b/plugins/am-project/tests/module.at
index f6aa916..3637b9d 100644
--- a/plugins/am-project/tests/module.at
+++ b/plugins/am-project/tests/module.at
@@ -11,6 +11,8 @@ AT_DATA([empty/Makefile.am],
AT_DATA([expect],
[[ROOT (): empty1
MODULE (): MODULE1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.ac],
[[PKG_CHECK_MODULES(MODULE1,)
@@ -34,6 +36,8 @@ AT_DATA([expect],
[[ROOT (): empty2
MODULE (): MODULE1
MODULE (): MODULE2
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.ac],
[[PKG_CHECK_MODULES(MODULE1,)
@@ -44,7 +48,7 @@ AC_CONFIG_FILES(Makefile)
]])
AT_PARSER_CHECK([load empty1 \
move empty2 \
- add module 0 MODULE2 after 0:0\
+ add module 0 MODULE2 after 0:2\
list \
save])
AT_CHECK([diff output expect])
@@ -58,6 +62,8 @@ AT_CHECK([diff output expect])
AT_DATA([expect],
[[ROOT (): empty3
MODULE (): MODULE2
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.ac],
[[PKG_CHECK_MODULES(MODULE2,)
@@ -66,7 +72,7 @@ AC_CONFIG_FILES(Makefile)
]])
AT_PARSER_CHECK([load empty2 \
move empty3 \
- remove 0:0 \
+ remove 0:1 \
list \
save])
AT_CHECK([diff output expect])
@@ -79,13 +85,15 @@ AT_CHECK([diff output expect])
AT_DATA([expect],
[[ROOT (): empty4
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.ac],
[[AC_CONFIG_FILES(Makefile)
]])
AT_PARSER_CHECK([load empty3 \
move empty4 \
- remove 0:0 \
+ remove 0:1 \
list \
save])
AT_CHECK([diff output expect])
diff --git a/plugins/am-project/tests/nemiver.lst b/plugins/am-project/tests/nemiver.lst
index 872fc72..b3c1642 100644
--- a/plugins/am-project/tests/nemiver.lst
+++ b/plugins/am-project/tests/nemiver.lst
@@ -122,6 +122,7 @@ ROOT (): nemiver
SOURCE (): src/common/nmv-delete-statement.h
SOURCE (): src/common/nmv-proc-utils.h
SOURCE (): src/common/nmv-proc-mgr.h
+ SOURCE (): src/common/Makefile.am
GROUP (): dbdimpl
GROUP (): sqlite
PROPERTY (Installation directories): sqlitedriverdir = $libdir/nemiver/modules configdir = $libdir/nemiver/config
@@ -136,6 +137,8 @@ ROOT (): nemiver
TARGET (): config
PROPERTY (Installation directory): configdir
SOURCE (): src/dbdimpl/sqlite/org.nemiver.db.sqlitedriver.conf
+ SOURCE (): src/dbdimpl/sqlite/Makefile.am
+ SOURCE (): src/dbdimpl/Makefile.am
GROUP (): langs
TARGET (): libnemivercparser.la
PROPERTY (Do not install): true
@@ -151,6 +154,7 @@ ROOT (): nemiver
SOURCE (): src/langs/nmv-cpp-ast-utils.cc
SOURCE (): src/langs/nmv-cpp-parser.h
SOURCE (): src/langs/nmv-cpp-parser.cc
+ SOURCE (): src/langs/Makefile.am
GROUP (): dbgengine
PROPERTY (Installation directories): gdbmoddir = $libdir/nemiver/modules varlistmoddir = $libdir/nemiver/modules varwalkermoddir = $libdir/nemiver/modules varobjwalkermoddir = $libdir/nemiver/modules varlistwalkermoddir = $libdir/nemiver/modules cpptraitmoddir = $libdir/nemiver/modules publicheadersdir = $includedir/nemiver/dynmods configdir = $libdir/nemiver/config
TARGET (): libgdbmod.la
@@ -227,6 +231,7 @@ ROOT (): nemiver
SOURCE (): src/dbgengine/varobjwalker.conf
SOURCE (): src/dbgengine/varlistwalker.conf
SOURCE (): src/dbgengine/cpptrait.conf
+ SOURCE (): src/dbgengine/Makefile.am
GROUP (): confmgr
PROPERTY (Installation directories): gconfmgrmoddir = $libdir/nemiver/modules publicheadersdir = $includedir/nemiver/dynmods configdir = $libdir/nemiver/config
TARGET (): libgconfmgrmod.la
@@ -241,6 +246,7 @@ ROOT (): nemiver
TARGET (): config
PROPERTY (Installation directory): configdir
SOURCE (): src/confmgr/gconfmgr.conf
+ SOURCE (): src/confmgr/Makefile.am
GROUP (): uicommon
TARGET (): libnemiveruicommon.la
PROPERTY (Do not install): true
@@ -263,6 +269,7 @@ ROOT (): nemiver
SOURCE (): src/uicommon/nmv-source-editor.cc
SOURCE (): src/uicommon/nmv-source-editor.h
SOURCE (): src/uicommon/$(memoryview_sources)
+ SOURCE (): src/uicommon/Makefile.am
GROUP (): workbench
PROPERTY (Installation directories): workbenchmoddir = $libdir/nemiver/modules publicheadersdir = $includedir/nemiver/dynmods configdir = $libdir/nemiver/config
GROUP (): schemas
@@ -270,6 +277,7 @@ ROOT (): nemiver
TARGET (): schemas
PROPERTY (Installation directory): schemasdir
SOURCE (): src/workbench/schemas/nemiver-workbench.schemas
+ SOURCE (): src/workbench/schemas/Makefile.am
TARGET (): libworkbenchmod.la
PROPERTY (Installation directory): workbenchmoddir
PROPERTY (Linker flags): -module -avoid-version -Wl,--as-needed
@@ -285,6 +293,7 @@ ROOT (): nemiver
TARGET (): config
PROPERTY (Installation directory): configdir
SOURCE (): src/workbench/workbench.conf
+ SOURCE (): src/workbench/Makefile.am
GROUP (): persp
PROPERTY (Installation directories): publicheadersdir = $includedir/nemiver/dynmods
GROUP (): dbgperspective
@@ -309,6 +318,7 @@ ROOT (): nemiver
SOURCE (): src/persp/dbgperspective/glade/globalvarsinspector.glade
SOURCE (): src/persp/dbgperspective/glade/callfunctiondialog.glade
SOURCE (): src/persp/dbgperspective/glade/watchpointdialog.glade
+ SOURCE (): src/persp/dbgperspective/glade/Makefile.am
GROUP (): menus
PROPERTY (Installation directories): menusdir = $libdir/nemiver/plugins/dbgperspective/menus
TARGET (): menus
@@ -322,6 +332,7 @@ ROOT (): nemiver
SOURCE (): src/persp/dbgperspective/menus/varinspectorpopup.xml
SOURCE (): src/persp/dbgperspective/menus/localvarsinspectorpopup.todelete.xml
SOURCE (): src/persp/dbgperspective/menus/localvarsinspectorpopup.xml
+ SOURCE (): src/persp/dbgperspective/menus/Makefile.am
GROUP (): icons
PROPERTY (Installation directories): iconsdir = $libdir/nemiver/plugins/dbgperspective/icons
TARGET (): icons
@@ -335,6 +346,7 @@ ROOT (): nemiver
SOURCE (): src/persp/dbgperspective/icons/step-out.xpm
SOURCE (): src/persp/dbgperspective/icons/step-over.xpm
SOURCE (): src/persp/dbgperspective/icons/throbber.gif
+ SOURCE (): src/persp/dbgperspective/icons/Makefile.am
GROUP (): sqlscripts
GROUP (): sqlite
PROPERTY (Installation directories): sqlfilesdir = $libdir/nemiver/plugins/dbgperspective/sqlscripts
@@ -342,11 +354,14 @@ ROOT (): nemiver
PROPERTY (Installation directory): sqlfilesdir
SOURCE (): src/persp/dbgperspective/sqlscripts/sqlite/create-tables.sql
SOURCE (): src/persp/dbgperspective/sqlscripts/sqlite/drop-tables.sql
+ SOURCE (): src/persp/dbgperspective/sqlscripts/sqlite/Makefile.am
+ SOURCE (): src/persp/dbgperspective/sqlscripts/Makefile.am
GROUP (): schemas
PROPERTY (Installation directories): schemasdir = $(GCONF_SCHEMA_FILE_DIR)
TARGET (): schemas
PROPERTY (Installation directory): schemasdir
SOURCE (): src/persp/dbgperspective/schemas/nemiver-dbgperspective.schemas
+ SOURCE (): src/persp/dbgperspective/schemas/Makefile.am
TARGET (): pluginconfig
PROPERTY (Installation directory): pluginconfigdir
SOURCE (): src/persp/dbgperspective/plugin-descriptor.xml
@@ -411,23 +426,28 @@ ROOT (): nemiver
SOURCE (): src/persp/dbgperspective/nmv-call-function-dialog.h
SOURCE (): src/persp/dbgperspective/nmv-call-function-dialog.cc
SOURCE (): src/persp/dbgperspective/$(memoryview_sources)
+ SOURCE (): src/persp/dbgperspective/Makefile.am
TARGET (): publicheaders
PROPERTY (Installation directory): publicheadersdir
SOURCE (): src/persp/nmv-i-perspective.h
+ SOURCE (): src/persp/Makefile.am
TARGET (): nemiver
PROPERTY (Installation directory): bindir
PROPERTY (Libraries): $NEMIVERUICOMMON_LIBS $(top_builddir)/src/common/libnemivercommon.la $(top_builddir)/src/uicommon/libnemiveruicommon.la
SOURCE (): src/main.cc
+ SOURCE (): src/Makefile.am
GROUP (): glade
PROPERTY (Installation directories): gladedir = $(datadir)/@PACKAGE@/glade
TARGET (): glade
PROPERTY (Installation directory): gladedir
SOURCE (): glade/workbench.glade
+ SOURCE (): glade/Makefile.am
GROUP (): menus
PROPERTY (Installation directories): menusdir = $(datadir)/@PACKAGE@/menus
TARGET (): menus
PROPERTY (Installation directory): menusdir
SOURCE (): menus/menubar.xml
+ SOURCE (): menus/Makefile.am
GROUP (): tests
TARGET (): $(TESTS)
PROPERTY (Do not install): true
@@ -476,6 +496,7 @@ ROOT (): nemiver
PROPERTY (Do not install): true
PROPERTY (Libraries): $NEMIVERCOMMON_LIBS $LIBGTOP_LIBS $CPPUNIT_LIBS
SOURCE (): tests/threads.cc
+ SOURCE (): tests/Makefile.am
GROUP (): po
GROUP (): data
PROPERTY (Installation directories): desktopdir = $(datadir)/applications
@@ -486,38 +507,51 @@ ROOT (): nemiver
TARGET (): icon
PROPERTY (Installation directory): icondir
SOURCE (): data/icons/16x16/nemiver.png
+ SOURCE (): data/icons/16x16/Makefile.am
GROUP (): 22x22
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/22x22/apps
TARGET (): icon
PROPERTY (Installation directory): icondir
SOURCE (): data/icons/22x22/nemiver.png
+ SOURCE (): data/icons/22x22/Makefile.am
GROUP (): 24x24
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/24x24/apps
TARGET (): icon
PROPERTY (Installation directory): icondir
SOURCE (): data/icons/24x24/nemiver.png
+ SOURCE (): data/icons/24x24/Makefile.am
GROUP (): 32x32
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/32x32/apps
TARGET (): icon
PROPERTY (Installation directory): icondir
SOURCE (): data/icons/32x32/nemiver.png
+ SOURCE (): data/icons/32x32/Makefile.am
GROUP (): 48x48
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/48x48/apps
TARGET (): icon
PROPERTY (Installation directory): icondir
SOURCE (): data/icons/48x48/nemiver.png
+ SOURCE (): data/icons/48x48/Makefile.am
GROUP (): scalable
PROPERTY (Installation directories): icondir = $(datadir)/icons/hicolor/scalable/apps
TARGET (): icon
PROPERTY (Installation directory): icondir
SOURCE (): data/icons/scalable/nemiver.svg
+ SOURCE (): data/icons/scalable/Makefile.am
+ SOURCE (): data/icons/Makefile.am
TARGET (): desktop
PROPERTY (Installation directory): desktopdir
SOURCE (): data/$(desktop_in_files:.desktop.in=.desktop)
TARGET (): man_MANS
SOURCE (): data/nemiver.1
+ SOURCE (): data/Makefile.am
GROUP (): docs
+ SOURCE (): docs/Makefile.am
GROUP (): help
+ SOURCE (): help/Makefile.am
+ SOURCE (): help/$(top_srcdir)/gnome-doc-utils.make
TARGET (): publicheaders
PROPERTY (Installation directory): publicheadersdir
SOURCE (): config.h
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
diff --git a/plugins/am-project/tests/package.at b/plugins/am-project/tests/package.at
index ef555b2..15dffa1 100644
--- a/plugins/am-project/tests/package.at
+++ b/plugins/am-project/tests/package.at
@@ -13,6 +13,8 @@ AT_DATA([expect],
[[ROOT (): empty1
MODULE (): MODULE1
PACKAGE (): package1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.ac],
[[PKG_CHECK_MODULES(MODULE1,
@@ -21,7 +23,7 @@ AC_CONFIG_FILES(Makefile)
]])
AT_PARSER_CHECK([load empty \
move empty1 \
- add package 0:0 package1 \
+ add package 0:1 package1 \
list \
save])
AT_CHECK([diff output expect])
@@ -37,6 +39,8 @@ AT_DATA([expect],
MODULE (): MODULE1
PACKAGE (): package1
PACKAGE (): package2
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.ac],
[[PKG_CHECK_MODULES(MODULE1,
@@ -46,7 +50,7 @@ AC_CONFIG_FILES(Makefile)
]])
AT_PARSER_CHECK([load empty1 \
move empty2 \
- add package 0:0 package2 after 0:0:0\
+ add package 0:1 package2 after 0:1:0\
list \
save])
AT_CHECK([diff output expect])
@@ -61,6 +65,8 @@ AT_DATA([expect],
[[ROOT (): empty3
MODULE (): MODULE1
PACKAGE (): package2
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.ac],
[[PKG_CHECK_MODULES(MODULE1,
@@ -69,7 +75,7 @@ AC_CONFIG_FILES(Makefile)
]])
AT_PARSER_CHECK([load empty2 \
move empty3 \
- remove 0:0:0 \
+ remove 0:1:0 \
list \
save])
AT_CHECK([diff output expect])
@@ -83,6 +89,8 @@ AT_CHECK([diff output expect])
AT_DATA([expect],
[[ROOT (): empty4
MODULE (): MODULE1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.ac],
[[PKG_CHECK_MODULES(MODULE1,
@@ -91,7 +99,7 @@ AC_CONFIG_FILES(Makefile)
]])
AT_PARSER_CHECK([load empty3 \
move empty4 \
- remove 0:0:0 \
+ remove 0:1:0 \
list \
save])
AT_CHECK([diff output expect])
diff --git a/plugins/am-project/tests/parser.at b/plugins/am-project/tests/parser.at
index 9aacc8c..59db279 100644
--- a/plugins/am-project/tests/parser.at
+++ b/plugins/am-project/tests/parser.at
@@ -11,6 +11,8 @@ AT_DATA([parser/Makefile.am],
]])
AT_DATA([expect],
[[ROOT (): parser
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load parser \
list])
diff --git a/plugins/am-project/tests/properties.at b/plugins/am-project/tests/properties.at
index 180c105..0d7022c 100644
--- a/plugins/am-project/tests/properties.at
+++ b/plugins/am-project/tests/properties.at
@@ -15,6 +15,8 @@ AT_DATA([expect],
TARGET (): target1
PROPERTY (Installation directory): bindir
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -24,7 +26,7 @@ target1_LDADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty \
move empty1 \
- set 0:0 lib '$(GDL_LIBS)' \
+ set 0:2 lib '$(GDL_LIBS)' \
list \
save])
AT_CHECK([diff -b empty1/Makefile.am reference.am])
@@ -39,6 +41,8 @@ AT_DATA([expect],
TARGET (): target1
PROPERTY (Installation directory): bindir
PROPERTY (Libraries): $(GDL_LIBS) $(GLIB_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -49,7 +53,7 @@ target1_LDADD = $(GDL_LIBS) \
]])
AT_PARSER_CHECK([load empty1 \
move empty2 \
- set 0:0 lib '$(GDL_LIBS) $(GLIB_LIBS)' \
+ set 0:2 lib '$(GDL_LIBS) $(GLIB_LIBS)' \
list \
save])
AT_CHECK([diff -b empty2/Makefile.am reference.am])
@@ -64,6 +68,8 @@ AT_DATA([expect],
TARGET (): target1
PROPERTY (Installation directory): bindir
PROPERTY (Libraries): $(GLIB_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -73,7 +79,7 @@ target1_LDADD = $(GLIB_LIBS)
]])
AT_PARSER_CHECK([load empty2 \
move empty3 \
- set 0:0 lib '$(GLIB_LIBS)' \
+ set 0:2 lib '$(GLIB_LIBS)' \
list \
save])
AT_CHECK([diff -b empty3/Makefile.am reference.am])
@@ -87,6 +93,8 @@ AT_DATA([expect],
[[ROOT (): empty4
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -94,7 +102,7 @@ bin_PROGRAMS = target1
]])
AT_PARSER_CHECK([load empty3 \
move empty4 \
- clear 0:0 lib \
+ clear 0:2 lib \
list \
save])
AT_CHECK([diff -b empty4/Makefile.am reference.am])
@@ -111,6 +119,8 @@ AT_DATA([expect],
PROPERTY (Libraries): $(GDL_LIBS)
TARGET (): target2
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -121,7 +131,7 @@ target1_LDADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty4 \
move empty5 \
- set 0:0 lib '$(GDL_LIBS)' \
+ set 0:2 lib '$(GDL_LIBS)' \
add target 0 target2 prog \
list \
save])
@@ -140,6 +150,8 @@ AT_DATA([expect],
TARGET (): target2
PROPERTY (Installation directory): bindir
SOURCE (): source1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -153,7 +165,7 @@ target2_SOURCES = \
]])
AT_PARSER_CHECK([load empty5 \
move empty6 \
- add source 0:1 source1 \
+ add source 0:3 source1 \
list \
save])
AT_CHECK([diff -b empty6/Makefile.am reference.am])
@@ -172,6 +184,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): bindir
PROPERTY (Libraries): $(GDL_LIBS)
SOURCE (): source1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -187,7 +201,7 @@ target2_LDADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty6 \
move empty7 \
- set 0:1 lib '$(GDL_LIBS)' \
+ set 0:3 lib '$(GDL_LIBS)' \
list \
save])
AT_CHECK([diff -b empty7/Makefile.am reference.am])
@@ -207,6 +221,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): bindir
PROPERTY (Libraries): $(GDL_LIBS)
SOURCE (): source1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -225,7 +241,7 @@ target2_LDADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty7 \
move empty8 \
- add source 0:0 source2 \
+ add source 0:2 source2 \
list \
save])
AT_CHECK([diff -b empty8/Makefile.am reference.am])
@@ -247,6 +263,8 @@ AT_DATA([expect],
SOURCE (): source1
TARGET (): library1.la
PROPERTY (Installation directory): libdir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -291,6 +309,8 @@ AT_DATA([expect],
TARGET (): library1.la
PROPERTY (Installation directory): libdir
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -314,7 +334,7 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty9 \
move empty10 \
- set 0:2 lib '$(GDL_LIBS)' \
+ set 0:4 lib '$(GDL_LIBS)' \
list \
save])
AT_CHECK([diff -b empty10/Makefile.am reference.am])
@@ -338,6 +358,8 @@ AT_DATA([expect],
TARGET (): library1.la
PROPERTY (Installation directory): plugindir
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -362,7 +384,7 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty10 \
move empty11 \
- set 0:2 instdir 'plugindir' \
+ set 0:4 instdir 'plugindir' \
list \
save])
AT_CHECK([diff -b empty11/Makefile.am reference.am])
@@ -386,6 +408,8 @@ AT_DATA([expect],
TARGET (): library1.la
PROPERTY (Installation directory): plugindir
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -413,7 +437,7 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty11 \
move empty12 \
- set 0:0 instdir 'progdir' \
+ set 0:2 instdir 'progdir' \
list \
save])
AT_CHECK([diff -b empty12/Makefile.am reference.am])
@@ -437,6 +461,8 @@ AT_DATA([expect],
TARGET (): library1.la
PROPERTY (Installation directory): plugindir
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -461,7 +487,7 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty12 \
move empty13 \
- set 0:0 instdir 'bindir' \
+ set 0:2 instdir 'bindir' \
list \
save])
AT_CHECK([diff -b empty13/Makefile.am reference.am])
@@ -485,6 +511,8 @@ AT_DATA([expect],
TARGET (): library1.la
PROPERTY (Installation directory): plugindir
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -512,7 +540,7 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty13 \
move empty14 \
- set 0:1 instdir 'progdir' \
+ set 0:3 instdir 'progdir' \
list \
save])
AT_CHECK([diff -b empty14/Makefile.am reference.am])
@@ -536,6 +564,8 @@ AT_DATA([expect],
TARGET (): library1.la
PROPERTY (Installation directory): plugindir
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -560,7 +590,7 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty14 \
move empty15 \
- set 0:1 instdir 'bindir' \
+ set 0:3 instdir 'bindir' \
list \
save])
AT_CHECK([diff -b empty15/Makefile.am reference.am])
@@ -584,6 +614,8 @@ AT_DATA([expect],
TARGET (): library1.la
PROPERTY (Do not install): true
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -608,7 +640,7 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty15 \
move empty16 \
- set 0:2 noinst 1 \
+ set 0:4 noinst 1 \
list \
save])
AT_CHECK([diff -b empty16/Makefile.am reference.am])
@@ -632,6 +664,8 @@ AT_DATA([expect],
TARGET (): library1.la
PROPERTY (Installation directory): libdir
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -656,7 +690,7 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty16 \
move empty17 \
- set 0:2 noinst 0 \
+ set 0:4 noinst 0 \
list \
save])
AT_CHECK([diff -b empty17/Makefile.am reference.am])
@@ -681,6 +715,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): plugindir
PROPERTY (Build for check only): true
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
@@ -705,8 +741,8 @@ library1_la_LIBADD = $(GDL_LIBS)
]])
AT_PARSER_CHECK([load empty17 \
move empty18 \
- set 0:2 check 1 \
- set 0:2 instdir 'plugin' \
+ set 0:4 check 1 \
+ set 0:4 instdir 'plugin' \
list \
save])
AT_CHECK([diff -b empty18/Makefile.am reference.am])
@@ -731,6 +767,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): plugindir
PROPERTY (Build for check only): true
PROPERTY (Libraries): $(GDL_LIBS)
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference.am],
[[
diff --git a/plugins/am-project/tests/source.at b/plugins/am-project/tests/source.at
index 6ff7c41..dec8010 100644
--- a/plugins/am-project/tests/source.at
+++ b/plugins/am-project/tests/source.at
@@ -15,6 +15,8 @@ AT_DATA([expect],
TARGET (): target1
PROPERTY (Installation directory): bindir
SOURCE (): source1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[
@@ -25,7 +27,7 @@ target1_SOURCES = \
]])
AT_PARSER_CHECK([load empty \
move empty1 \
- add source 0:0 source1 \
+ add source 0:2 source1 \
list \
save])
AT_CHECK([diff -b empty1/Makefile.am reference])
@@ -41,6 +43,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): bindir
SOURCE (): source1
SOURCE (): source2
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[
@@ -52,7 +56,7 @@ target1_SOURCES = \
]])
AT_PARSER_CHECK([load empty1 \
move empty2 \
- add source 0:0 source2 after 0:0:0\
+ add source 0:2 source2 after 0:2:0\
list \
save])
AT_CHECK([diff -b empty2/Makefile.am reference])
@@ -67,6 +71,8 @@ AT_DATA([expect],
TARGET (): target1
PROPERTY (Installation directory): bindir
SOURCE (): source2
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[
@@ -77,7 +83,7 @@ target1_SOURCES = \
]])
AT_PARSER_CHECK([load empty2 \
move empty3 \
- remove 0:0:0\
+ remove 0:2:0 \
list \
save])
AT_CHECK([diff -b empty3/Makefile.am reference])
@@ -92,6 +98,8 @@ AT_DATA([expect],
[[ROOT (): empty4
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[
@@ -99,7 +107,7 @@ bin_PROGRAMS = target1
]])
AT_PARSER_CHECK([load empty3 \
move empty4 \
- remove 0:0:0\
+ remove 0:2:0 \
list \
save])
AT_CHECK([diff -b empty4/Makefile.am reference])
@@ -114,6 +122,8 @@ AT_DATA([expect],
TARGET (): target1
PROPERTY (Installation directory): bindir
SOURCE (): source1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[
@@ -124,7 +134,7 @@ target1_SOURCES = \
]])
AT_PARSER_CHECK([load empty4 \
move empty5 \
- add source 0:0 source1 \
+ add source 0:2 source1 \
list \
save])
AT_CHECK([diff -b empty5/Makefile.am reference])
@@ -149,6 +159,8 @@ AT_DATA([expect],
TARGET (): target1
PROPERTY (Installation directory): bindir
SOURCE (): source1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[
@@ -157,7 +169,7 @@ bin_PROGRAMS = target1
target1_SOURCES =source1
]])
AT_PARSER_CHECK([load empty6 \
- add source 0:0 source1 \
+ add source 0:2 source1 \
list \
save])
AT_CHECK([diff -b empty6/Makefile.am reference])
diff --git a/plugins/am-project/tests/target.at b/plugins/am-project/tests/target.at
index 206951d..f6bd46e 100644
--- a/plugins/am-project/tests/target.at
+++ b/plugins/am-project/tests/target.at
@@ -12,6 +12,8 @@ AT_DATA([expect],
[[ROOT (): empty1
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -38,6 +40,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): bindir
TARGET (): target2
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -49,7 +53,7 @@ bin_PROGRAMS = \
]])
AT_PARSER_CHECK([load empty1 \
move empty2 \
- add target 0 target2 prog after 0:0\
+ add target 0 target2 prog after 0:2\
list \
save])
AT_CHECK([diff -b empty2/Makefile.am reference])
@@ -63,6 +67,8 @@ AT_DATA([expect],
[[ROOT (): empty3
TARGET (): target2
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -73,7 +79,7 @@ bin_PROGRAMS = \
]])
AT_PARSER_CHECK([load empty2 \
move empty3 \
- remove 0:0 \
+ remove 0:2 \
list \
save])
AT_CHECK([diff -b empty3/Makefile.am reference])
@@ -85,6 +91,8 @@ AT_CHECK([diff -b output expect])
AT_DATA([expect],
[[ROOT (): empty4
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -92,7 +100,7 @@ AT_DATA([reference],
]])
AT_PARSER_CHECK([load empty3 \
move empty4 \
- remove 0:0 \
+ remove 0:2 \
list \
save])
AT_CHECK([diff -b output expect])
@@ -107,6 +115,8 @@ AT_DATA([expect],
[[ROOT (): empty5
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -134,6 +144,8 @@ AT_DATA([expect],
SOURCE (): source1
TARGET (): target2
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -148,7 +160,7 @@ target1_SOURCES = \
]])
AT_PARSER_CHECK([load empty5 \
move empty6 \
- add source 0:0 source1 \
+ add source 0:2 source1 \
add target 0 target2 prog \
list \
save])
@@ -167,6 +179,8 @@ AT_DATA([expect],
TARGET (): target2
PROPERTY (Installation directory): bindir
PROPERTY (C compiler flags): -g
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -183,7 +197,7 @@ target2_CFLAGS = -g
]])
AT_PARSER_CHECK([load empty6 \
move empty7 \
- set 0:1 ccflags '\-g' \
+ set 0:3 ccflags '\-g' \
list \
save])
AT_CHECK([diff -b empty7/Makefile.am reference])
@@ -198,6 +212,8 @@ AT_DATA([expect],
TARGET (): target2
PROPERTY (Installation directory): bindir
PROPERTY (C compiler flags): -g
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -210,7 +226,7 @@ target2_CFLAGS = -g
]])
AT_PARSER_CHECK([load empty7 \
move empty8 \
- remove 0:0 \
+ remove 0:2 \
list \
save])
AT_CHECK([diff -b empty8/Makefile.am reference])
@@ -222,6 +238,8 @@ AT_CHECK([diff -b output expect])
AT_DATA([expect],
[[ROOT (): empty9
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[## Process this file with automake to produce Makefile.in
@@ -229,7 +247,7 @@ AT_DATA([reference],
]])
AT_PARSER_CHECK([load empty8 \
move empty9 \
- remove 0:0 \
+ remove 0:2 \
list \
save])
AT_CHECK([diff -b empty9/Makefile.am reference])
@@ -251,6 +269,8 @@ AT_DATA([expect],
[[ROOT (): empty10
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_DATA([reference],
[[
diff --git a/plugins/am-project/tests/target_module.at b/plugins/am-project/tests/target_module.at
index 97b615f..d7ace9a 100644
--- a/plugins/am-project/tests/target_module.at
+++ b/plugins/am-project/tests/target_module.at
@@ -23,10 +23,12 @@ AT_DATA([expect],
MODULE (): MODULE1
TARGET (): program
PROPERTY (Do not install): true
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load simple \
move simple1 \
- add module 0:1 MODULE1 \
+ add module 0:3 MODULE1 \
list \
save])
AT_PARSER_CHECK([load simple1 \
@@ -48,10 +50,12 @@ AT_DATA([expect],
PROPERTY (Do not install): true
PROPERTY (Libraries): $(MODULE1_LIBS)
MODULE (): MODULE1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load simple1 \
move simple2 \
- add module 0:2 MODULE1 \
+ add module 0:4 MODULE1 \
list \
save])
AT_PARSER_CHECK([load simple2 \
@@ -71,10 +75,12 @@ AT_DATA([expect],
PROPERTY (Do not install): true
PROPERTY (Libraries): $(MODULE1_LIBS)
MODULE (): MODULE1
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load simple2 \
move simple3 \
- remove 0:1:0 \
+ remove 0:3:0 \
list \
save])
AT_PARSER_CHECK([load simple3 \
@@ -91,10 +97,12 @@ AT_DATA([expect],
PROPERTY (Installation directory): libdir
TARGET (): program
PROPERTY (Do not install): true
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load simple3 \
move simple4 \
- remove 0:2:0 \
+ remove 0:4:0 \
list \
save])
AT_PARSER_CHECK([load simple4 \
diff --git a/plugins/am-project/tests/variable.at b/plugins/am-project/tests/variable.at
index c29b16b..0cd2543 100644
--- a/plugins/am-project/tests/variable.at
+++ b/plugins/am-project/tests/variable.at
@@ -17,6 +17,8 @@ AT_DATA([expect],
[[ROOT (): variable_ac1
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load variable_ac1 \
list])
@@ -38,6 +40,8 @@ AT_DATA([expect],
[[ROOT (): variable_ac2
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load variable_ac2 \
list])
@@ -67,6 +71,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): bindir
PROPERTY (Linker flags): $plugin-$plugin
PROPERTY (C compiler flags): -O0
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load variable_ac3 \
list])
@@ -87,6 +93,8 @@ AT_DATA([expect],
[[ROOT (): variable
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load variable \
list])
@@ -107,6 +115,8 @@ AT_DATA([expect],
[[ROOT (): variable2
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load variable2 \
list])
@@ -128,6 +138,8 @@ AT_DATA([expect],
[[ROOT (): variable3
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load variable3 \
list])
@@ -149,6 +161,8 @@ AT_DATA([expect],
[[ROOT (): variable4
TARGET (): target1
PROPERTY (Installation directory): bindir
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load variable4 \
list])
@@ -177,6 +191,8 @@ AT_DATA([expect],
PROPERTY (Installation directory): bindir
SOURCE (): source1.c
SOURCE (): source2.c
+ SOURCE (): configure.ac
+ SOURCE (): Makefile.am
]])
AT_PARSER_CHECK([load variable5 \
list])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]