File: rules

package info (click to toggle)
cairo-dock 3.4.1%2Bgit20201103.0836f5d1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 13,012 kB
  • sloc: ansic: 55,304; sh: 2,037; python: 522; xml: 34; makefile: 14
file content (19 lines) | stat: -rwxr-xr-x 515 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
CFLAGS+=$(CPPFLAGS)
CXXFLAGS+=$(CPPFLAGS)

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

# DEB_CONFIGURE_USER_FLAGS= --enable-xextend
DEB_CMAKE_EXTRA_FLAGS += \
	-Denable-desktop-manager=ON \
	-DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH)
clean::
	rm -f src/config.h
	rm -f src/gldit/gldi-config.h
	rm -f src/gldit/gldi-module-config.h