File: Makefile

package info (click to toggle)
mono-basic 2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,964 kB
  • sloc: cs: 34,086; xml: 7,804; makefile: 471; sh: 317
file content (20 lines) | stat: -rw-r--r-- 343 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
20
thisdir = man
SUBDIRS =
include ../build/rules.make

DISTFILES = vbnc.1

MANDIR=$(DESTDIR)$(man1_dir)

install-local:
	test -z "$(MANDIR)" || mkdir -p "$(MANDIR)"
	/usr/bin/install -c -m 644 vbnc.1 "$(MANDIR)/vbnc.1"

clean-local test-local run-test-local run-test-ondotnet-local all-local uninstall-local:
	@:

dist-local: dist-default