File: rules

package info (click to toggle)
gshare 0.94-10
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,184 kB
  • ctags: 931
  • sloc: cs: 5,465; sh: 3,711; xml: 306; makefile: 190
file content (20 lines) | stat: -rwxr-xr-x 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/cli-common/cli.make

override_dh_auto_configure:
	# buggy makefile.am
	mkdir m4
	intltoolize --force
	autoreconf -f -i
	dh_auto_configure -- MCS=/usr/bin/mono-csc

override_dh_auto_clean:
	rm -f src/gshared/AssemblyInfo.cs
	# clean up from autoreconf
	find . -name Makefile.in -delete
	rm -rf configure autom4te.cache m4
	dh_auto_clean

%:
	dh --with quilt $@