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