File: rules

package info (click to toggle)
seriation 0.1%2Bgit20210125.fc7b8cb-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 34,256 kB
  • sloc: ansic: 815; sh: 37; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

include /usr/share/dpkg/default.mk
-include /usr/share/dpkg/buildtools.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) cfm-seriation.c -lm -lpthread -lrt -o cfm-seriation

override_dh_auto_clean:
	dh_auto_clean
	rm -f cfm-seriation