VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/examples/Makefile.am@ 103417

最後變更 在這個檔案從103417是 96468,由 vboxsync 提交於 2 年 前

libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.2 KB
 
1## Process this file with automake to produce Makefile.in
2
3AUTOMAKE_OPTIONS = foreign
4
5noinst_PROGRAMS = decoder_example encoder_example chaining_example\
6 vorbisfile_example seeking_example
7
8EXTRA_DIST = frameview.pl
9
10AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
11
12# uncomment to build static executables from the example code
13#LDFLAGS = -all-static
14
15decoder_example_SOURCES = decoder_example.c
16decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
17
18encoder_example_SOURCES = encoder_example.c
19encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
20
21chaining_example_SOURCES = chaining_example.c
22chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
23
24vorbisfile_example_SOURCES = vorbisfile_example.c
25vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
26
27seeking_example_SOURCES = seeking_example.c
28seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
29
30debug:
31 $(MAKE) all CFLAGS="@DEBUG@"
32
33profile:
34 $(MAKE) all CFLAGS="@PROFILE@"
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette