]> git.ipfire.org Git - thirdparty/lldpd.git/blob - edit.am
tests: fix skip instruction
[thirdparty/lldpd.git] / edit.am
1 edit = $(SED) \
2 -e 's|@bindir[@]|$(bindir)|g' \
3 -e 's|@sbindir[@]|$(sbindir)|g' \
4 -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
5 -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
6 -e 's|@libdir[@]|$(libdir)|g' \
7 -e 's|@srcdir[@]|$(srcdir)|g' \
8 -e 's|@top_builddir[@]|$(top_builddir)|g' \
9 -e 's|@includedir[@]|$(includedir)|g' \
10 -e 's|@exec_prefix[@]|$(exec_prefix)|g' \
11 -e 's|@prefix[@]|$(prefix)|g' \
12 -e 's|@VERSION[@]|$(VERSION)|g' \
13 -e 's|@PACKAGE[@]|$(PACKAGE)|g' \
14 -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \
15 -e 's|@PACKAGE_URL[@]|$(PACKAGE_URL)|g' \
16 -e 's|@PRIVSEP_USER[@]|$(PRIVSEP_USER)|g' \
17 -e 's|@PRIVSEP_GROUP[@]|$(PRIVSEP_GROUP)|g' \
18 -e 's|@PRIVSEP_CHROOT[@]|$(PRIVSEP_CHROOT)|g' \
19 -e 's|@LLDPD_PID_FILE[@]|$(LLDPD_PID_FILE)|g' \
20 -e 's|@LLDPD_CTL_SOCKET[@]|$(LLDPD_CTL_SOCKET)|g' \
21 -e 's|@PRIVSEP_CHROOT[@]|$(PRIVSEP_CHROOT)|g'
22
23 $(TEMPLATES): Makefile
24 $(AM_V_GEN)$(MKDIR_P) $(@D) && $(edit) $(srcdir)/$@.in > $@.tmp && mv $@.tmp $@