File: rules

package info (click to toggle)
sch-rnd 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,640 kB
  • sloc: ansic: 109,412; awk: 1,502; sh: 1,399; makefile: 1,342; yacc: 664; lex: 172
file content (85 lines) | stat: -rwxr-xr-x 1,960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#!/usr/bin/make -f

DH_VERBOSE = 1
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

%:
	dh $@

override_dh_auto_clean:
	# only try to run dh_auto_clean if configure has been run
	test -f Makefile.conf && dh_auto_clean || true

override_dh_auto_configure:
	./configure \
		--LDFLAGS='$(LDFLAGS)' \
		--CFLAGS='$(CFLAGS) $(CPPFLAGS)' \
		\
		--symbols \
		--prefix=/usr \
		--confdir=/etc/sch-rnd \
		--prefix/libs/script/fungw=/dev/null \
		\
		--all=disable \
		--buildin-funcmap \
		--buildin-act_read \
		--buildin-place \
		--buildin-symlib_local \
		--buildin-lib_netlist_exp \
		--buildin-std_tools \
		--buildin-renumber \
		--buildin-io_ngrp_tedax \
		--buildin-backann \
		--buildin-std_cschem \
		--buildin-export_tedax \
		--buildin-lib_tedax \
		--buildin-lib_anymap \
		--buildin-hlibrary_fs \
		--buildin-std_forge \
		--buildin-std_devmap \
		--buildin-propedit \
		--buildin-io_ngrp_fawk \
		--buildin-io_lihata \
		--buildin-lib_nanojson \
		--buildin-export_boxsym \
		--buildin-target_spice \
		--buildin-target_pcb \
		--buildin-lib_attbl \
		--buildin-act_draw \
		--buildin-target_none \
		--buildin-symlib_fs \
		--buildin-query \
		--buildin-lib_target \
		--buildin-export_spice \
		--buildin-lib_ngrp \
		--buildin-construct \
		--plugin-lib_alien \
		--plugin-export_ps \
		--plugin-export_bom \
		--plugin-export_abst \
		--plugin-attbl_tedax \
		--plugin-io_orcad \
		--plugin-io_altium \
		--plugin-sim_gui \
		--plugin-sch_dialogs \
		--plugin-lib_plot \
		--plugin-export_lpr \
		--plugin-attbl_csv \
		--plugin-export_tedax_footprint \
		--plugin-attbl_json \
		--plugin-export_svg \
		--plugin-sim \
		--plugin-gui \
		--plugin-diag \
		--plugin-sim_ngspice \
		--plugin-io_easyeda \
		--plugin-io_tinycad \
		--plugin-io_geda \
		--plugin-export_png \
		--plugin-attbl_lht \
		--plugin-lib_ucdf \

override_dh_auto_test:
	dh_auto_test --no-parallel