Mercurial > mplayer.hg
comparison input/Makefile @ 22528:8bcff5c7e387
Give more descriptive names to the source and library variables and split
between common, MPlayer-specific and MEncoder-specific parts.
author | diego |
---|---|
date | Tue, 13 Mar 2007 12:10:57 +0000 |
parents | ef59ac68c9b6 |
children | 090ec2169aee |
comparison
equal
deleted
inserted
replaced
22527:5dc92a83d58a | 22528:8bcff5c7e387 |
---|---|
1 | 1 |
2 include ../config.mak | 2 include ../config.mak |
3 | 3 |
4 LIBNAME = libinput.a | 4 LIBNAME_MPLAYER = libinput.a |
5 | 5 |
6 SRCS=input.c | 6 SRCS_MPLAYER = input.c |
7 SRCS-$(JOYSTICK) += joystick.c | 7 SRCS_MPLAYER-$(JOYSTICK) += joystick.c |
8 SRCS-$(LIRC) += lirc.c | 8 SRCS_MPLAYER-$(LIRC) += lirc.c |
9 | 9 |
10 include ../mpcommon.mak | 10 include ../mpcommon.mak |