comparison libmenu/Makefile @ 22531:090ec2169aee

cosmetics: Fix indentation, reorder some lines for consistency.
author diego
date Tue, 13 Mar 2007 21:55:23 +0000
parents 8bcff5c7e387
children fec8936c8079
comparison
equal deleted inserted replaced
22530:fefb92f3c59a 22531:090ec2169aee
1
2 include ../config.mak 1 include ../config.mak
3 2
4 LIBNAME_MPLAYER = libmenu.a 3 LIBNAME_MPLAYER = libmenu.a
5 4
6 SRCS_MPLAYER = menu.c \ 5 SRCS_MPLAYER = menu.c \
7 vf_menu.c \ 6 vf_menu.c \
8 menu_cmdlist.c \ 7 menu_cmdlist.c \
9 menu_pt.c \ 8 menu_pt.c \
10 menu_list.c \ 9 menu_list.c \
11 menu_filesel.c \ 10 menu_filesel.c \
12 menu_txt.c \ 11 menu_txt.c \
13 menu_console.c \ 12 menu_console.c \
14 menu_param.c \ 13 menu_param.c \
15 14
16 SRCS_MPLAYER-$(DVBIN) += menu_dvbin.c 15 SRCS_MPLAYER-$(DVBIN) += menu_dvbin.c
17 16
18 include ../mpcommon.mak 17 include ../mpcommon.mak