~ubuntu-branches/ubuntu/lucid/compiz-fusion-plugins-extra/lucid

« back to all changes in this revision

Viewing changes to src/wallpaper/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-05-27 12:58:26 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20080527125826-fvnkfpg60l7sarwp
Tags: 0.7.4+git20080527-0ubuntu1
new git snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
PFLAGS=-module -avoid-version -no-undefined
 
3
 
 
4
libwallpaper_la_LDFLAGS = $(PFLAGS)
 
5
libwallpaper_la_LIBADD = @COMPIZ_LIBS@
 
6
libwallpaper_la_SOURCES = wallpaper_options.c wallpaper_options.h wallpaper.c
 
7
 
 
8
INCLUDES =                              \
 
9
        @COMPIZ_CFLAGS@                  \
 
10
        -DDATADIR='"$(compdatadir)"'        \
 
11
        -DLIBDIR='"$(libdir)"'              \
 
12
        -DLOCALEDIR="\"@datadir@/locale\""  \
 
13
        -DIMAGEDIR='"$(imagedir)"'          \
 
14
        -I$(top_srcdir)/include
 
15
 
 
16
moduledir = $(plugindir)
 
17
 
 
18
 
 
19
module_LTLIBRARIES = libwallpaper.la
 
20
 
 
21
CLEANFILES = *_options.c *_options.h
 
22
 
 
23
%_options.h: ../../metadata/%.xml
 
24
                $(BCOP_BIN) --header $@ $<
 
25
 
 
26
%_options.c: ../../metadata/%.xml %_options.h
 
27
                $(BCOP_BIN) --source $@ $<