X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sojka/can-utils.git/blobdiff_plain/b68a79ebde37b60fc51a77b4eeddd7ad94e52ca9..HEAD:/Makefile diff --git a/Makefile b/Makefile index 8e6c609..c3e6d9c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ # -# $Id$ -# # Copyright (c) 2002-2005 Volkswagen Group Electronic Research # All rights reserved. # @@ -38,16 +36,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH # DAMAGE. # -# Send feedback to +# Send feedback to 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 \ @@ -56,7 +52,7 @@ CFLAGS = -O2 -Wall -Wno-parentheses -I$(KERNELDIR)/include \ 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)\