Remove the Makefile to put in place the next patch where it is generated

Signed-off-by: Daniel Lezcano <daniel.lezc...@free.fr>
---
 Makefile |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)
 delete mode 100644 Makefile

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 8b36a2f..0000000
--- a/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-BINDIR=/usr/bin
-MANDIR=/usr/share/man/man8
-
-WARNFLAGS=-Wall -Wshadow -W -Wformat -Wimplicit-function-declaration 
-Wimplicit-int
-CFLAGS?=-O1 -g ${WARNFLAGS}
-CC?=gcc
-
-OBJS = powerdebug.o sensor.o clocks.o regulator.o display.o
-
-default: powerdebug
-
-powerdebug.8.gz: powerdebug.8
-       gzip -c $< > $@
-
-powerdebug: $(OBJS) powerdebug.h
-       $(CC) ${CFLAGS} $(OBJS) -lncurses -o powerdebug
-
-install: powerdebug powerdebug.8.gz
-       mkdir -p ${DESTDIR}${BINDIR}
-       cp powerdebug ${DESTDIR}${BINDIR}
-       mkdir -p ${DESTDIR}${MANDIR}
-       cp powerdebug.8.gz ${DESTDIR}${MANDIR}
-
-All: install
-
-all: powerdebug powerdebug.8.gz
-
-clean:
-       rm -f powerdebug *.o powerdebug.8.gz
-- 
1.7.1


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to