comparison Makefile.am @ 27:9298f8b00db2 stable-1-0-10

patches from Takao Abe add switches for config and pid files
author Carl Byington <carl@five-ten-sg.com>
date Thu, 24 May 2018 10:35:45 -0700
parents 37793d4c90a0
children
comparison
equal deleted inserted replaced
26:c6d5b1658f61 27:9298f8b00db2
1 ACLOCAL_AMFLAGS = -I m4 1 ACLOCAL_AMFLAGS = -I m4
2 2
3 SUBDIRS = src man html info 3 SUBDIRS = src man html info
4 hackdir = $(sysconfdir)/sm-archive 4 hackdir = $(sysconfdir)/sm-archive
5 hack_SCRIPTS = sm-archive sm-archive.service sm-archive-tmpfs.conf 5 hack_SCRIPTS = sm-archive sm-archive.service
6 hack_DATA = sm-archive.conf 6 hack_DATA = sm-archive.conf sm-archive-tmpfs.conf
7 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ 7 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@
8 html_DATA = AUTHORS COPYING ChangeLog NEWS README 8 html_DATA = AUTHORS COPYING ChangeLog NEWS README
9 CLEANFILES = sm-archive.service sm-archive xml/sm-archive xml/Makefile 9 CLEANFILES = sm-archive.service sm-archive xml/sm-archive xml/Makefile
10 EXTRA_DIST = sm-archive-tmpfs.conf sm-archive.service.rc sm-archive.rc $(hack_DATA) sm-archive.spec $(wildcard m4/*) $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/sm*) 10 EXTRA_DIST = sm-archive.service.rc sm-archive.rc $(hack_DATA) sm-archive.spec $(wildcard m4/*) $(wildcard xml/h*) $(wildcard xml/M*) $(wildcard xml/sm*)
11 11
12 sm-archive: sm-archive.rc 12 sm-archive: sm-archive.rc
13 cat $(srcdir)/sm-archive.rc | \ 13 cat $(srcdir)/sm-archive.rc | \
14 sed -e "s,SBINDIR,$(sbindir),g" | \ 14 sed -e "s,SBINDIR,$(sbindir),g" | \
15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>sm-archive 15 sed -e "s,SYSCONFDIR,$(sysconfdir),g" >>sm-archive