File: rules

package info (click to toggle)
xygrib 1.2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,964 kB
  • sloc: cpp: 28,209; ansic: 2,636; sh: 158; xml: 144; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DH_VERBOSE=1


# The magic debhelper  rule
%:
	dh $@ --buildsystem=cmake

export HOME=`pwd`/debian/tmp
export QT_SELECT=5

CFLAGS += -fPIC

	
override_dh_auto_clean:
	dh_auto_clean 
	rm -rf zyGrib zyGrib.app src/zyGrib src/release/zyGrib.exe
	rm -rf  src/objs/* src/zyGrib src/Makefile src/qwt-6.0.1 src/.qmake*