~ubuntu-branches/ubuntu/utopic/checkpolicy/utopic

« back to all changes in this revision

Viewing changes to test/Makefile

  • Committer: Package Import Robot
  • Author(s): Russell Coker
  • Date: 2012-02-28 16:21:32 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120228162132-hyv5giaj04ag7c0f
Tags: 2.1.8-1
New upstream version, added filename trans rule support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
LIBDIR=$(PREFIX)/lib/$(DEB_HOST_MULTIARCH)
7
7
INCLUDEDIR ?= $(PREFIX)/include
8
8
 
9
 
CFLAGS ?= -g -Wall -O2 -pipe
 
9
CFLAGS ?= -g -Wall -W -Werror -O2 -pipe
10
10
override CFLAGS += -I$(INCLUDEDIR)
11
11
 
12
 
LDLIBS=-lfl -lsepol -lselinux $(LIBDIR)/libsepol.a -L$(LIBDIR)
 
12
LDLIBS=-lfl -lselinux $(LIBDIR)/libsepol.a -L$(LIBDIR)
13
13
 
14
14
all: dispol dismod
15
15