|
|
| File: [Development] / xfs-cmds / attr / libattr / Makefile (download)
Revision 1.13, Wed Feb 22 02:53:46 2006 UTC (11 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
attr package build updates for the GNU/Hurd (reported via Debian). Merge of master-melb:xfs-cmds:25261a 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 ifeq ($(PKG_PLATFORM),linux) CFILES += syscalls.c else LSRCFILES = syscalls.c endif LCFLAGS = -include libattr.h default: $(LTLIBRARY) include $(BUILDRULES) install: install-lib: default $(INSTALL_LTLIB) install-dev: default $(INSTALL_LTLIB_DEV)