VirtualBox

source: vbox/trunk/src/libs/libogg-1.3.5/Makefile.am

Last change on this file was 96360, checked in by vboxsync, 21 months ago

libogg, libvorbis: export to OSE

  • 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
3
4#AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
5AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
6ACLOCAL_AMFLAGS = -I m4
7
8SUBDIRS = src include doc
9
10m4datadir = $(datadir)/aclocal
11m4data_DATA = ogg.m4
12
13pkgconfigdir = $(libdir)/pkgconfig
14pkgconfig_DATA = ogg.pc
15
16EXTRA_DIST = README.md AUTHORS CHANGES COPYING \
17 libogg.spec libogg.spec.in \
18 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
19 win32 CMakeLists.txt cmake
20
21dist-hook:
22 for item in $(EXTRA_DIST); do \
23 if test -d $$item; then \
24 echo -n "cleaning dir $$item for distribution..."; \
25 rm -rf `find $(distdir)/$$item -name .svn`; \
26 echo "OK"; \
27 fi; \
28 done
29
30# Verify cmake works with the dist tarball.
31cmake_builddir = _build.cmake
32distcheck-hook:
33 $(RM) -rf $(cmake_builddir)
34 mkdir $(cmake_builddir)
35 cd $(cmake_builddir) && cmake ../$(top_distdir)
36 cd $(cmake_builddir) && cmake --build .
37 cd $(cmake_builddir) && ctest
38 $(RM) -rf $(cmake_builddir)
39
40debug:
41 $(MAKE) all CFLAGS="@DEBUG@"
42
43profile:
44 $(MAKE) all CFLAGS="@PROFILE@"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use