|
|
| File: [Development] / xfs-cmds / attr / libattr / Makefile (download)
Revision 1.14, Sat Dec 9 02:55:09 2006 UTC (10 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Remove system call stubs from libattr, we always defer to the libc interfaces in this day and age. Removes a SIGILL delivery from the ARM EABI, reported by Lennert Buytenhek. Also updates Debian packaging. Merge of master-melb:xfs-cmds:27677a by kenmcd. |
# # Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved. # TOPDIR = .. LTLDFLAGS = -Wl,--version-script,$(TOPDIR)/exports include $(TOPDIR)/include/builddefs LTLIBRARY = libattr.la LT_CURRENT = 2 LT_REVISION = 0 LT_AGE = 1 CFILES = libattr.c attr_copy_fd.c attr_copy_file.c attr_copy_check.c HFILES = libattr.h LCFLAGS = -include libattr.h default: $(LTLIBRARY) include $(BUILDRULES) install: install-lib: default $(INSTALL_LTLIB) install-dev: default $(INSTALL_LTLIB_DEV)