~ubuntu-branches/ubuntu/natty/awn-extras/natty

« back to all changes in this revision

Viewing changes to Makefile.common

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-12-18 21:14:11 UTC
  • Revision ID: james.westby@ubuntu.com-20101218211411-hp9b0h7xhnu5o3kp
Tags: upstream-0.4.1~bzr1485
ImportĀ upstreamĀ versionĀ 0.4.1~bzr1485

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# vim: set ft=automake ts=8 sts=8 sw=8 :
 
2
NULL = 
 
3
applet_datadir = $(APPLETSDIR)/$(APPLET_NAME)
 
4
 
 
5
# shave-related
 
6
V         = @
 
7
Q         = $(V:1=)
 
8
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
 
9