~ubuntu-branches/ubuntu/saucy/checkpolicy/saucy

« back to all changes in this revision

Viewing changes to test/Makefile

  • Committer: Package Import Robot
  • Author(s): Hideki Yamane
  • Date: 2011-12-30 10:52:06 UTC
  • mfrom: (2.2.8 sid)
  • Revision ID: package-import@ubuntu.com-20111230105206-287u13r9fyqys19s
Tags: 2.1.0-1.1
* Non-maintainer upload.
* debian/rules,debian/patches/multiarch.patch
  - add multiarch support to fix FTBFS (#652748)
* debian/source/format
  - add it to support quilt

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#
4
4
PREFIX ?= $(DESTDIR)/usr
5
5
BINDIR=$(PREFIX)/bin
6
 
LIBDIR=$(PREFIX)/lib
 
6
LIBDIR=$(PREFIX)/lib/$(DEB_HOST_MULTIARCH)
7
7
INCLUDEDIR ?= $(PREFIX)/include
8
8
 
9
9
CFLAGS ?= -g -Wall -O2 -pipe