~ubuntu-branches/ubuntu/wily/pngnq/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Nelson A. de Oliveira
  • Date: 2009-10-11 16:51:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091011165142-49gol6xu0emz1adg
Tags: 1.0-1
* New upstream release;
* Updated watch file;
* Updated Standards-Version to 3.8.3 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
include /usr/share/cdbs/1/rules/simple-patchsys.mk
4
 
include /usr/share/cdbs/1/class/makefile.mk
5
4
include /usr/share/cdbs/1/rules/debhelper.mk
6
 
 
7
 
DEB_MAKE_BUILD_TARGET := all
8
 
 
9
 
LDFLAGS := ${shell libpng-config --ldflags}
10
 
CFLAGS += -D VERSION=\\\"0.5\\\" ${shell libpng-config --cflags}
 
5
include /usr/share/cdbs/1/class/autotools.mk