~shnatsel/+junk/cairo-compmgr

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2012-03-04 22:53:22 UTC
  • Revision ID: shnatsel@gmail.com-20120304225322-q2hz82j51yxv1qqw
fixed up build dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
 
2
 
 
3
SUBDIRS = lib src tools plugins test doc gir vapi data po
 
4
 
 
5
doc: all
 
6
        cd doc && $(MAKE) $(AM_MAKEFLAGS) doc
 
7
 
 
8
dist_noinst_SCRIPTS = autogen.sh
 
9
 
 
10
include $(top_srcdir)/build/debian.am
 
11
include $(top_srcdir)/build/dist-changelog.am
 
12
 
 
13
EXTRA_DIST = \
 
14
    $(cairo_compmgrdoc_DATA)\
 
15
    intltool-extract.in \
 
16
    intltool-merge.in \
 
17
    intltool-update.in \
 
18
    build/debian.am \
 
19
    build/dist-changelog.am \
 
20
    build/gtk-doc.am \
 
21
    build/plugin.am \
 
22
    debian/changelog \
 
23
    debian/compat \
 
24
    debian/control \
 
25
    debian/copyright \
 
26
    debian/rules \
 
27
    debian/cairo-compmgr-core.install \
 
28
    debian/cairo-compmgr-plugins.install \
 
29
    debian/cairo-compmgr-dev.install \
 
30
    debian/cairo-compmgr-vala.install \
 
31
    debian/cairo-compmgr-doc.install \
 
32
    debian/libcairo-compmgr0.install \
 
33
    debian/libcairo-compmgr-dev.install
 
34
 
 
35
DISTCLEANFILES = \
 
36
    intltool-extract \
 
37
    intltool-merge \
 
38
    intltool-update
 
39
 
 
40
DISTCHECK_CONFIGURE_FLAGS = --enable-perf-plugin --enable-gtk-doc
 
41