From 255e3d2dddd5d41e37d061f93f0739990753e541 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 2 Jan 2016 00:07:14 +0100 Subject: commandline: remove legacy 'vusb-i2c' program --- commandline/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'commandline/Makefile') diff --git a/commandline/Makefile b/commandline/Makefile index 2e2ea32..ae465ff 100644 --- a/commandline/Makefile +++ b/commandline/Makefile @@ -10,22 +10,18 @@ PREFIX ?= /usr/local bin_dir = ${DESTDIR}${PREFIX}/bin man_dir = ${DESTDIR}${PREFIX}/man/man1 -PROGRAMS = vusb-i2c vusb-i2cdetect vusb-i2cset vusb-i2cget +PROGRAMS = vusb-i2cdetect vusb-i2cset vusb-i2cget all: $(PROGRAMS) .c.o: $(CC) $(CFLAGS) -c $< -i2c.o: i2c.c i2c-util.c i2c-util.h i2c-util.o: i2c-util.c i2cdetect.o: i2cdetect.c i2c-util.c i2c-util.h i2cset.o: i2cset.c i2c-util.c i2c-util.h i2cget.o: i2cget.c i2c-util.c i2c-util.h -vusb-i2c: i2c.o i2c-util.o - $(CC) -o $@ $^ $(LIBS) - vusb-i2cdetect: i2cdetect.o i2c-util.o $(CC) -o $@ $^ $(LIBS) @@ -44,7 +40,7 @@ install: $(man_dir) uninstall: - rm -f $(bin_dir)/vusb-i2c $(bin_dir)/vusb-i2cdetect + rm -f $(bin_dir)/vusb-i2cdetect rm -f $(bin_dir)/vusb-i2cget $(bin_dir)/vusb-i2cset rm -f $(man_dir)/vusb-i2cdetect.1 $(man_dir)/vusb-i2cget.1 $(man_dir)vusb-i2cset.1 -- cgit v1.2.3