File: Makefile.am

package info (click to toggle)
enca 1.13-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,440 kB
  • ctags: 1,230
  • sloc: sh: 11,125; ansic: 10,330; xml: 2,926; makefile: 698; perl: 232
file content (25 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# @(#) $Id: Makefile.am,v 1.7 2003/12/22 15:32:37 yeti Exp $

AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = $(extconv_SCRIPTS)

extconvdir = $(libexecdir)/enca/extconv

extconv_SCRIPTS = \
  cstocs \
  map \
  piconv \
  recode \
  umap

EXTRA_DIST = \
  b-recode \
  b-cstocs.in \
  b-map.in \
  b-piconv.in \
  b-umap.in

%: b-%
	cat $< >$@

clean-local:
	rm -f $(extconv_SCRIPTS) *~ core.*