summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-04-29 00:15:14 +0000
committerNathan Scott <nathans@sgi.com>2003-04-29 00:15:14 +0000
commit387c84f744b6b0f9e549e1b31030206c9d6cfbb7 (patch)
tree8a07cc3dc46012c82db0a60252634afc99a1889d /Makefile
parent7df8d5496ddf319b9fdfc4be5b6d9cc649eb7ea9 (diff)
downloadattr-387c84f744b6b0f9e549e1b31030206c9d6cfbb7.tar.gz
Bunch of configure updates for acl/attr to allow packages to better be
kept in sync in this area. Add an aclocal.m4 build target for top level directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4272de0..9284767 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
+# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of version 2 of the GNU General Public License as
@@ -38,13 +38,14 @@ include $(TOPDIR)/include/builddefs
endif
CONFIGURE = configure include/builddefs include/config.h
-LSRCFILES = configure configure.in Makepkgs install-sh README VERSION exports
+LSRCFILES = configure configure.in aclocal.m4 Makepkgs install-sh exports \
+ README VERSION
LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
Logs/* built .census install.* install-dev.* install-lib.* *.gz
SUBDIRS = include libattr attr getfattr setfattr \
- examples test man doc po debian build
+ examples test m4 man doc po debian build
default: $(CONFIGURE)
ifeq ($(HAVE_BUILDDEFS), no)
@@ -74,6 +75,9 @@ $(CONFIGURE):
$$LOCAL_CONFIGURE_OPTIONS
touch .census
+aclocal.m4::
+ aclocal --acdir=$(TOPDIR)/m4 --output=$@
+
install: default
$(SUBDIRS_MAKERULE)
$(INSTALL) -m 755 -d $(PKG_DOC_DIR)
@@ -84,5 +88,4 @@ install-dev install-lib: default
realclean distclean: clean
rm -f $(LDIRT) $(CONFIGURE)
- rm -rf autom4te.cache
- [ ! -d Logs ] || rmdir Logs
+ rm -rf autom4te.cache Logs