From dc2be42703cd95be495d420aeeaec79448222fa4 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 26 Nov 2006 18:12:36 +0000 Subject: Merge common parts of all Makefiles into one file included by all. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21275 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/Makefile | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'input') 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 -- cgit v1.2.3