File: Makefile.am

package info (click to toggle)
librapi2 0.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,556 kB
  • ctags: 1,162
  • sloc: ansic: 9,840; sh: 9,555; cpp: 522; python: 338; makefile: 203
file content (18 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Makefile.am -- Process this file with automake to produce Makefile.in
@SET_MAKE@

## don't complain about missing AUTHORS, NEWS, ChangeLog, etc
AUTOMAKE_OPTIONS = foreign 1.4

pcfiles = librapi2.pc

all_local: $(pcfiles)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcfiles)

EXTRA_DIST = librapi2.pc.in BUGS README.contributing README.design LICENSE

CLEANFILES = $(pcfiles)

SUBDIRS = src script tools tests python man .