summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Autotool fixesErik de Castro Lopo2016-02-161-0/+2
| | | | | | | | | * Fix usage of `AC_INIT`. * Extract JACK version numbers from `AC_INIT` version number. * Newer versions of automake insists on the `subdir-objects` option when using C files from outside the current directory. * Need to use generate `noinst_LTLIBRARIES` rather than just adding and out-of-dir C file to the `*_SOURCES`.
* install metadata.h and uuid.h headersPaul Davis2013-10-051-0/+2
|
* fix Makefiles and configure.ac to correctly include include/ in tarball; ↵Paul Davis2013-02-221-1/+1
| | | | minor fix for python in tarball
* finalize removal of timestamps codePaul Davis2012-02-081-1/+0
|
* put header-install stuff into top-level Makefile, after removing it from ↵Paul Davis2012-02-081-2/+21
| | | | public headers
* changes required for 0.121.[12]paul2011-06-291-3/+3
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4474 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix errors for distfiletorben2011-06-231-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4471 0c269be4-1314-0410-8aa9-9f06e86f4224
* add python/ to dist tarball0.121.0paul2011-06-231-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4468 0c269be4-1314-0410-8aa9-9f06e86f4224
* remove stuff breaking make disttorben2009-11-121-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3767 0c269be4-1314-0410-8aa9-9f06e86f4224
* first pass at integrating sanity/system checks into jack1paul2009-03-131-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3434 0c269be4-1314-0410-8aa9-9f06e86f4224
* better integration of man page build system into overall autofoo nonsensepaul2008-12-051-2/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3168 0c269be4-1314-0410-8aa9-9f06e86f4224
* support OS X with new netjack code, plus a small netjack fix/improvementpaul2008-11-291-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3135 0c269be4-1314-0410-8aa9-9f06e86f4224
* SIMD support build fixes, mainly for libjackserversonarnerd2008-11-231-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3107 0c269be4-1314-0410-8aa9-9f06e86f4224
* * Moved the tools to the tools directory. Only examples remain in the ↵marco2008-04-021-2/+2
| | | | | | | | | example-clients directory * Updated Makefile.am and configure.ac files accordingly git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1148 0c269be4-1314-0410-8aa9-9f06e86f4224
* implement fons' jack_thread_wait API along with internal design changes to ↵paul2007-04-151-1/+1
| | | | | | support both models (callback and wait) with the same code; fix for use of snd_pcm_link (from takashi); change mem alignment to 64 for better SIMD optimization git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1025 0c269be4-1314-0410-8aa9-9f06e86f4224
* reworked config headers etc; rework clockfix patch; exit if -R requested but ↵pbd2006-05-151-1/+1
| | | | | | unobtainable git-svn-id: svn+ssh://jackaudio.org/trunk/jack@948 0c269be4-1314-0410-8aa9-9f06e86f4224
* acinclude.m4 cleanupjoq2004-04-081-3/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@686 0c269be4-1314-0410-8aa9-9f06e86f4224
* [0.96.0] merge MacOSX EXP tree into HEADjoq2004-03-251-8/+5
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@673 0c269be4-1314-0410-8aa9-9f06e86f4224
* man page and --version to jackdtrutkin2003-03-071-4/+4
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@346 0c269be4-1314-0410-8aa9-9f06e86f4224
* Takashi's fixestrutkin2003-02-061-0/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@312 0c269be4-1314-0410-8aa9-9f06e86f4224
* - added jslist.h, a replacement for glib's linked list codekaiv2002-10-291-1/+1
| | | | | | | | | | | - replaced use of g_snprinf with snprintf (snprintf is a standard POSIX/ANSI-C routine so there's no need to use glib here) - removed all dependencies to glib from source code and makefiles - added documentation of JACK versioning to configure.in - incremented JACK version to 0.40.0 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@256 0c269be4-1314-0410-8aa9-9f06e86f4224
* Change build system to build libjack-glib2 client side library. Needed foradnans2002-10-261-1/+1
| | | | | | | gtk+-2.0/glib-2.0 based JACK applications. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@253 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix configure for libsndfile, add 3 new sample clients, fix problems with ↵pbd2002-09-161-1/+1
| | | | | | removing dead clients, change timebase to use pending model git-svn-id: svn+ssh://jackaudio.org/trunk/jack@245 0c269be4-1314-0410-8aa9-9f06e86f4224
* * added a crapload of debugging printoutswingo2002-06-121-7/+9
| | | | | | | | | | | | - added --enable-debug configure option * fixed (?) deadlock bug by ignoring errors in fifo cleanup * added solaris stuff, without solaris check * cleaned up some autotools things * added configuration header (config.h) * 0.36.0 (skipping the abortive 0.35.0...) git-svn-id: svn+ssh://jackaudio.org/trunk/jack@234 0c269be4-1314-0410-8aa9-9f06e86f4224
* maintainer-clean fixes. cvsignore cleanup.trutkin2002-05-291-2/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@232 0c269be4-1314-0410-8aa9-9f06e86f4224
* * applied ssl removal patch from Matt Kraai and Stefan Schwandterwingo2002-05-241-1/+1
| | | | | | | | | * added COPYING* files * 0.33.1 * usage goes to stdout with --help, stderr otherwise git-svn-id: svn+ssh://jackaudio.org/trunk/jack@214 0c269be4-1314-0410-8aa9-9f06e86f4224
* maybe adding depcomp to extra_dist fixes dist issues?wingo2002-05-221-0/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@207 0c269be4-1314-0410-8aa9-9f06e86f4224
* dist libjack before jackdwingo2002-05-211-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@205 0c269be4-1314-0410-8aa9-9f06e86f4224
* add ice1712 support to alsa driverpbd2002-05-171-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@196 0c269be4-1314-0410-8aa9-9f06e86f4224
* bump versionpbd2002-05-171-0/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@195 0c269be4-1314-0410-8aa9-9f06e86f4224
* Fixed up some of the directory changes, and landed the capabilities patch fromwingo2002-05-161-90/+3
| | | | | | | Fernando Pablo Lopez-Lezcano (<nando@ccrma.Stanford.EDU>). git-svn-id: svn+ssh://jackaudio.org/trunk/jack@191 0c269be4-1314-0410-8aa9-9f06e86f4224
* ice1712 h/w specific implementationpbd2002-05-151-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@187 0c269be4-1314-0410-8aa9-9f06e86f4224
* Make sure all optional libs are present when making dist, so thatwingo2002-05-131-0/+20
| | | | | | | everything is included and compiles git-svn-id: svn+ssh://jackaudio.org/trunk/jack@186 0c269be4-1314-0410-8aa9-9f06e86f4224
* * Added rpm spec file from Christian Schaller (uraeus@linuxrising.org)wingo2002-05-131-0/+5
| | | | | | | * 0.29.0 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@185 0c269be4-1314-0410-8aa9-9f06e86f4224
* * added --with-html-dir for doc installationwingo2002-05-041-2/+1
| | | | | | | | * reverted to require doxygen to roll tarballs * bumped version to 0.28.1 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@181 0c269be4-1314-0410-8aa9-9f06e86f4224
* tuning, tracing, new tarball name, bug fixespbd2002-04-101-3/+8
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@166 0c269be4-1314-0410-8aa9-9f06e86f4224
* fix for the no-doxygen casewingo2002-03-251-1/+1
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@164 0c269be4-1314-0410-8aa9-9f06e86f4224
* * removed old web site stuff -- it was essentially the same as ardour'swingo2002-03-251-5/+25
| | | | | | | | | | | | | site, s/ardour/jack/ * added doxygen stuff to build. it's required when making dist, as the html is included in the dist for users that don't have doxygen * made aesthetic improvements to configure.in and the Makefile.am * improved the checks for fltk and sndfile, and improved the conditional compilation of the example clients * bump to 0.24.1 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@162 0c269be4-1314-0410-8aa9-9f06e86f4224
* * put jack plugins in $libdir/jackwingo2002-02-261-1/+4
| | | | | | | * compile warning fix in driver.c git-svn-id: svn+ssh://jackaudio.org/trunk/jack@124 0c269be4-1314-0410-8aa9-9f06e86f4224
* connect.c, transport control API, slightly more info in sigusr1 dumppbd2002-02-261-1/+9
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@122 0c269be4-1314-0410-8aa9-9f06e86f4224
* fixed graph_lock issues for driver/engine, kai's dump patch, remove ↵pbd2002-02-121-1/+1
| | | | | | hammerfall code that is broken under ALSA CVS, move to 0.11.0 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@100 0c269be4-1314-0410-8aa9-9f06e86f4224
* add -lm, remove capture/playback poll debuggingpbd2002-01-281-3/+3
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@91 0c269be4-1314-0410-8aa9-9f06e86f4224
* many changes related to integration of ardourpbd2002-01-281-1/+6
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@89 0c269be4-1314-0410-8aa9-9f06e86f4224
* make dist should only include headers, not CVS/*pbd2001-12-171-2/+0
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@78 0c269be4-1314-0410-8aa9-9f06e86f4224
* use libjack.la for linkingpbd2001-12-081-5/+10
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@64 0c269be4-1314-0410-8aa9-9f06e86f4224
* removed dependency on libltdl (instead use libdl)richi2001-12-061-5/+5
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@61 0c269be4-1314-0410-8aa9-9f06e86f4224
* many critical changes, plus jackrec clientpbd2001-11-281-2/+5
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@46 0c269be4-1314-0410-8aa9-9f06e86f4224
* removed glib dependency from the public api. we still need some helper ↵wingo2001-11-241-1/+1
| | | | | | | | | | | functions to access the useful things out of jack/port.h though... also, removed conftest from the archive -- it's a build artifact git-svn-id: svn+ssh://jackaudio.org/trunk/jack@40 0c269be4-1314-0410-8aa9-9f06e86f4224
* * added cvsignore fileswingo2001-11-231-4/+5
| | | | | | | * fixed build process for automake 1.5 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@39 0c269be4-1314-0410-8aa9-9f06e86f4224
* put driver.c into libjack, changed to LGPL for driver.c, fixed makefilepbd2001-11-141-2/+2
| | | | git-svn-id: svn+ssh://jackaudio.org/trunk/jack@16 0c269be4-1314-0410-8aa9-9f06e86f4224