~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-21 10:23:16 UTC
  • mfrom: (7.2.32 sid)
  • Revision ID: package-import@ubuntu.com-20140721102316-jsyv3yzmbo8vlde5
Tags: 3.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ACLOCAL_AMFLAGS = -I m4
2
 
SUBDIRS = po lib libparted parted partprobe include doc debug tests
 
2
SUBDIRS = po lib include libparted parted partprobe doc debug tests
3
3
 
4
4
EXTRA_DIST =                            \
5
5
  .version                              \
8
8
  libparted.pc.in                       \
9
9
  parted.spec.in                        \
10
10
  parted.spec                           \
11
 
  .x-sc_GPL_version                     \
12
 
  .x-sc_prohibit_always-defined_macros  \
13
11
  scripts/data/abi/baseline_symbols.txt \
14
12
  scripts/extract_symvers               \
15
13
  cfg.mk                                \
30
28
        mv $@-tmp $@
31
29
MAINTAINERCLEANFILES = parted.spec
32
30
 
33
 
distcheck-hook:
 
31
.PHONY: root-check
 
32
root-check:
 
33
        sudo sh -c '$(MAKE) check; t=$$?; chown -R $(USER) .; exit $$t'
 
34
 
 
35
# Not everyone who runs "make distcheck" will want to or even
 
36
# be able to run the root tests.  If you want to skip them,
 
37
# run make like this: "make distcheck root-check="
 
38
root_check ?= root-check
 
39
distcheck-hook: $(root_check)
34
40
        $(MAKE) my-distcheck
35
41
 
36
42
### ABI Checking scripts ###