~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to libatomic_ops-1.2/src/atomic_ops/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS=sysdeps
 
2
 
 
3
EXTRA_DIST=generalize-small.template
 
4
 
 
5
#Private Headers
 
6
private_HEADERS=generalize.h generalize-small.h
 
7
privatedir=${includedir}/atomic_ops/
 
8
 
 
9
generalize-small.h: generalize-small.template
 
10
        sed -e s:XSIZE:char:g -e s:XCTYPE:char:g $? > $@
 
11
        sed -e s:XSIZE:short:g -e s:XCTYPE:short:g $? >> $@
 
12
        sed -e s:XSIZE:int:g -e s:XCTYPE:int:g $? >> $@