File: rules

package info (click to toggle)
maude 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 11,380 kB
  • ctags: 8,646
  • sloc: cpp: 92,892; sh: 3,510; yacc: 1,442; makefile: 1,318; lex: 572
file content (14 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# debian/rules file for maude
export DH_VERBOSE=1

%:
	dh $@ --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure -- --datadir="/usr/share/maude"

override_dh_auto_clean:
	dh_auto_clean
	rm -f src/Mixfix/surface.output
	find tests -name "*.out" -type f -delete