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

« back to all changes in this revision

Viewing changes to fsr/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:
 
1
#
 
2
# Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
 
3
#
 
4
 
 
5
TOPDIR = ..
 
6
include $(TOPDIR)/include/builddefs
 
7
 
 
8
LTCOMMAND = xfs_fsr
 
9
CFILES = xfs_fsr.c
 
10
LLDLIBS = $(LIBHANDLE)
 
11
 
 
12
default: $(LTCOMMAND)
 
13
 
 
14
include $(BUILDRULES)
 
15
 
 
16
install: default
 
17
        $(INSTALL) -m 755 -d $(PKG_BIN_DIR)
 
18
        $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_BIN_DIR)
 
19
install-dev: