~malept/awn/0.4-i18n

« back to all changes in this revision

Viewing changes to Makefile.shave

  • 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
# shave-related
 
2
V         = @
 
3
Q         = $(V:1=)
 
4
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)