1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 18:36:09 +00:00
mpv/Gui/gui.mak
arpi 49809933c1 shmem.c removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1707 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 19:54:37 +00:00

12 lines
385 B
Makefile

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
OBJS = $(SRCS:.c=.o)