OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [first/] [mp3/] [sw/] [mad-xess/] [Makefile.am] - Blame information for rev 1780

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 266 lampret
##
2
## mad - MPEG audio decoder
3
## Copyright (C) 2000-2001 Robert Leslie
4
##
5
## This program is free software; you can redistribute it and/or modify
6
## it under the terms of the GNU General Public License as published by
7
## the Free Software Foundation; either version 2 of the License, or
8
## (at your option) any later version.
9
##
10
## This program is distributed in the hope that it will be useful,
11
## but WITHOUT ANY WARRANTY; without even the implied warranty of
12
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
## GNU General Public License for more details.
14
##
15
## You should have received a copy of the GNU General Public License
16
## along with this program; if not, write to the Free Software
17
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
##
19
## If you would like to negotiate alternate licensing terms, you may do
20
## so by contacting the author: Robert Leslie 
21
##
22
## $Id: Makefile.am,v 1.1.1.1 2001-11-04 19:00:20 lampret Exp $
23
##
24
 
25
## Process this file with automake to produce Makefile.in
26
 
27
SUBDIRS =               libmad
28
 
29
bin_PROGRAMS =          minimad
30
EXTRA_PROGRAMS =        loader play
31
 
32
EXTRA_DIST =  \
33
        CHANGES COPYRIGHT CREDITS README TODO VERSION
34
 
35
default_audio =  \
36
        audio.c audio.h
37
 
38
extra_audio =  \
39
        audio_oss.c
40
 
41
minimad_SOURCES =       minimad.c fsyst.c audio_oss.c audio.c memcpy.c memmove.c flash.c
42
loader_SOURCES =        loader.c
43
play_SOURCES =          play.c audio_oss.c memcpy.c memmove.c audio.c
44
AUDIO =                 @AUDIO@
45
 
46
LDADD =                 @LIBOBJS@ libmad/libmad.a
47
 
48
INCLUDES =              -Ilibmad
49
 
50
#CFLAGS =       -Wall @CFLAGS@ $(ARCH) $(DEBUGGER) $(OPTIMIZER) $(PROFILER)
51
#LDFLAGS =      @LDFLAGS@ $(PROFILER)
52
 
53
.c.s:
54
        $(COMPILE) -S $<
55
 
56
again: clean all

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.