File: rules

package info (click to toggle)
libxaw3dxft 1.6.2e-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,460 kB
  • ctags: 4,114
  • sloc: ansic: 27,958; sh: 11,217; yacc: 249; makefile: 167; lex: 129
file content (16 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autotools-dev

override_dh_auto_configure:
	./configure --prefix=/usr --enable-internationalization \
	--enable-arrow-scrollbars

override_dh_auto_install:
	dh_auto_install
	#Removes non-empty dependency_libs at .la files
	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`