summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-06 23:09:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-06 23:09:06 +0000
commitc9b0ef9bca5cfe9380bed0ebfd45e61680a2fc96 (patch)
tree276c8e426667e0f8f28964ff7067f0c08a07caed /input
parent9087c4270b6a9c2806e8af0752566059b9e0aa0c (diff)
downloadmpv-c9b0ef9bca5cfe9380bed0ebfd45e61680a2fc96.tar.bz2
mpv-c9b0ef9bca5cfe9380bed0ebfd45e61680a2fc96.tar.xz
Get rid of recursive make for the input/ subdirectory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26340 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/input/Makefile b/input/Makefile
deleted file mode 100644
index 364d73641d..0000000000
--- a/input/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-include ../config.mak
-
-LIBNAME_MPLAYER = libinput.a
-
-SRCS_MPLAYER = input.c
-SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
-SRCS_MPLAYER-$(JOYSTICK) += joystick.c
-SRCS_MPLAYER-$(LIRC) += lirc.c
-
-include ../mpcommon.mak