Mercurial > mplayer.hg
view Gui/gui.mak @ 6541:6507469651f4
10l
author | michael |
---|---|
date | Mon, 24 Jun 2002 00:56:27 +0000 |
parents | d42cb911d7f7 |
children |
line wrap: on
line source
SKINSRC = skin/skin.c skin/font.c skin/cut.c SKINOBJ = skin/skin.o skin/font.o skin/cut.o GTKSRCS = $(MPLAYERDIR)gtk/menu.c $(MPLAYERDIR)gtk/mb.c $(MPLAYERDIR)gtk/about.c \ $(MPLAYERDIR)gtk/pl.c $(MPLAYERDIR)gtk/sb.c $(MPLAYERDIR)gtk/fs.c \ $(MPLAYERDIR)gtk/opts.c $(MPLAYERDIR)gtk/url.c MPLAYERSRCS = $(MPLAYERDIR)mplayer.c $(MPLAYERDIR)widgets.c $(MPLAYERDIR)play.c \ $(GTKSRCS) MPLAYEROBJS = $(MPLAYERSRCS:.c=.o) SRCS = $(SKINSRC) $(BITMAPSRCS) wm/ws.c wm/wsconv.c app.c events.c interface.c OBJS = $(SRCS:.c=.o)