File: rules

package info (click to toggle)
radium-compressor 0.5.1%2Bgit20190909-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,064 kB
  • sloc: cpp: 8,708; ansic: 1,636; makefile: 91; sh: 42
file content (14 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

ifeq (amd64,$(DEB_BUILD_ARCH))
CXXFLAGS += -msse -mfpmath=sse
endif

LDFLAGS += -Wl,--as-needed

export QT_SELECT=5
export PREFIX=/usr
export DESTDIR=debian/radium-compressor

%:
	dh $@