summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 34663d05b260b3aea472ba05a8ba7702b98b8aa5 (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
#
# Binary programs
#

bin_PROGRAMS = candump canecho cansend
sbin_PROGRAMS = canconfig

SUBDIRS = include

AM_CPPFLAGS = \
	-I$(top_srcdir)/include
	-I$(top_builddir)/include

candump_SOURCES   = candump.c
canecho_SOURCES   = canecho.c
cansend_SOURCES   = cansend.c
canconfig_SOURCES = canconfig.c

EXTRA_DIST = autogen.sh can.h canconfig.8 candump.8 canecho.8 cansend.8

man_MANS = canconfig.8 candump.8 canecho.8 cansend.8

# info_TEXINFOS = can.texinfo

MAINTAINERCLEANFILES=		\
	include/can_config.h.in	\
	configure		\
	Makefile.in		\
	config.guess		\
	config.sub		\
	ltmain.sh		\
	aclocal.m4