[Mplayer-cvslog] CVS: main/Gui Makefile,1.7,1.8 gui.mak,1.9,NONE
Zoltan Ponekker
pontscho at mplayerhq.hu
Wed Jul 3 10:55:56 CEST 2002
Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv5476/Gui
Modified Files:
Makefile
Removed Files:
gui.mak
Log Message:
remove unneded config files
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 10 May 2002 01:50:16 -0000 1.7
+++ Makefile 3 Jul 2002 08:55:23 -0000 1.8
@@ -4,10 +4,6 @@
include ../config.mak
include config.mak
-include bitmap/bitmap.mak
-MPLAYERDIR = mplayer/
-include gui.mak
-
INCDIR = -I. -I./event -I./wm -I./skin $(GTKINC) $(EXTRA_INC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
@@ -18,6 +14,13 @@
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)
+SRCS = wm/ws.c wm/wsconv.c app.c events.c interface.c \
+ bitmap/bitmap.c bitmap/tga/tga.c bitmap/bmp/bmp.c bitmap/png/png.c \
+ skin/skin.c skin/font.c skin/cut.c \
+ mplayer/mplayer.c mplayer/widgets.c mplayer/play.c \
+ mplayer/gtk/menu.c mplayer/gtk/mb.c mplayer/gtk/about.c mplayer/gtk/pl.c mplayer/gtk/sb.c mplayer/gtk/fs.c mplayer/gtk/opts.c mplayer/gtk/url.c mplayer/gtk/eq.c
+OBJS = $(SRCS:.c=.o)
+
.SUFFIXES: .c .o
.c.o:
@@ -26,14 +29,12 @@
### TARGETS ###
$(LIB): .depend $(OBJS)
- $(MAKE) -C mplayer
rm -f $(LIB)
$(AR) rc $(LIB) $(OBJS) $(MPLAYEROBJS)
all: $(LIB)
clean:
- $(MAKE) -C mplayer clean
rm -rf $(OBJS) *.o *~ *.bak main $(PRG) $(LIB) .depend
#dep: depend
@@ -48,8 +49,7 @@
depend: .depend
-.depend: Makefile config.mak gui.mak bitmap/bitmap.mak
- $(MAKE) -C mplayer depend
+.depend: Makefile config.mak
$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#
--- gui.mak DELETED ---
More information about the MPlayer-cvslog
mailing list