~ubuntu-branches/ubuntu/trusty/policykit-1/trusty

« back to all changes in this revision

Viewing changes to test/mocklibc/bin/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-06 12:28:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120106122854-ib9s0ej8akqiy0lb
Tags: 0.104-1
* New upstream release.
  - Add support for netgroups. (LP: #724052)
* debian/rules: Disable systemd support, continue to work with ConsokeKit.
* 05_revert-admin-identities-unix-group-wheel.patch: Refresh to apply
  cleanly.
* debian/libpolkit-gobject-1-0.symbols: Add new symbols from this new
  release.
* debian/rules: Do not let test failures fail the build. The new test suite
  also runs a test against the system D-BUS/ConsoleKit, which can't work on
  buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
bin_SCRIPTS = mocklibc
 
3
 
 
4
check_SCRIPTS = mocklibc-test
 
5
TESTS = mocklibc-test
 
6
 
 
7
EXTRA_DIST = mocklibc.in mocklibc-test.in
 
8
CLEANFILES = mocklibc mocklibc-test
 
9
 
 
10
 
 
11
# Substitute build variables in shell scripts
 
12
# See section "4.8.2 Installation Directory Variables" in autoconf manual
 
13
 
 
14
edit = sed \
 
15
       -e 's|@libdir[@]|$(libdir)|g' \
 
16
       -e 's|@libname[@]|$(libname)|g' \
 
17
       -e 's|@top_srcdir[@]|$(top_srcdir)|g' \
 
18
       -e 's|@top_builddir[@]|$(top_builddir)|g'
 
19
 
 
20
mocklibc mocklibc-test: Makefile
 
21
        $(edit) $(srcdir)/$@.in > $@
 
22
        chmod a+x $@
 
23
 
 
24
mocklibc: $(srcdir)/mocklibc.in
 
25
mocklibc-test: $(srcdir)/mocklibc-test.in