<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3a70beec8952e568c16a301a2cbb217deacb1f4f - separate the 3 functions midirecord uses from libaudio.a into its own</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#3a70beec8952e568c16a301a2cbb217deacb1f4f</link>
        <description>separate the 3 functions midirecord uses from libaudio.a into its ownfile and link it directly, instead of having an (implicit) dependancyon usr.bin/audio/common being built before usr.bin/midirecord is linked.

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Sun, 21 Jun 2015 06:06:01 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be - Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be</link>
        <description>Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this isa variable that is used by in-tree Makefiles to control behaviour.(MKsomevar variables are generally intended to be controlled by the end-user)

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Sat, 03 May 2008 14:48:30 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8172479885f1b25a6e2bcabab191013c6d4ac12 - Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#b8172479885f1b25a6e2bcabab191013c6d4ac12</link>
        <description>Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target andsetting NOLINT, NOPIC, NOPROFILE (etc)

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Sun, 23 May 2004 02:24:50 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb0d04136f0c9eb0d9f1f36f31beb0bdc759f7d2 - inline the contents of auconv.c into auconv.h.  this makes audiorecord(1)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#eb0d04136f0c9eb0d9f1f36f31beb0bdc759f7d2</link>
        <description>inline the contents of auconv.c into auconv.h.  this makes audiorecord(1)slightly smaller (about 200 bytes on x86) and i would guess slightly faster.

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Sun, 13 Oct 2002 00:59:45 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d4973fe97b3955522f95510d5919c49467f0d43 - makefile delint. use NETBSDSRCDIR as appropriate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#5d4973fe97b3955522f95510d5919c49467f0d43</link>
        <description>makefile delint. use NETBSDSRCDIR as appropriate

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Wed, 18 Sep 2002 14:00:33 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7aab3ecc6e02ea852eb9d022f680791b01dadb71 - for sun output files, if we have unsigned or little endian data, convert</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#7aab3ecc6e02ea852eb9d022f680791b01dadb71</link>
        <description>for sun output files, if we have unsigned or little endian data, convertit to signed big endian data.  pull in a modified copy of the kernels&apos;auconv.[ch] to help with this (and remove some home grown code that didsome of the same things.)

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Tue, 15 Jan 2002 17:02:51 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37188d08c6cdbabe18ef38fe1b510e48ea81961d - - add rudimentary &quot;wav&quot; recording support: don&apos;t think it copes with</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#37188d08c6cdbabe18ef38fe1b510e48ea81961d</link>
        <description>- add rudimentary &quot;wav&quot; recording support: don&apos;t think it copes withbig-endian systems properly yet -- need to add RIFX support or swapsamples while writing.  more on this coming soon.- new &quot;-F &lt;format&gt;&quot; option for audiorecord.  supported values of &lt;format&gt;are &quot;sun&quot;, &quot;wav&quot; and &quot;none&quot;, plus a few aliases.- split sun &amp; wav support out into their own files.- don&apos;t assume that WAV header elements are properly aligned for thetype of data they hold.XXX: still need to clean up libaudio interfaces a lot.

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Tue, 15 Jan 2002 08:19:36 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e6f7afb5bba2c07fd084c08249718961dfbc1d1 - MKfoo=no -&gt; NOfoo</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#8e6f7afb5bba2c07fd084c08249718961dfbc1d1</link>
        <description>MKfoo=no -&gt; NOfoo

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Wed, 12 Dec 2001 01:48:43 +0000</pubDate>
        <dc:creator>tv &lt;tv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>140c9e18e11eae0cbd3226dcbd30e40991082644 - add audiorecord and audioplay tools.  audioplay does .au and .wav files.  audiorecord makes .au files only.  uses parts of audioctl..</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.bin/audio/common/Makefile#140c9e18e11eae0cbd3226dcbd30e40991082644</link>
        <description>add audiorecord and audioplay tools.  audioplay does .au and .wav files.  audiorecord makes .au files only.  uses parts of audioctl..

            List of files:
            /netbsd-src/usr.bin/audio/common/Makefile</description>
        <pubDate>Fri, 26 Mar 1999 14:02:39 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
