[go: up one dir, main page]

Menu

[r157]: / releases / 1.3 / Makefile.am  Maximize  Restore  History

Download this file

23 lines (17 with data), 443 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
ACLOCAL_AMFLAGS = -I m4
if USE_SCANBUTTOND
SUBDIRS = src/scanbuttond src/scanbd conf
else
SUBDIRS = src/scanbd
endif
SUBDIRS += conf integration scripts contrib doc
EXTRA_DIST = \
Makefile.simple \
Makefile.conf.in \
Makefile.conf
noinst_DATA = \
Makefile.conf
Makefile.conf: Makefile.conf.in configure
echo "Generating $@...";
sed -e 's|@PACKAGEVERSION@|$(PACKAGE_VERSION)|g' \
-e 's|@PACKAGENAME@|$(PACKAGE)|g' $@.in >$@