~ubuntu-branches/ubuntu/maverick/audit/maverick

« back to all changes in this revision

Viewing changes to auparse/test/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-06-29 13:05:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070629130514-z798cz4lebiahj5w
Tags: 1.5.4-0ubuntu1
* New upstream version.
* debian/patches/audit-1.5.1-dist.patch:
  * update so that it applies for 1.5.4.
* debian/control:
  * update Maintainer and XSBC-Original-Maintainer fields.
* debian/rules:
  * enable apparmor support: add --with-apparmor to configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CFLAGS=-g -W -Wall -Wundef -I..
2
 
 
3
 
LIBS=-lauparse -laudit
4
 
 
5
 
all: auparse_test
6
 
auparse_test: auparse_test.c
7
 
        gcc $(CFLAGS) auparse_test.c -o auparse_test -static -L../.libs/ -L../../lib/.libs $(LIBS)
8
 
 
9
 
check: auparse_test ../.libs/libauparse.a
10
 
        ./auparse_test 
11
 
clean:
12
 
        rm -f auparse_test *.o *.txt