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

« back to all changes in this revision

Viewing changes to libatomic_ops-1.2/src/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=atomic_ops
 
2
 
 
3
AM_CFLAGS=@PICFLAG@
 
4
 
 
5
include_HEADERS=atomic_ops.h atomic_ops_stack.h atomic_ops_malloc.h
 
6
lib_LIBRARIES = libatomic_ops.a libatomic_ops_gpl.a
 
7
if NEED_ASM
 
8
libatomic_ops_a_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
 
9
else
 
10
libatomic_ops_a_SOURCES = atomic_ops.c
 
11
endif
 
12
 
 
13
libatomic_ops_gpl_a_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
 
14
 
 
15
EXTRA_DIST=Makefile.msft
 
16