File: Makefile.am

package info (click to toggle)
dynamite 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,572 kB
  • sloc: sh: 9,533; ansic: 613; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (5)
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 = libdynamite.pc

all_local: $(pcfiles)

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

EXTRA_DIST = libdynamite.pc.in LICENSE

CLEANFILES = $(pcfiles)

SUBDIRS = lib src man