File: rules

package info (click to toggle)
freesasa 2.1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,740 kB
  • sloc: ansic: 11,281; cpp: 1,342; sh: 397; perl: 169; makefile: 119; yacc: 87; lex: 54
file content (11 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -fPIC

%:
	dh $@

# Quick-and-dirty fix for #1042200
override_dh_auto_build:
	dh_auto_build -- freesasa_LDADD='libfreesasa.a $${libdir}/libgemmi_cpp.a -lz -ljson-c -lxml2'