URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [mp3_stable/] [mp3/] [sw/] [mad-xess/] [libmad/] [Makefile] - Rev 1779
Go to most recent revision | Compare with Previous | Blame | View Log
CC = or32-rtems-gccAS = or32-rtems-asAR = or32-rtems-arRUNLIB = or32-rtems-ranlibLIBMAD_OBJ = fixed.o \bit.o \timer.o \stream.o \frame.o \synth.o \decoder.o \layer3.o \huffman.oCC_OPTS = -DHAVE_CONFIG_H -DFPM_DEFAULT -fno-delayed-branch -Wall -nostdlib \-g -O -fforce-mem -fforce-addr -fthread-jumps -fcse-follow-jumps \-fcse-skip-blocks -fexpensive-optimizations -fregmove -fschedule-insns2 \-I. -I./../all: libmad.alibmad.a: $(LIBMAD_OBJ)$(AR) cru libmad.a $(LIBMAD_OBJ)$(RUNLIB) libmad.afixed.o: fixed.c config.h global.h fixed.h$(CC) $(CC_OPTS) -c -o fixed.o fixed.cbit.o: bit.c config.h global.h bit.h$(CC) $(CC_OPTS) -c -o bit.o bit.ctimer.o: timer.c config.h global.h timer.h$(CC) $(CC_OPTS) -c -o timer.o timer.cstream.o: stream.c config.h global.h bit.h stream.h$(CC) $(CC_OPTS) -c -o stream.o stream.cframe.o: frame.c config.h global.h bit.h stream.h frame.h fixed.h timer.h layer3.h$(CC) $(CC_OPTS) -c -o frame.o frame.csynth.o: synth.c config.h global.h fixed.h frame.h timer.h stream.h bit.h synth.h \../audio.h mad.h D.dat$(CC) $(CC_OPTS) -c -o synth.o synth.cdecoder.o: decoder.c config.h global.h stream.h bit.h frame.h fixed.h timer.h \synth.h decoder.h$(CC) $(CC_OPTS) -c -o decoder.o decoder.clayer3.o: layer3.c config.h global.h fixed.h bit.h stream.h frame.h timer.h \huffman.h layer3.h rq_short.dat imdct_s.dat$(CC) $(CC_OPTS) -c -o layer3.o layer3.chuffman.o: huffman.c config.h global.h huffman.h$(CC) $(CC_OPTS) -c -o huffman.o huffman.cclean:rm -rf $(LIBMAD_OBJ) libmad.a *~ *.bak
Go to most recent revision | Compare with Previous | Blame | View Log
