File: rules

package info (click to toggle)
catcodec 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 164 kB
  • ctags: 88
  • sloc: cpp: 527; sh: 43; makefile: 38
file content (18 lines) | stat: -rwxr-xr-x 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

# Use debhelper default for all targets (but some are overridden below).
%:
	dh  $@

# Upstream uses make mrproper, which dh_auto_clean doesn't recognize.
override_dh_auto_clean:
	$(MAKE) mrproper

# Upstream has no configure
override_dh_auto_configure:

# Upstream has no install
override_dh_auto_install:
	$(Q)install -d debian/catcodec/usr/bin/
	$(Q)install -m 755 catcodec debian/catcodec/usr/bin/catcodec