summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove macOS XCode project files.Ralph Giles2020-05-021-1/+1
| | | | | | | | | This description of the build is very old, unmaintained, and not integration tested. I don't think it's useful to users, who can use the supported autotools or cmake builds, or just add the few source files directly to their own projects. Signed-off-by: Thomas Daede <daede003@umn.edu>
* Distribute the whole cmake directory.Ralph Giles2019-08-301-1/+1
| | | | | | | | Include everything in the cmake directory in the `make dist` target. Fixes a missing include error in the CMake build from a release tarball for `CheckSizes.cmake`. Signed-off-by: Tristan Matthews <tmatth@videolan.org>
* Run the cmake build as part of make distcheck.Ralph Giles2019-08-301-0/+11
| | | | | | | | Verify that the CMake build works from a release tarball. This will give coverage for problems with part of the CMake build description not being included in the source package. We still consider the `make dist` output from the GNU autotools build to be canonical.
* Fixes for CMake config-file package generation (#51)evpobr2019-06-021-1/+1
|
* Include CMake build scripts in release archivesMarcel Metz2018-03-201-1/+1
| | | | Fixes xiph/ogg#35
* autotools: use LT_INIT instead of obsolete AM_PROG_LIBTOOLevpobr2018-02-121-0/+1
| | | | Signed-off-by: Tristan Matthews <tmatth@videolan.org>
* Update makefile for README rename.Ralph Giles2015-05-201-1/+1
| | | | Fixes 'make dist'.
* Remove the makefile reference to the macos directory.Ralph Giles2011-08-041-1/+1
| | | | | | The classic macos project files were removed in svn r18045. svn path=/trunk/ogg/; revision=18049
* Prefer dist-xz to dist-bzip.Ralph Giles2010-11-021-1/+3
| | | | | | | | | The xz format is faster and more efficient. This change bumps the automake requirement to 1.11, the first version with built-in support. We leave the old 1.6 AUTOMAKE_OPTIONS line commented out for convenience when building with an older automake. svn path=/trunk/ogg/; revision=17615
* Add dist-bzip target to Ogg buildMonty2010-11-021-1/+1
| | | | svn path=/trunk/ogg/; revision=17605
* Remove the debian subdir from distribution tarballs at the request of Ralph Giles2006-01-191-11/+8
| | | | | | the debian maintainer. svn path=/trunk/ogg/; revision=10740
* Remove win32/Makefile.am in favor of just including the whole dir, like Ralph Giles2005-11-281-2/+3
| | | | | | | | | | | we do for the MacOS build stuff. If there was a reason for doing it this way, I don't remember what it was. The reason we're switching is that 'make dist' doesn't pull in the new VS2003 project files, and this seems better than adding each specific file all the time. svn path=/trunk/ogg/; revision=10484
* Properly strip the .svn directories from the dist target.v1.1.3Ralph Giles2005-11-281-2/+2
| | | | svn path=/trunk/ogg/; revision=10479
* get rid of the macosx hack by disting debian from toplevel Makefile.amThomas Vander Stichele2005-09-071-2/+8
| | | | svn path=/trunk/ogg/; revision=9990
* This patch adds an -uninstalled.pc file so other libs/tools can use itThomas Vander Stichele2004-07-051-1/+1
| | | | svn path=/trunk/ogg/; revision=6992
* * autogenerate from configureThomas Vander Stichele2004-07-051-1/+3
| | | | | | | | | | | * fix download location * remove Prefix * own include dir * move ldconfig runs to -p scripts * change Release tag to include xiph svn path=/trunk/ogg/; revision=6991
* Ugly autotools foo. nodist_HEADERS requires automake 1.6 or later. addRalph Giles2003-11-101-1/+1
| | | | | | | this requirement to AUTOMAKE_OPTIONS and port the corresponding autogen support from libao. svn path=/trunk/ogg/; revision=5549
* add pkg-config support for oggcalc2003-09-111-1/+4
| | | | svn path=/trunk/ogg/; revision=5331
* Add the macosx project files to the distribution.Ralph Giles2002-09-181-1/+3
| | | | svn path=/trunk/ogg/; revision=3921
* Remove Apple ProjectBuilder build files from distribution:Ralph Giles2002-07-131-2/+2
| | | | | | | | | - I have the 10.2 beta installed and can't update them in a backward compatible way. - The commandline build should now work out of the box. Add Classic MacOS (Metrowerks CW7) build dir to EXTRA_DIST. svn path=/trunk/ogg/; revision=3625
* add dist-hook automagical CVS directory purge from EXTRA_DIST subdirsRalph Giles2002-07-131-0/+3
| | | | svn path=/trunk/ogg/; revision=3624
* Add the ProjectBuilder files for MacOS X to the distribution target.Ralph Giles2001-12-221-1/+1
| | | | svn path=/trunk/ogg/; revision=2890
* more debian inclusion fixesJack Moffitt2000-11-181-1/+1
| | | | svn path=/trunk/ogg/; revision=1073
* new ogg.m4 stuff. hopefully i haven't totally screwed this upJack Moffitt2000-10-301-1/+0
| | | | svn path=/trunk/ogg/; revision=788
* *** empty log message ***Jack Moffitt2000-10-221-1/+5
| | | | svn path=/trunk/ogg/; revision=747
* libogg.spec changes suggested by ali abdinJack Moffitt2000-10-211-1/+1
| | | | | | win32 stuff now gets bundled in dists svn path=/trunk/ogg/; revision=744
* Initial revisionJack Moffitt2000-09-031-0/+13
svn path=/trunk/ogg/; revision=618