File: rules

package info (click to toggle)
libqt6pas 2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48 kB
  • sloc: makefile: 14
file content (22 lines) | stat: -rwxr-xr-x 470 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
20
21
22
#!/usr/bin/make -f

export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Fix build on hppa
ifeq ($(DEB_TARGET_ARCH),hppa)
	CXXFLAGS += -mlong-calls
	export CXXFLAGS
endif

execute_before_dh_auto_clean:
	mkdir -p cbindings

execute_before_dh_auto_configure:
	cp -rp /usr/lib/lazarus/*/lcl/interfaces/qt6/* .

override_dh_auto_clean:
	echo 'Skipping launch of $@ as it runs outside pbuilder'

%:
	dh $@ --buildsystem=qmake6 --sourcedirectory=cbindings