~malept/awn/0.4-i18n

« back to all changes in this revision

Viewing changes to applets/taskmanager/Makefile.am

  • Committer: Mark Lee
  • Date: 2009-07-06 23:38:20 UTC
  • mto: This revision was merged to the branch mainline in revision 1200.
  • Revision ID: bzr@lazymalevolence.com-20090706233820-i5pb4s3v0ryi03g1
        * Makefile.marshal:
        * Makefile.schemas:
        * Makefile.shave:
        * applets/taskmanager/Makefile.am:
        * data/Makefile.am:
        * src/Makefile.am:
        Modularize the shave-related variables into its own Makefile.
        Modularize the schema-related variables/rules into its own Makefile.
        Use shave when generating the GConf schemas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/Makefile.shave
1
2
MARSHAL_PREFIX = taskmanager
2
3
include $(top_srcdir)/Makefile.marshal
 
4
include $(top_srcdir)/Makefile.schemas
3
5
 
4
6
AM_CPPFLAGS = \
5
7
        $(STANDARD_CPPFLAGS) \
55
57
desktop_DATA = taskmanager.desktop
56
58
@INTLTOOL_DESKTOP_RULE@
57
59
 
58
 
schemadir = $(pkgdatadir)/schemas
59
60
schema_DATA = awn-applet-taskmanager.schema-ini
60
61
 
61
 
if GCONF_SCHEMAS_INSTALL
62
 
schemasdir       = @GCONF_SCHEMA_FILE_DIR@
63
 
schemas_in_files = $(schema_DATA:.schema-ini=.schemas.in)
64
 
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
65
 
 
66
 
%.schemas.in: %.schema-ini
67
 
        $(top_srcdir)/data/awn-schema-to-gconf $< $@ $*
68
 
 
69
 
@INTLTOOL_SCHEMAS_RULE@
70
 
 
71
 
install-gconf-schemas: $(schemas_DATA)
72
 
        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schemas_DATA)
73
 
else
74
 
install-gconf-schemas:
75
 
endif
76
 
 
77
62
install-data-local: install-gconf-schemas
78
63
 
79
64
BUILT_SOURCES = \