~ubuntu-branches/ubuntu/jaunty/nas/jaunty

« back to all changes in this revision

Viewing changes to config/NetAudio.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre
  • Date: 2004-06-23 01:15:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040623011502-30uqd1dyu47iv2dp
Tags: 1.6d-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * WHETHER IN AN ACTION IN CONTRACT, TORT OR NEGLIGENCE, ARISING OUT OF OR IN
20
20
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21
21
 * 
22
 
 * $Id: NetAudio.tmpl,v 1.11 2001/11/26 00:19:56 jon Exp $
 
22
 * $Id: NetAudio.tmpl,v 1.13 2004/02/14 23:38:32 jon Exp $
23
23
 * $NCDId: @(#)NetAudio.tmpl,v 1.28 1996/09/04 22:30:36 greg Exp $
24
24
 */
25
25
 
33
33
#define RmTree(dir)             $(RM) -r dir
34
34
#define AuPassCDebugFlags       'CDEBUGFLAGS=$(CDEBUGFLAGS)'
35
35
#define Obj(x)                  x.o
36
 
#define Exe(x)                  x
 
36
#if defined(cygwinArchitecture)
 
37
# define Exe(x)                 x.exe
 
38
#else
 
39
# define Exe(x)                 x
 
40
#endif
37
41
#define LibPre()                lib
38
42
#define Lib(x)                  LibPre()x.a
39
43
#else /* WIN32 */
110
114
#endif
111
115
 
112
116
#ifndef SharedAudioRev
113
 
#define SharedAudioRev 2.2
 
117
#define SharedAudioRev 2.3
114
118
#endif
115
119
 
116
120
         AUSRC = $(TOP)/lib/audio