File: rules

package info (click to toggle)
iverilog 10.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,272 kB
  • ctags: 15,443
  • sloc: cpp: 99,970; ansic: 53,046; yacc: 9,848; sh: 3,343; makefile: 1,729
file content (17 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	autoconf
	dh_auto_configure -- --prefix=/usr LDFLAGS="$(LDFLAGS) -Wl,--as-needed"

override_dh_auto_install:
	$(MAKE) prefix=$(CURDIR)/debian/iverilog/usr install

override_dh_compress:
	dh_compress -X.v

override_dh_clean:
	dh_clean version.h