]> rtime.felk.cvut.cz Git - sojka/can-utils.git/blobdiff - Makefile
can-utils: AOSP build clean up
[sojka/can-utils.git] / Makefile
index cd5af9c5e276e522b643439bed57a75a1f8852b9..c3e6d9c443aae718b9fa2de9303b105e5098fee4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
 #
-#  $Id$
-#
 #  Copyright (c) 2002-2005 Volkswagen Group Electronic Research
 #  All rights reserved.
 #
 #  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 #  DAMAGE.
 #
-#  Send feedback to <socketcan-users@lists.berlios.de>
+#  Send feedback to <linux-can@vger.kernel.org>
 
 DESTDIR =
 PREFIX = /usr/local
 
-KERNELDIR = ../kernel/2.6
-
 MAKEFLAGS = -k
 
-CFLAGS    = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/include \
+CFLAGS    = -O2 -Wall -Wno-parentheses -Iinclude \
            -fno-strict-aliasing \
            -DSO_RXQ_OVFL=40 \
            -DPF_CAN=29 \
            -DAF_CAN=PF_CAN
 
-PROGRAMS_ISOTP = isotpdump isotprecv isotpsend isotpsniffer isotptun
+PROGRAMS_ISOTP = isotpdump isotprecv isotpsend isotpsniffer isotptun isotpserver
 PROGRAMS_CANGW = cangw
 PROGRAMS_SLCAN = slcan_attach slcand
-PROGRAMS = candump cansniffer cansend canplayer cangen canbusload\
+PROGRAMS = can-calc-bit-timing candump cansniffer cansend canplayer cangen canbusload\
           log2long log2asc asc2log\
           canlogserver bcmserver\
           $(PROGRAMS_ISOTP)\