]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - libhandle/Makefile
Update copyright/license notices to match SGI legal prefered boilerplate.
[thirdparty/xfsprogs-dev.git] / libhandle / Makefile
CommitLineData
e9688c1d 1#
1acf3be9 2# Copyright (c) 2000-2004 Silicon Graphics, Inc. All Rights Reserved.
dfc130f3 3#
e9688c1d
NS
4
5TOPDIR = ..
6include $(TOPDIR)/include/builddefs
7
f937adac 8LTLIBRARY = libhandle.la
14290264 9LT_CURRENT = 1
1acf3be9 10LT_REVISION = 3
f937adac 11LT_AGE = 0
fc49813f 12
e9688c1d
NS
13CFILES = handle.c jdm.c
14
f937adac 15default: $(LTLIBRARY)
e9688c1d
NS
16
17include $(BUILDRULES)
18
19install: default
f937adac 20 $(INSTALL_LTLIB)
fc49813f
NS
21
22install-dev: default
f937adac 23 $(INSTALL_LTLIB_DEV)