summaryrefslogtreecommitdiffstats
path: root/libmenu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/Makefile')
-rw-r--r--libmenu/Makefile28
1 files changed, 1 insertions, 27 deletions
diff --git a/libmenu/Makefile b/libmenu/Makefile
index 3f1ae6d8a5..364f7f7949 100644
--- a/libmenu/Makefile
+++ b/libmenu/Makefile
@@ -16,31 +16,5 @@ SRCS= menu.c \
ifeq ($(DVBIN),yes)
SRCS += menu_dvbin.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