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

« back to all changes in this revision

Viewing changes to src/cubereflex/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
 
if CUBEREFLEX_PLUGIN
5
 
libcubereflex_la_LDFLAGS = $(PFLAGS)
6
 
libcubereflex_la_LIBADD = @COMPIZ_LIBS@ @COMPIZCUBE_LIBS@
7
 
libcubereflex_la_SOURCES = cubereflex_options.c cubereflex_options.h cubereflex.c
8
 
endif
9
 
 
10
 
INCLUDES =                              \
11
 
        @COMPIZ_CFLAGS@                  \
12
 
        @COMPIZCUBE_CFLAGS@              \
13
 
        -DDATADIR='"$(compdatadir)"'        \
14
 
        -DLIBDIR='"$(libdir)"'              \
15
 
        -DLOCALEDIR="\"@datadir@/locale\""  \
16
 
        -DIMAGEDIR='"$(imagedir)"'          \
17
 
        -I$(top_srcdir)/include
18
 
 
19
 
moduledir = $(plugindir)
20
 
 
21
 
if CUBEREFLEX_PLUGIN
22
 
module_LTLIBRARIES = libcubereflex.la
23
 
endif
24
 
 
25
 
CLEANFILES = *_options.c *_options.h
26
 
 
27
 
%_options.h: ../../metadata/%.xml
28
 
                $(BCOP_BIN) --header $@ $<
29
 
 
30
 
%_options.c: ../../metadata/%.xml %_options.h
31
 
                $(BCOP_BIN) --source $@ $<