~ubuntu-branches/ubuntu/utopic/xfsprogs/utopic-proposed

« back to all changes in this revision

Viewing changes to libxfs/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Scott
  • Date: 2009-05-06 11:29:18 UTC
  • mfrom: (8.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090506112918-uzoyzcp90rtr8td7
Tags: 3.0.2
New bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
LT_AGE = 0
12
12
 
13
13
HFILES = xfs.h init.h
14
 
CFILES = bit.c cache.c init.c logitem.c rdwr.c trans.c util.c \
15
 
        xfs_alloc.c xfs_ialloc.c xfs_rtalloc.c \
16
 
        xfs_inode.c xfs_btree.c xfs_alloc_btree.c xfs_ialloc_btree.c \
17
 
        xfs_bmap_btree.c xfs_da_btree.c xfs_dir.c xfs_dir_leaf.c \
 
14
CFILES = cache.c init.c kmem.c logitem.c rdwr.c trans.c util.c \
 
15
        xfs_alloc.c xfs_ialloc.c xfs_inode.c xfs_btree.c xfs_alloc_btree.c \
 
16
        xfs_ialloc_btree.c xfs_bmap_btree.c xfs_da_btree.c \
18
17
        xfs_dir2.c xfs_dir2_leaf.c xfs_attr_leaf.c xfs_dir2_block.c \
19
18
        xfs_dir2_node.c xfs_dir2_data.c xfs_dir2_sf.c xfs_bmap.c \
20
 
        xfs_mount.c xfs_trans.c xfs_attr.c
 
19
        xfs_mount.c xfs_rtalloc.c xfs_trans.c xfs_attr.c
21
20
 
22
21
CFILES += $(PKG_PLATFORM).c
23
22
PCFILES = darwin.c freebsd.c irix.c linux.c
44
43
install: default
45
44
 
46
45
install-dev: default
47
 
        $(INSTALL_LTLIB_STATIC)
 
46
 
 
47
install-qa: default