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

« back to all changes in this revision

Viewing changes to freebsd/i386/Makefile.am

  • 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
 
# Automake input for freebsd/i386/ subdirectory of strace.
2
 
 
3
 
noinst_HEADERS = errnoent.h ioctlent.h signalent.h syscallent.h syscall.h
4
 
BUILT_SOURCES = $(noinst_HEADERS)
5
 
 
6
 
 
7
 
ioctlent.raw: $(srcdir)/../ioctlent.sh
8
 
        $(SHELL) $(srcdir)/../ioctlent.sh $(includedir) >$@
9
 
 
10
 
ioctlent.h: ioctlent.raw ioctlsort
11
 
        ./ioctlsort >$@
12
 
 
13
 
ioctlsort.o: $(srcdir)/../../ioctlsort.c
14
 
 
15
 
ioctlsort.o: ioctlent.raw
16
 
 
17
 
errnoent.h: $(srcdir)/../../errnoent.sh $(includedir)/errno.h
18
 
        $(SHELL) $(srcdir)/../../errnoent.sh $(includedir)/errno.h >$@
19
 
 
20
 
signalent.h: $(srcdir)/../../signalent.sh $(includedir)/sys/signal.h
21
 
        $(SHELL) $(srcdir)/../../signalent.sh $(includedir)/sys/signal.h >$@
22
 
 
23
 
syscallent.h: $(srcdir)/../syscalls.pl $(srcdir)/../syscalls.cat $(srcdir)/../syscalls.print /usr/src/sys/kern/syscalls.master
24
 
        $(PERL) $(srcdir)/../syscalls.pl /usr/src/sys/kern/syscalls.master $(srcdir)/../syscalls.print $(srcdir)/../syscalls.cat >$@