File: rules

package info (click to toggle)
xmacro 0.3pre-20000911-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: cpp: 1,471; makefile: 25; sh: 10
file content (16 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

CXXFLAGS += $(CPPFLAGS)
CXXFLAGS += $(LDFLAGS)

%:
	dh $@

override_dh_auto_install:
	install -Dpv xmacroplay-keys xmacroplay xmacrorec xmacrorec2 $(CURDIR)/debian/xmacro/usr/bin

execute_after_dh_fixperms:
	chmod -x $(CURDIR)/debian/xmacro/usr/share/doc/xmacro/examples/*