~ubuntu-branches/ubuntu/vivid/rtfilter/vivid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Nicolas Bourdaud
  • Date: 2011-12-01 12:09:30 UTC
  • Revision ID: package-import@ubuntu.com-20111201120930-lmia8ytlwmif9yta
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ACLOCAL_AMFLAGS=-I m4
 
2
SUBDIRS = src doc tests
 
3
 
 
4
doc_DATA = AUTHORS NEWS README COPYING
 
5
 
 
6
EXTRA_DIST = debian/changelog debian/compat debian/control\
 
7
                debian/copyright debian/symbols         \
 
8
                debian/rules                            \
 
9
                debian/librtfilter1.install             \
 
10
                debian/librtfilter1-dev.install         
 
11
 
 
12
REMOVE_DISTDIR = \
 
13
  { test ! -d "$(distdir)" \
 
14
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
15
         && rm -fr "$(distdir)"; }; }
 
16
 
 
17
dist-deb: distdir
 
18
        am__cwd=`pwd` \
 
19
        && cd $(distdir) \
 
20
        && dpkg-buildpackage $(DPKG_BUILDPACKAGE_FLAGS) \
 
21
        && cd "$$am__cwd" 
 
22
        $(REMOVE_DISTDIR)