File: rules

package info (click to toggle)
xschem 2.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,604 kB
  • sloc: ansic: 33,337; awk: 3,472; sh: 2,607; tcl: 2,253; yacc: 280; makefile: 212; lex: 131
file content (11 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	./configure                             \
	   --prefix=/usr                        \
	   --LDFLAGS='$(LDFLAGS)'               \
	   --CFLAGS='$(CFLAGS) $(CPPFLAGS)'