File: rules

package info (click to toggle)
argtable2 12-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,912 kB
  • sloc: sh: 9,083; ansic: 4,550; makefile: 106
file content (25 lines) | stat: -rwxr-xr-x 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# Shared library version
major=0

%:
	dh $@

clean:
	[ ! -f Makefile ] || $(MAKE) distclean
	dh clean

install:
	dh install
	mv $(CURDIR)/debian/tmp/usr/share/doc/argtable2 $(CURDIR)/debian/tmp/usr/share/doc/libargtable2-dev

binary-indep:
	tar cvzf debian/libargtable2-dev/usr/share/doc/libargtable2-dev/examples.tar.gz example/*.c example/*.h \
		example/README.txt example/Makefile
	dh binary-indep