We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9b3cd commit 9e10ffeCopy full SHA for 9e10ffe
Makefile.am
@@ -1,25 +1,8 @@
1
ACLOCAL_AMFLAGS = -I m4
2
3
-CONF_FILE = cliap2.conf
4
-
5
-BUILT_SOURCES = $(CONF_FILE)
6
7
SUBDIRS = src
8
9
-EXTRA_DIST = \
10
- $(CONF_FILE).in
11
12
-CLEANFILES = $(BUILT_SOURCES)
13
14
do_subst = $(SED) -e 's|@sbindir[@]|$(sbindir)|g' \
15
-e 's|@localstatedir[@]|$(localstatedir)|g' \
16
-e 's|@PACKAGE[@]|$(PACKAGE)|g' \
17
-e 's|@OWNTONE_USER[@]|$(OWNTONE_USER)|g'
18
19
-# these files use $prefix, which is determined at build (not configure) time
20
-$(CONF_FILE): Makefile
21
- $(AM_V_at)rm -f $@ $@-t
22
- $(AM_V_GEN)$(do_subst) "$(srcdir)/$@.in" > $@-t
23
- $(AM_V_at)mv $@-t $@
24
25
-$(CONF_FILE): $(srcdir)/$(CONF_FILE).in
0 commit comments