[Mplayer-cvslog] CVS: main/libmpdemux Makefile,NONE,1.1
Arpi of Ize
arpi at mplayer.dev.hu
Sat Oct 20 21:04:59 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.78,1.79 codec-cfg.c,1.41,1.42 codec-cfg.h,1.18,1.19 configure,1.192,1.193
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpdemux
In directory mplayer:/var/tmp.root/cvs-serv7462
Added Files:
Makefile
Log Message:
i forgot this. -10l :(
--- NEW FILE ---
LIBNAME = libmpdemux.a
include ../config.mak
SRCS = asfheader.c aviheader.c aviprint.c aviwrite.c demux_asf.c demux_avi.c demux_mov.c demux_mpg.c demuxer.c dvdauth.c open.c parse_es.c stream.c test.c
ifeq ($(STREAMING),yes)
SRCS += asf_streaming.c url.c http.c network.c
endif
OBJS = $(SRCS:.c=.o)
INCLUDE = -I../loader $(EXTRA_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE)
.SUFFIXES: .c .o
# .PHONY: all clean
all: $(LIBNAME)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
test: $(LIBNAME) test.c
$(CC) $(CFLAGS) test.c ../mp_msg.c -o test -L. -lmpdemux -ldvdread -lz -lpthread
clean:
rm -f *.o *.a *~
distclean:
rm -f test Makefile.bak *.o *.a *~ .depend
dep: depend
depend:
$(CC) -MM $(CFLAGS) test.c $(SRCS) 1>.depend
#
# include dependency files if they exist
#
ifneq ($(wildcard .depend),)
include .depend
endif
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.78,1.79 codec-cfg.c,1.41,1.42 codec-cfg.h,1.18,1.19 configure,1.192,1.193
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list