summaryrefslogtreecommitdiffstats
path: root/Gui/gui.mak
blob: 7895c9236f2c78d16d9337d37dd81d077830807b (plain)
1
2
3
4
5
6
7
8
9
10
11

SKINSRC = skin/skin.c skin/font.c skin/cut.c
SKINOBJ = skin/skin.o skin/font.o skin/cut.o

MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \
	     $(MPLAYERDIR)psignal.c $(MPLAYERDIR)mixer.c
MPLAYEROBJS = $(MPLAYERSRCS:.c=.o)

SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c config.c events.c timer.c language.c error.c shmem.c
OBJS = $(SRCS:.c=.o)