view Gui/gui.mak @ 1875:73c771050065

Add support for libdvdread-0.9.0
author jkeil
date Sun, 09 Sep 2001 18:02:50 +0000
parents 32b1bb50a0e8
children d21f8afc7680
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

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

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