File: rules

package info (click to toggle)
transgui 5.18.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,600 kB
  • sloc: pascal: 55,506; makefile: 2,296; perl: 380; cs: 347; lisp: 347; sh: 182
file content (22 lines) | stat: -rwxr-xr-x 370 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
#!/usr/bin/make -f

override_dh_auto_clean:
# Remove shipped Makefile to fix build on arm64
	rm -f Makefile
	fpcmake
	dh_auto_clean

override_dh_auto_configure:
	fpcmake

override_dh_auto_build:
	lazbuild -B transgui.lpi --lazarusdir=/usr/lib/lazarus/default/
	make -j"$(nproc)" clean
	make -j"$(nproc)" all

override_dh_auto_test:

override_dh_auto_install:

%:
	dh $@