File: rules

package info (click to toggle)
ladr 0.0.200911a-2.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 10,748 kB
  • ctags: 7,252
  • sloc: ansic: 60,251; perl: 1,006; python: 623; makefile: 368; csh: 58; modula3: 13; sh: 3
file content (16 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

LIBDIR="$(CURDIR)/usr/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`"

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- all
	mkdir -p $(LIBDIR) && libtool --mode=install install -m0644 ladr/libladr.la $(LIBDIR)

override_dh_clean:
	$(MAKE) realclean
	dh_clean