]> arthur.barton.de Git - netatalk.git/blob - contrib/shell_utils/Makefile.am
a244fef153b858a3f38c50264a6db785319c5671
[netatalk.git] / contrib / shell_utils / Makefile.am
1 # Makefile for contrib/shell_utils/
2
3 pkgconfdir = @PKGCONFDIR@
4
5 SUFFIXES = .tmpl .
6
7 .tmpl:
8         sed -e s@:BINDIR:@${bindir}@ \
9                 -e s@:SBINDIR:@${sbindir}@ \
10                 -e s@:ETCDIR:@${pkgconfdir}@ \
11                 <$< >$@
12
13 CLEANFILES = lp2pap.sh
14
15 bin_SCRIPTS = apple_cp apple_mv apple_rm cleanappledouble.pl lp2pap.sh \
16         netatalkshorternamelinks.pl afpd-mtab.pl
17
18 EXTRA_DIST = $(bin_SCRIPTS)