File: rules

package info (click to toggle)
libedit 3.1-20250104-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,756 kB
  • sloc: ansic: 16,776; sh: 4,610; awk: 427; makefile: 134
file content (18 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# The previous build system was using pmake
# The current autoconf. That makes our life way easier

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-examples

# XXX: Can be removed when switching to debhelper compat 12.
override_dh_compress:
	dh_compress -X.c -XMakefile.in -XMakefile.am

override_dh_clean:
	dh_clean
	# Remove Apple time machine files
	rm -f `find . -iname '._*'`