can-utils/GNUmakefile.am

80 lines
1.2 KiB
Plaintext

AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
$(linux_CFLAGS)
# link every app against libcan, it's static so it wouldn't hurt
LDADD = \
libcan.la
noinst_HEADERS = \
lib.h \
terminal.h
noinst_LTLIBRARIES = \
libcan.la
libcan_la_SOURCES = \
lib.c
bin_PROGRAMS = \
asc2log \
bcmserver \
canbusload \
candump \
canfdtest \
cangen \
canlogserver \
canplayer \
cansend \
cansniffer \
log2asc \
log2long \
slcan_attach \
slcand \
slcanpty
if CONFIG_GW
bin_PROGRAMS += \
cangw
endif
if CONFIG_ISOTP
bin_PROGRAMS += \
isotpdump \
isotprecv \
isotpsend \
isotpsniffer \
isotptun
endif
EXTRA_DIST = \
autogen.sh
MAINTAINERCLEANFILES = \
configure \
GNUmakefile.in \
aclocal.m4 \
config/autoconf/compile \
config/autoconf/config.guess \
config/autoconf/config.sub \
config/autoconf/depcomp \
config/autoconf/install-sh \
config/autoconf/ltmain.sh \
config/autoconf/mdate-sh \
config/autoconf/missing \
config/autoconf/texinfo.tex \
config/m4/libtool.m4 \
config/m4/ltoptions.m4 \
config/m4/ltsugar.m4 \
config/m4/ltversion.m4 \
config/m4/lt~obsolete.m4 \
$(DIST_ARCHIVES)
maintainer-clean-local:
-chmod -R a+rw $(distdir)
-rm -fr $(distdir)