File: Makefile.am

package info (click to toggle)
libiec61883 1.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,600 kB
  • sloc: sh: 10,147; ansic: 4,614; makefile: 56
file content (17 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# process this file with automake to create a Makefile.in

SUBDIRS        = src examples

aclocaldir     = @datadir@/aclocal
pkgconfigdir   = $(libdir)/pkgconfig
pkgconfig_DATA = libiec61883.pc

MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in

EXTRA_DIST = libiec61883.spec

dist-hook:
	svn log >$(distdir)/ChangeLog

doc:
	/usr/src/linux/scripts/kernel-doc -man src/iec61883.h | nroff -man | less