summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/Makefile29
1 files changed, 1 insertions, 28 deletions
diff --git a/input/Makefile b/input/Makefile
index 30ce065dd3..0664ae9650 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -11,31 +11,4 @@ ifeq ($(LIRC),yes)
SRCS += lirc.c
endif
-OBJS=$(SRCS:.c=.o)
-
-CFLAGS = -I. -I.. $(OPTFLAGS)
-
-.SUFFIXES: .c .o
-
-
-.c.o:
- $(CC) -c $(CFLAGS) -o $@ $<
-
-$(LIBNAME): $(OBJS)
- $(AR) r $(LIBNAME) $(OBJS)
- $(RANLIB) $(LIBNAME)
-
-all: $(LIBNAME)
-
-clean:
- rm -f *.o *.a *~
-
-distclean: clean
- rm -f .depend
-
-dep depend:
- $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
-
-ifneq ($(wildcard .depend),)
-include .depend
-endif
+include ../mpcommon.mak