~ubuntu-branches/ubuntu/raring/hivex/raring

« back to all changes in this revision

Viewing changes to GNUmakefile

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2011-12-01 22:09:50 UTC
  • mfrom: (6.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20111201220950-bm48fpock4e7l6rd
* New upstream version
* [1f9e20f] Cleared patch queue, added gnulib fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
# Some projects override e.g., _autoreconf here.
47
47
-include $(srcdir)/cfg.mk
 
48
 
 
49
# Allow cfg.mk to override these.
 
50
_build-aux ?= build-aux
 
51
_autoreconf ?= autoreconf -v
 
52
 
48
53
include $(srcdir)/maint.mk
49
54
 
50
 
# Allow cfg.mk to override these.
51
 
_build-aux ?= build-aux
52
 
_autoreconf ?= autoreconf -v
53
 
 
54
55
# Ensure that $(VERSION) is up to date for dist-related targets, but not
55
56
# for others: rerunning autoreconf and recompiling everything isn't cheap.
56
57
_have-git-version-gen := \
100
101
 
101
102
# The package can override .DEFAULT_GOAL to run actions like autoreconf.
102
103
-include ./cfg.mk
 
104
 
 
105
# Allow cfg.mk to override these.
 
106
_build-aux ?= build-aux
 
107
_autoreconf ?= autoreconf -v
 
108
 
103
109
include ./maint.mk
104
110
 
105
111
ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile)