2001-08-25 21:04:29 +00:00
|
|
|
include ../config.mak
|
|
|
|
|
2007-03-13 12:10:57 +00:00
|
|
|
LIBNAME_MPLAYER = libgui.a
|
2006-01-15 01:56:17 +00:00
|
|
|
|
2006-09-29 09:46:06 +00:00
|
|
|
#CFLAGS += -DDEBUG
|
2001-08-25 21:04:29 +00:00
|
|
|
|
2006-07-06 01:51:31 +00:00
|
|
|
ifeq ($(TARGET_WIN32),yes)
|
2007-03-13 12:10:57 +00:00
|
|
|
SRCS_MPLAYER = win32/dialogs.c \
|
2007-03-13 21:55:23 +00:00
|
|
|
win32/gui.c \
|
|
|
|
win32/interface.c \
|
|
|
|
win32/playlist.c \
|
|
|
|
win32/preferences.c \
|
|
|
|
win32/skinload.c \
|
|
|
|
win32/widgetrender.c \
|
|
|
|
win32/wincfg.c \
|
2007-05-10 09:11:54 +00:00
|
|
|
bitmap.c \
|
2006-07-13 22:56:02 +00:00
|
|
|
|
2006-07-06 01:51:31 +00:00
|
|
|
else
|
2007-03-13 12:10:57 +00:00
|
|
|
SRCS_MPLAYER = wm/ws.c \
|
2007-03-13 21:55:23 +00:00
|
|
|
wm/wsxdnd.c \
|
|
|
|
app.c \
|
|
|
|
interface.c \
|
|
|
|
cfg.c \
|
|
|
|
bitmap.c \
|
|
|
|
skin/skin.c \
|
|
|
|
skin/font.c \
|
|
|
|
skin/cut.c \
|
|
|
|
mplayer/widgets.c \
|
|
|
|
mplayer/play.c \
|
|
|
|
mplayer/mw.c \
|
|
|
|
mplayer/sw.c \
|
|
|
|
mplayer/menu.c \
|
|
|
|
mplayer/pb.c \
|
|
|
|
mplayer/common.c \
|
|
|
|
mplayer/gtk/menu.c \
|
|
|
|
mplayer/gtk/mb.c \
|
|
|
|
mplayer/gtk/about.c \
|
|
|
|
mplayer/gtk/pl.c \
|
|
|
|
mplayer/gtk/sb.c \
|
|
|
|
mplayer/gtk/fs.c \
|
|
|
|
mplayer/gtk/opts.c \
|
|
|
|
mplayer/gtk/url.c \
|
|
|
|
mplayer/gtk/eq.c \
|
|
|
|
mplayer/gtk/common.c \
|
2006-07-13 22:56:02 +00:00
|
|
|
|
2006-07-06 01:51:31 +00:00
|
|
|
endif
|
2002-07-03 08:55:26 +00:00
|
|
|
|
2006-11-26 18:12:36 +00:00
|
|
|
include ../mpcommon.mak
|
2001-08-25 21:04:29 +00:00
|
|
|
|
2006-11-26 18:12:36 +00:00
|
|
|
clean::
|
2007-03-13 21:55:23 +00:00
|
|
|
rm -f mplayer/*.o mplayer/*~ mplayer/gtk/*.o mplayer/gtk/*~ \
|
2006-01-28 17:35:16 +00:00
|
|
|
skin/*.o skin/*~ \
|
2006-07-06 01:51:31 +00:00
|
|
|
wm/*.o wm/*~ \
|
2006-08-22 23:04:48 +00:00
|
|
|
win32/*.o win32/*~ \
|