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

Subversion Repositories or1k

[/] [or1k/] [tags/] [first/] [mp3/] [sw/] [mad-xess/] [libmad/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 268 lampret
# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
# This Makefile.in is free software; the Free Software Foundation
5
# gives unlimited permission to copy and/or distribute it,
6
# with or without modifications, as long as this notice is preserved.
7
 
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
# PARTICULAR PURPOSE.
12
 
13
 
14
SHELL = @SHELL@
15
 
16
srcdir = @srcdir@
17
top_srcdir = @top_srcdir@
18
VPATH = @srcdir@
19
prefix = @prefix@
20
exec_prefix = @exec_prefix@
21
 
22
bindir = @bindir@
23
sbindir = @sbindir@
24
libexecdir = @libexecdir@
25
datadir = @datadir@
26
sysconfdir = @sysconfdir@
27
sharedstatedir = @sharedstatedir@
28
localstatedir = @localstatedir@
29
libdir = @libdir@
30
infodir = @infodir@
31
mandir = @mandir@
32
includedir = @includedir@
33
oldincludedir = /usr/include
34
 
35
DESTDIR =
36
 
37
pkgdatadir = $(datadir)/@PACKAGE@
38
pkglibdir = $(libdir)/@PACKAGE@
39
pkgincludedir = $(includedir)/@PACKAGE@
40
 
41
top_builddir = .
42
 
43
ACLOCAL = @ACLOCAL@
44
AUTOCONF = @AUTOCONF@
45
AUTOMAKE = @AUTOMAKE@
46
AUTOHEADER = @AUTOHEADER@
47
 
48
INSTALL = @INSTALL@
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
INSTALL_DATA = @INSTALL_DATA@
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
transform = @program_transform_name@
53
 
54
NORMAL_INSTALL = :
55
PRE_INSTALL = :
56
POST_INSTALL = :
57
NORMAL_UNINSTALL = :
58
PRE_UNINSTALL = :
59
POST_UNINSTALL = :
60
host_alias = @host_alias@
61
host_triplet = @host@
62
AS = @AS@
63
ASO = @ASO@
64
ASO_OBJS = @ASO_OBJS@
65
CC = @CC@
66
DLLTOOL = @DLLTOOL@
67
FPM = @FPM@
68
LIBTOOL = @LIBTOOL@
69
LN_S = @LN_S@
70
LTLIBOBJS = @LTLIBOBJS@
71
MAKEINFO = @MAKEINFO@
72
OBJDUMP = @OBJDUMP@
73
PACKAGE = @PACKAGE@
74
RANLIB = @RANLIB@
75
VERSION = @VERSION@
76
 
77
include_HEADERS = mad.h
78
 
79
EXTRA_DIST = mad.h.sed
80
noinst_LIBRARIES = libmad.a
81
exported_headers =      fixed.h bit.h timer.h stream.h frame.h synth.h decoder.h
82
 
83
 
84
headers =       $(exported_headers) global.h layer3.h huffman.h
85
 
86
 
87
data_includes =         D.dat imdct_s.dat qc_table.dat rq_table.dat sf_table.dat
88
 
89
 
90
libmad_a_SOURCES =      fixed.c bit.c timer.c stream.c frame.c synth.c decoder.c        layer3.c huffman.c $(headers) $(data_includes)
91
 
92
 
93
#CFLAGS =       -Wall @CFLAGS@ $(ARCH) $(DEBUGGER) $(OPTIMIZER) $(PROFILER)
94
#LDFLAGS =      @LDFLAGS@ $(PROFILER)
95
 
96
INCLUDES = $(FPM) $(ASO)
97
 
98
BUILT_SOURCES = mad.h
99
CLEANFILES = mad.h
100
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
102
CONFIG_HEADER = config.h
103
CONFIG_CLEAN_FILES =
104
LIBRARIES =  $(noinst_LIBRARIES)
105
 
106
 
107
DEFS = @DEFS@ -I. -I$(srcdir) -I.
108
CPPFLAGS = @CPPFLAGS@
109
LDFLAGS = @LDFLAGS@
110
LIBS = @LIBS@
111
libmad_a_LIBADD =
112
libmad_a_OBJECTS =  fixed.o bit.o timer.o stream.o frame.o synth.o \
113
decoder.o layer3.o huffman.o
114
AR = ar
115
CFLAGS = @CFLAGS@
116
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
117
CCLD = $(CC)
118
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
119
HEADERS =  $(include_HEADERS)
120
 
121
DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in acconfig.h \
122
acinclude.m4 aclocal.m4 config.h.in config.sub configure configure.in
123
 
124
 
125
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
126
 
127
TAR = gtar
128
GZIP_ENV = --best
129
DEP_FILES =  .deps/bit.P .deps/decoder.P .deps/fixed.P .deps/frame.P \
130
.deps/huffman.P .deps/layer3.P .deps/stream.P .deps/synth.P \
131
.deps/timer.P
132
SOURCES = $(libmad_a_SOURCES)
133
OBJECTS = $(libmad_a_OBJECTS)
134
 
135
all: all-redirect
136
.SUFFIXES:
137
.SUFFIXES: .S .c .o .s
138
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139
        cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
140
 
141
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
142
        cd $(top_builddir) \
143
          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
 
145
$(ACLOCAL_M4):  configure.in  acinclude.m4
146
        cd $(srcdir) && $(ACLOCAL)
147
 
148
config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
149
        $(SHELL) ./config.status --recheck
150
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
151
        cd $(srcdir) && $(AUTOCONF)
152
 
153
config.h: stamp-h
154
        @if test ! -f $@; then \
155
                rm -f stamp-h; \
156
                $(MAKE) stamp-h; \
157
        else :; fi
158
stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
159
        cd $(top_builddir) \
160
          && CONFIG_FILES= CONFIG_HEADERS=config.h \
161
             $(SHELL) ./config.status
162
        @echo timestamp > stamp-h 2> /dev/null
163
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
164
        @if test ! -f $@; then \
165
                rm -f $(srcdir)/stamp-h.in; \
166
                $(MAKE) $(srcdir)/stamp-h.in; \
167
        else :; fi
168
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
169
        cd $(top_srcdir) && $(AUTOHEADER)
170
        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
171
 
172
mostlyclean-hdr:
173
 
174
clean-hdr:
175
 
176
distclean-hdr:
177
        -rm -f config.h
178
 
179
maintainer-clean-hdr:
180
 
181
mostlyclean-noinstLIBRARIES:
182
 
183
clean-noinstLIBRARIES:
184
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
185
 
186
distclean-noinstLIBRARIES:
187
 
188
maintainer-clean-noinstLIBRARIES:
189
 
190
.s.o:
191
        $(COMPILE) -c $<
192
 
193
.S.o:
194
        $(COMPILE) -c $<
195
 
196
mostlyclean-compile:
197
        -rm -f *.o core *.core
198
 
199
clean-compile:
200
 
201
distclean-compile:
202
        -rm -f *.tab.c
203
 
204
maintainer-clean-compile:
205
 
206
libmad.a: $(libmad_a_OBJECTS) $(libmad_a_DEPENDENCIES)
207
        -rm -f libmad.a
208
        $(AR) cru libmad.a $(libmad_a_OBJECTS) $(libmad_a_LIBADD)
209
        $(RANLIB) libmad.a
210
 
211
install-includeHEADERS: $(include_HEADERS)
212
        @$(NORMAL_INSTALL)
213
        $(mkinstalldirs) $(DESTDIR)$(includedir)
214
        @list='$(include_HEADERS)'; for p in $$list; do \
215
          if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
216
          echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; \
217
          $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; \
218
        done
219
 
220
uninstall-includeHEADERS:
221
        @$(NORMAL_UNINSTALL)
222
        list='$(include_HEADERS)'; for p in $$list; do \
223
          rm -f $(DESTDIR)$(includedir)/$$p; \
224
        done
225
 
226
tags: TAGS
227
 
228
ID: $(HEADERS) $(SOURCES) $(LISP)
229
        list='$(SOURCES) $(HEADERS)'; \
230
        unique=`for i in $$list; do echo $$i; done | \
231
          awk '    { files[$$0] = 1; } \
232
               END { for (i in files) print i; }'`; \
233
        here=`pwd` && cd $(srcdir) \
234
          && mkid -f$$here/ID $$unique $(LISP)
235
 
236
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
237
        tags=; \
238
        here=`pwd`; \
239
        list='$(SOURCES) $(HEADERS)'; \
240
        unique=`for i in $$list; do echo $$i; done | \
241
          awk '    { files[$$0] = 1; } \
242
               END { for (i in files) print i; }'`; \
243
        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
244
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
245
 
246
mostlyclean-tags:
247
 
248
clean-tags:
249
 
250
distclean-tags:
251
        -rm -f TAGS ID
252
 
253
maintainer-clean-tags:
254
 
255
distdir = $(PACKAGE)-$(VERSION)
256
top_distdir = $(distdir)
257
 
258
# This target untars the dist file and tries a VPATH configuration.  Then
259
# it guarantees that the distribution is self-contained by making another
260
# tarfile.
261
distcheck: dist
262
        -rm -rf $(distdir)
263
        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
264
        mkdir $(distdir)/=build
265
        mkdir $(distdir)/=inst
266
        dc_install_base=`cd $(distdir)/=inst && pwd`; \
267
        cd $(distdir)/=build \
268
          && ../configure --srcdir=.. --prefix=$$dc_install_base \
269
          && $(MAKE) $(AM_MAKEFLAGS) \
270
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
271
          && $(MAKE) $(AM_MAKEFLAGS) check \
272
          && $(MAKE) $(AM_MAKEFLAGS) install \
273
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
274
          && $(MAKE) $(AM_MAKEFLAGS) dist
275
        -rm -rf $(distdir)
276
        @banner="$(distdir).tar.gz is ready for distribution"; \
277
        dashes=`echo "$$banner" | sed s/./=/g`; \
278
        echo "$$dashes"; \
279
        echo "$$banner"; \
280
        echo "$$dashes"
281
dist: distdir
282
        -chmod -R a+r $(distdir)
283
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
284
        -rm -rf $(distdir)
285
dist-all: distdir
286
        -chmod -R a+r $(distdir)
287
        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
288
        -rm -rf $(distdir)
289
distdir: $(DISTFILES)
290
        -rm -rf $(distdir)
291
        mkdir $(distdir)
292
        -chmod 777 $(distdir)
293
        here=`cd $(top_builddir) && pwd`; \
294
        top_distdir=`cd $(distdir) && pwd`; \
295
        distdir=`cd $(distdir) && pwd`; \
296
        cd $(top_srcdir) \
297
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
298
        @for file in $(DISTFILES); do \
299
          d=$(srcdir); \
300
          if test -d $$d/$$file; then \
301
            cp -pr $$d/$$file $(distdir)/$$file; \
302
          else \
303
            test -f $(distdir)/$$file \
304
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
305
            || cp -p $$d/$$file $(distdir)/$$file || :; \
306
          fi; \
307
        done
308
 
309
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
310
 
311
-include $(DEP_FILES)
312
 
313
mostlyclean-depend:
314
 
315
clean-depend:
316
 
317
distclean-depend:
318
        -rm -rf .deps
319
 
320
maintainer-clean-depend:
321
 
322
%.o: %.c
323
        @echo '$(COMPILE) -c $<'; \
324
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
325
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
326
        tr ' ' '\012' < .deps/$(*F).pp \
327
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
328
            >> .deps/$(*F).P; \
329
        rm .deps/$(*F).pp
330
 
331
%.lo: %.c
332
        @echo '$(LTCOMPILE) -c $<'; \
333
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
334
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
335
          < .deps/$(*F).pp > .deps/$(*F).P; \
336
        tr ' ' '\012' < .deps/$(*F).pp \
337
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
338
            >> .deps/$(*F).P; \
339
        rm -f .deps/$(*F).pp
340
info-am:
341
info: info-am
342
dvi-am:
343
dvi: dvi-am
344
check-am: all-am
345
check: check-am
346
installcheck-am:
347
installcheck: installcheck-am
348
all-recursive-am: config.h
349
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
350
 
351
install-exec-am:
352
install-exec: install-exec-am
353
 
354
install-data-am: install-includeHEADERS
355
install-data: install-data-am
356
 
357
install-am: all-am
358
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
359
install: install-am
360
uninstall-am: uninstall-includeHEADERS
361
uninstall: uninstall-am
362
all-am: Makefile $(LIBRARIES) $(HEADERS) config.h
363
all-redirect: all-am
364
install-strip:
365
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
366
installdirs:
367
        $(mkinstalldirs)  $(DESTDIR)$(includedir)
368
 
369
 
370
mostlyclean-generic:
371
 
372
clean-generic:
373
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
374
 
375
distclean-generic:
376
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
377
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
378
 
379
maintainer-clean-generic:
380
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
381
mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
382
                mostlyclean-compile mostlyclean-tags mostlyclean-depend \
383
                mostlyclean-generic
384
 
385
mostlyclean: mostlyclean-am
386
 
387
clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-tags \
388
                clean-depend clean-generic mostlyclean-am
389
 
390
clean: clean-am
391
 
392
distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
393
                distclean-tags distclean-depend distclean-generic \
394
                clean-am
395
 
396
distclean: distclean-am
397
        -rm -f config.status
398
 
399
maintainer-clean-am:  maintainer-clean-hdr \
400
                maintainer-clean-noinstLIBRARIES \
401
                maintainer-clean-compile maintainer-clean-tags \
402
                maintainer-clean-depend maintainer-clean-generic \
403
                distclean-am
404
        @echo "This command is intended for maintainers to use;"
405
        @echo "it deletes files that may require special tools to rebuild."
406
 
407
maintainer-clean: maintainer-clean-am
408
        -rm -f config.status
409
 
410
.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
411
mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
412
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
413
mostlyclean-compile distclean-compile clean-compile \
414
maintainer-clean-compile uninstall-includeHEADERS \
415
install-includeHEADERS tags mostlyclean-tags distclean-tags clean-tags \
416
maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
417
clean-depend maintainer-clean-depend info-am info dvi-am dvi check \
418
check-am installcheck-am installcheck all-recursive-am install-exec-am \
419
install-exec install-data-am install-data install-am install \
420
uninstall-am uninstall all-redirect all-am all installdirs \
421
mostlyclean-generic distclean-generic clean-generic \
422
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
423
 
424
 
425
mad.h: Makefile.am config.status config.h  \
426
                $(srcdir)/../COPYRIGHT $(srcdir)/mad.h.sed $(exported_headers)
427
        (sed -e '1s|.*|/*|' -e '1b' -e '$$s|.*| */|' -e '$$b'  \
428
                -e 's/^.*/ *&/' $(srcdir)/../COPYRIGHT; echo;  \
429
        if [ ".$(FPM)" != "." ]; then  \
430
                echo ".$(FPM)" | sed -e 's|^\.-D|# define |'; echo;  \
431
        fi;  \
432
        sed -ne 's/^# *define  *\(HAVE_.*_ASM\).*/# define \1/p'  \
433
                config.h; echo;  \
434
        sed -ne 's/^# *define  *OPT_\(SPEED\|ACCURACY\).*/# define OPT_\1/p'  \
435
                config.h; echo;  \
436
        sed -ne 's/^# *define  *\(SIZEOF_.*\)/# define \1/p'  \
437
                config.h; echo;  \
438
        for header in $(exported_headers); do  \
439
                echo;  \
440
                sed -n -f $(srcdir)/mad.h.sed $(srcdir)/$$header; echo;  \
441
        done) | cat -s >$@
442
 
443
.c.s:
444
        $(COMPILE) -S $<
445
 
446
again: clean all
447
all: libmad.a
448
        echo $(RANLIB)
449
 
450
.PHONY: again
451
 
452
# Tell versions [3.59,3.63) of GNU make to not export all variables.
453
# Otherwise a system limit (for SysV at least) may be exceeded.
454
.NOEXPORT:

powered by: WebSVN 2.1.0

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