File: rules

package info (click to toggle)
storm-lang 0.6.2-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 47,168 kB
  • sloc: ansic: 241,695; cpp: 117,419; sh: 14,613; perl: 9,846; python: 2,514; lisp: 2,343; asm: 858; makefile: 652; java: 52; xml: 37; awk: 12
file content (30 lines) | stat: -rwxr-xr-x 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1

# Remove some extra files that gbp buildpackage sometimes fails to clean up on a broken build.
# Seems we need to remove the .pc dir to make quilt work well.
clean:
	dh clean
	rm -f Compiler/COMPILER.version
	rm -f .mymake
	rm -rf .pc
	[ ! -d mps/test/test/script/ntx86bin/ ] || rm -rf mps/test/test/script/ntx86bin/

# We don't need the autotools config etc.
# These rules will find some autotools configuration files and configure them.
# This is not at all needed, and only makes it much more inconvenient to restore
# the repository into a state where we can build from again (e.g. changes inside
# submodules).
override_dh_update_autotools_config:

override_dh_autoreconf:

override_dh_auto_configure:

# Default rule.
%:
	dh $@