VirtualBox

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

Last change on this file was 96468, checked in by vboxsync, 22 months ago

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1## Process this file with automake to produce Makefile.in
2
3AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
4
5ACLOCAL_AMFLAGS = -I m4
6
7SUBDIRS = m4 include vq lib test doc
8
9if BUILD_EXAMPLES
10SUBDIRS += examples
11endif
12
13m4datadir = $(datadir)/aclocal
14m4data_DATA = vorbis.m4
15
16pkgconfigdir = $(libdir)/pkgconfig
17pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
18
19EXTRA_DIST = \
20 CHANGES COPYING \
21 autogen.sh \
22 libvorbis.spec libvorbis.spec.in \
23 vorbis.m4 \
24 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \
25 vorbis-uninstalled.pc.in \
26 vorbisenc-uninstalled.pc.in \
27 vorbisfile-uninstalled.pc.in \
28 symbian macosx win32 \
29 CMakeLists.txt cmake/FindOgg.cmake cmake/VorbisConfig.cmake.in
30
31DISTCHECK_CONFIGURE_FLAGS = --enable-docs
32
33dist-hook:
34 for item in $(EXTRA_DIST); do \
35 if test -d $$item; then \
36 echo -n "cleaning $$item dir for distribution..."; \
37 rm -rf `find $(distdir)/$$item -name .svn`; \
38 echo "OK"; \
39 fi; \
40 done
41
42debug:
43 $(MAKE) all CFLAGS="@DEBUG@"
44
45profile:
46 $(MAKE) all CFLAGS="@PROFILE@"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use