23077
|
1 include ../config.mak
|
|
2
|
|
3 LIBNAME_MPLAYER = libgui.a
|
|
4
|
|
5 #CFLAGS += -DDEBUG
|
|
6
|
|
7 ifeq ($(TARGET_WIN32),yes)
|
|
8 SRCS_MPLAYER = win32/dialogs.c \
|
|
9 win32/gui.c \
|
|
10 win32/interface.c \
|
|
11 win32/playlist.c \
|
|
12 win32/preferences.c \
|
|
13 win32/skinload.c \
|
|
14 win32/widgetrender.c \
|
|
15 win32/wincfg.c \
|
|
16
|
|
17 else
|
|
18 SRCS_MPLAYER = wm/ws.c \
|
|
19 wm/wsxdnd.c \
|
|
20 app.c \
|
|
21 interface.c \
|
|
22 cfg.c \
|
|
23 bitmap.c \
|
|
24 skin/skin.c \
|
|
25 skin/font.c \
|
|
26 skin/cut.c \
|
|
27 mplayer/widgets.c \
|
|
28 mplayer/play.c \
|
|
29 mplayer/mw.c \
|
|
30 mplayer/sw.c \
|
|
31 mplayer/menu.c \
|
|
32 mplayer/pb.c \
|
|
33 mplayer/common.c \
|
|
34 mplayer/gtk/menu.c \
|
|
35 mplayer/gtk/mb.c \
|
|
36 mplayer/gtk/about.c \
|
|
37 mplayer/gtk/pl.c \
|
|
38 mplayer/gtk/sb.c \
|
|
39 mplayer/gtk/fs.c \
|
|
40 mplayer/gtk/opts.c \
|
|
41 mplayer/gtk/url.c \
|
|
42 mplayer/gtk/eq.c \
|
|
43 mplayer/gtk/common.c \
|
|
44
|
|
45 endif
|
|
46
|
|
47 include ../mpcommon.mak
|
|
48
|
|
49 clean::
|
|
50 rm -f mplayer/*.o mplayer/*~ mplayer/gtk/*.o mplayer/gtk/*~ \
|
|
51 skin/*.o skin/*~ \
|
|
52 wm/*.o wm/*~ \
|
|
53 win32/*.o win32/*~ \
|