aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: f78a979c4dfd76b0e6135c24b4c4c15eac63592a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# This file is part of genrc.
# Copyright (C) 2018 Sergey Poznyakoff.
#
# Genrc is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# Genrc is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with genrc.  If not, see <http://www.gnu.org/licenses/>. 

sbin_PROGRAMS = genrc
genrc_SOURCES = \
 genrc.c\
 genrc.h\
 err.c\
 pidfrom.c\
 pid_file.c\
 pid_config.c\
 pid_grep.c\
 pid_proc.c\
 pid_ps.c\
 pidlist.c\
 procscan.c\
 com_status.c\
 com_start.c\
 com_stop.c\
 com_restart.c\
 com_reload.c\
 transform.c\
 match_exact.c\
 match_glob.c\
 match_regex.c\
 sentinel.c

AM_CPPFLAGS = @GRECS_INCLUDES@
LDADD = @GRECS_LDADD@

if COND_PCRE
 genrc_SOURCES += match_pcre.c
 AM_CPPFLAGS += -DHAVE_PCRE=1
endif

dist_man_MANS=genrc.8

Return to:

Send suggestions and report system problems to the System administrator.