Mercurial > mplayer.hg
comparison Gui/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 | ddc54f850d53 |
children | 090ec2169aee |
comparison
equal
deleted
inserted
replaced
22527:5dc92a83d58a | 22528:8bcff5c7e387 |
---|---|
1 include ../config.mak | 1 include ../config.mak |
2 | 2 |
3 LIBNAME = libgui.a | 3 LIBNAME_MPLAYER = libgui.a |
4 | 4 |
5 CFLAGS = -I../loader -I./wm -I./skin | 5 CFLAGS = -I../loader -I./wm -I./skin |
6 #CFLAGS += -DDEBUG | 6 #CFLAGS += -DDEBUG |
7 | 7 |
8 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil | 8 CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil |
9 | 9 |
10 ifeq ($(TARGET_WIN32),yes) | 10 ifeq ($(TARGET_WIN32),yes) |
11 SRCS = win32/dialogs.c \ | 11 SRCS_MPLAYER = win32/dialogs.c \ |
12 win32/gui.c \ | 12 win32/gui.c \ |
13 win32/interface.c \ | 13 win32/interface.c \ |
14 win32/playlist.c \ | 14 win32/playlist.c \ |
15 win32/preferences.c \ | 15 win32/preferences.c \ |
16 win32/skinload.c \ | 16 win32/skinload.c \ |
17 win32/widgetrender.c \ | 17 win32/widgetrender.c \ |
18 win32/wincfg.c \ | 18 win32/wincfg.c \ |
19 | 19 |
20 else | 20 else |
21 SRCS = wm/ws.c \ | 21 SRCS_MPLAYER = wm/ws.c \ |
22 wm/wsxdnd.c \ | 22 wm/wsxdnd.c \ |
23 app.c \ | 23 app.c \ |
24 interface.c \ | 24 interface.c \ |
25 cfg.c \ | 25 cfg.c \ |
26 bitmap.c \ | 26 bitmap.c \ |