~ubuntu-branches/ubuntu/feisty/flac/feisty

« back to all changes in this revision

Viewing changes to src/test_streams/Makefile.lite

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-11-10 12:55:33 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051110125533-2fmlml8wnb06r5vg
Tags: 1.1.2-3ubuntu1
* Merge with Debian
  - We did the C++ transition earlier than Debian, so add c2 suffix to
    liboggflac++ and libflac++

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#  test_streams - Simple test pattern generator
2
 
#  Copyright (C) 2000,2001,2002,2003,2004  Josh Coalson
 
2
#  Copyright (C) 2000,2001,2002,2003,2004,2005  Josh Coalson
3
3
#
4
4
#  This program is free software; you can redistribute it and/or
5
5
#  modify it under the terms of the GNU General Public License
20
20
#
21
21
 
22
22
topdir = ../..
 
23
libdir = $(topdir)/obj/$(BUILD)/lib
23
24
 
24
25
PROGRAM_NAME = test_streams
25
 
INCLUDES     = -I./include -I$(topdir)/include
26
 
LIBS         = -lm
 
26
 
 
27
INCLUDES = -I./include -I$(topdir)/include
 
28
 
 
29
LIBS = -lm
 
30
 
27
31
SRCS_C = \
28
32
        main.c
29
33