File: rules

package info (click to toggle)
maude 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,480 kB
  • sloc: cpp: 133,192; makefile: 2,180; yacc: 1,984; sh: 1,373; lex: 886
file content (18 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# debian/rules file for maude
export DH_VERBOSE=1
export DEB_CXXFLAGS_MAINT_APPEND=-fpermissive

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --datadir="/usr/share/maude" --with-yices2=no

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

override_dh_auto_build:
	dh_auto_build --no-parallel