]> rtime.felk.cvut.cz Git - can-utils.git/blob - GNUmakefile.am
candump: Enable HW timestamping before using it
[can-utils.git] / GNUmakefile.am
1 ACLOCAL_AMFLAGS = -I config/m4
2
3 AM_CPPFLAGS = \
4         -I$(top_srcdir)/include \
5         -I$(top_builddir)/include \
6         $(linux_CFLAGS)
7
8 # link every app against libcan, it's static so it wouldn't hurt
9 LDADD = \
10         libcan.la
11
12 noinst_HEADERS = \
13         canframelen.h \
14         lib.h \
15         terminal.h \
16         include/linux/can/bcm.h \
17         include/linux/can/error.h \
18         include/linux/can/gw.h \
19         include/linux/can.h \
20         include/linux/can/isotp.h \
21         include/linux/can/netlink.h \
22         include/linux/can/raw.h
23
24
25 noinst_LTLIBRARIES = \
26         libcan.la
27
28 libcan_la_SOURCES = \
29         lib.c \
30         canframelen.c
31
32
33 bin_PROGRAMS = \
34         asc2log \
35         bcmserver \
36         can-calc-bit-timing \
37         canbusload \
38         candump \
39         canfdtest \
40         cangen \
41         cangw \
42         canlogserver \
43         canplayer \
44         cansend \
45         cansniffer \
46         isotpdump \
47         isotpperf \
48         isotprecv \
49         isotpsend \
50         isotpserver \
51         isotpsniffer \
52         isotptun \
53         log2asc \
54         log2long \
55         slcan_attach \
56         slcand \
57         slcanpty
58
59 EXTRA_DIST = \
60         autogen.sh
61
62 MAINTAINERCLEANFILES = \
63         configure \
64         GNUmakefile.in \
65         aclocal.m4 \
66         config/autoconf/compile \
67         config/autoconf/config.guess \
68         config/autoconf/config.sub \
69         config/autoconf/depcomp \
70         config/autoconf/install-sh \
71         config/autoconf/ltmain.sh \
72         config/autoconf/mdate-sh \
73         config/autoconf/missing \
74         config/autoconf/texinfo.tex \
75         config/m4/libtool.m4 \
76         config/m4/ltoptions.m4 \
77         config/m4/ltsugar.m4 \
78         config/m4/ltversion.m4 \
79         config/m4/lt~obsolete.m4 \
80         $(DIST_ARCHIVES)
81
82 maintainer-clean-local:
83         -chmod -R a+rw $(distdir)
84         -rm -fr $(distdir)