[Mplayer-cvslog] CVS: main/liba52 Makefile,NONE,1.1
    Arpi of Ize 
    arpi at mplayer.dev.hu
       
    Sun Dec  9 19:04:20 CET 2001
    
    
  
Update of /cvsroot/mplayer/main/liba52
In directory mplayer:/var/tmp.root/cvs-serv27204
Added Files:
	Makefile 
Log Message:
10l?
--- NEW FILE ---
LIBNAME = liba52.a
include ../config.mak
SRCS    = bit_allocate.c bitstream.c downmix.c imdct.c imdct_mlib.c parse.c
OBJS	= $(SRCS:.c=.o)
CFLAGS  = $(OPTFLAGS)
.SUFFIXES: .c .o
# .PHONY: all clean
.c.o:
	$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME):	$(OBJS)
	$(AR) r $(LIBNAME) $(OBJS)
test:        $(LIBNAME) test.c
	$(CC) $(CFLAGS) test.c -o test -L. -la52
test2:        $(LIBNAME) test.c
	$(CC) $(CFLAGS) test.c -o test2 -L../libac3 -lac3 -L. -la52
all:	$(LIBNAME)
clean:
	rm -f *.o *.a *~
distclean:
	rm -f test *.o *.a *~ .depend
dep:    depend
depend:
	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
#
# include dependency files if they exist
#
ifneq ($(wildcard .depend),)
include .depend
endif
    
    
More information about the MPlayer-cvslog
mailing list