~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin.am

Fixed a few distcheck issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
# creation of the included pandora-plugin.am files.
30
30
${srcdir}/config/plugin-list.am: config/plugin.list config/plugin.stamp
31
31
        @echo Generating automake includes.
32
 
        @mv $@ $@.stamp
33
 
        @python config/register_plugins.py
34
 
        @cmp -s $@ ${@}.stamp || (rm ${@}.stamp ; echo "Changed plugin am list" )
35
 
        @test -f ${@}.stamp && mv ${@}.stamp ${@}
 
32
        @cd ${srcdir} && python config/register_plugins.py plugin-list.am
36
33
 
37
34
 
38
35
# config/plugin-list.ac: generated static include of per plugin m4 rules
39
36
# to allow options in 'configure'. 
40
37
${srcdir}/config/plugin-list.ac: config/plugin.list config/plugin.stamp
41
38
        @echo Generating autoconf includes.
42
 
        @mv $@ $@.stamp
43
 
        @python config/register_plugins.py
44
 
        @cmp -s $@ ${@}.stamp || (rm ${@}.stamp ; echo "Changed plugin ac list" )
45
 
        @test -f ${@}.stamp && mv ${@}.stamp ${@}
 
39
        @cd ${srcdir} && python config/register_plugins.py plugin-list.ac
46
40
 
47
41
# rebuild configure when the list of plugins changes.
48
42
configure: ${srcdir}/config/plugin-list.ac
50
44
 
51
45
# plugin.stamp: graph dominator for creating all per pandora-plugin.ac/am
52
46
# files. This is invoked when the code to generate such files has altered.
53
 
${srcdir}/config/plugin.stamp: ${srcdir}/config/plugin.list ${srcdir}/config/register_plugins.py
54
 
        cd ${srcdir} && python config/register_plugins.py ${top_srcdir} ${top_builddir} > /dev/null
55
 
        touch ${srcdir}/config/plugin.stamp
 
47
config/plugin.stamp: ${srcdir}/config/plugin.list ${srcdir}/config/register_plugins.py
 
48
        cd ${srcdir} && python config/register_plugins.py plugin-stamp