~ubuntu-branches/ubuntu/natty/pd-zexy/natty

« back to all changes in this revision

Viewing changes to build/autoconf/Make.config.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard, IOhannes m zmölnig, Jonas Smedegaard
  • Date: 2010-08-20 12:17:41 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100820121741-4kxozn8b9rhee9fr
Tags: 2.2.3-1
* New upstream version

[ IOhannes m zmölnig ]
* Adopt package, on behalf of Multimedia Team.
  Closes: #546964
* Simply debian/rules with CDBS, and don't unconditionally strip
  binaries.
  Closes: #437763
* Install into /usr/lib/pd/extra/zexy/. Document usage in REAME.Debian
  and warn about change in NEWS.
* git'ify package. Add Vcs-* stanzas to control file.
* Use dpkg source format 3.0 (quilt). Drop build-dependency on quilt.

[ Jonas Smedegaard ]
* Enable CDBS copyright-check routine.
* Add copyright and licensing header to debian/rules.
* Add myself as uploader.
* Rewrite debian/copyright using rev. 135 of draft DEP5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LIBNAME    =@LIBNAME@
 
2
 
 
3
# when build as a library this holds a pre-processor define
 
4
# (e.g. "-DZEXY_LIBRARY")
 
5
# when build as single externals this is empty
 
6
BUILDLIBRARY =@BUILDLIBRARY@
 
7
 
 
8
PREFIX     =@prefix@@PDLIBDIR@
 
9
 
 
10
INSTALL_BIN=$(DESTDIR)$(PREFIX)/lib/pd/extra/$(LIBNAME)
 
11
INSTALL_DOC=$(DESTDIR)$(PREFIX)/lib/pd/@REFERENCEPATH@$(LIBNAME)
 
12
 
 
13
EXT = @EXT@ 
 
14
DEFS = @DFLAGS@ @DEFS@
 
15
IFLAGS = -I. @INCLUDES@
 
16
 
 
17
CC = @CC@
 
18
LD = @LD@
 
19
STRIP = @STRIP@
 
20
STRIPFLAGS= @STRIPFLAGS@
 
21
 
 
22
AFLAGS = 
 
23
LDFLAGS = @LDFLAGS@
 
24
WFLAGS =
 
25
 
 
26
TARNAME =  $(LIBNAME)-@LIBRARY_VERSION@.tgz
 
27
 
 
28
# ICCFLAGS=-march=pentiumiii -axK
 
29
Z_CFLAGS = $(IFLAGS) $(DEFS) $(BUILDLIBRARY) -DPD $(WFLAGS) @CFLAGS@ $(CFLAGS)
 
30
 
 
31
MAKEDEP_FLAGS = @MAKEDEP_FLAGS@
 
32
CONFIGUREFLAGS = @CONFIGUREFLAGS@
 
33
 
 
34
LIBS = @LIBS@