aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: ebb8ce6d693a4b1a596dd4c5f1b7c801d67fd673 (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
# This file is part of Jumper -*- autoconf -*-
# Copyright (C) 2013 Sergey Poznyakoff
#
# Jumper 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.
#
# Jumper 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 Jumper.  If not, see <http://www.gnu.org/licenses/>.

sbin_PROGRAMS=jumper
jumper_SOURCES=\
 cmdline.h\
 config.c\
 cons_ether.c\
 cons_ip.c\
 cons_ppp.c\
 cons_raw.c\
 diag.c\
 environ.c\
 interface.c\
 jumper.h\
 jumper.c\
 listener.c\
 mem.c\
 progman.c\
 trans.c

LDADD=@GRECS_LDADD@
AM_CPPFLAGS=\
 -I$(top_srcdir)/grecs/src/\
 -DSYSCONFDIR=\"$(sysconfdir)\"\
 -DLOCALSTATEDIR=\"$(localstatedir)\"\
 -DDEFAULT_VERSION_INCLUDE_DIR=\"$(VINCLUDEDIR)\"\
 -DDEFAULT_INCLUDE_DIR=\"$(INCLUDEDIR)\"\
 -DDEFAULT_PREPROCESSOR="$(DEFAULT_PREPROCESSOR)" 

BUILT_SOURCES=cmdline.h
EXTRA_DIST=cmdline.opt

SUFFIXES=.opt .c .h
.opt.h:
	m4 -s $(top_srcdir)/@GRECS_SUBDIR@/build-aux/getopt.m4 $< > $@

Return to:

Send suggestions and report system problems to the System administrator.