~ubuntu-branches/ubuntu/saucy/strace/saucy-proposed

« back to all changes in this revision

Viewing changes to test/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-05-05 10:21:37 UTC
  • mfrom: (0.1.6 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090505102137-ransgzeynrwa2yww
Tags: 4.5.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add lpia as supported architecture

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# $Id: Makefile,v 1.6 2007/11/13 08:12:12 roland Exp $
3
 
#
4
 
 
5
 
all: vfork fork sig skodic clone leaderkill childthread
6
 
 
7
 
leaderkill: LDFLAGS += -pthread
8
 
 
9
 
childthread: LDFLAGS += -pthread
10
 
 
11
 
clean distclean:
12
 
        rm -f clone vfork fork sig leaderkill *.o core
13