mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
49a59dbfed
Since we've axed all the DMAPI tests, get rid of the build system support too. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
32 lines
576 B
Makefile
32 lines
576 B
Makefile
#
|
|
# Copyright (c) 2003-2006 Silicon Graphics, Inc. All Rights Reserved.
|
|
#
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/include/builddefs
|
|
|
|
LSRCFILES = \
|
|
manual_format.m4 \
|
|
package_acldev.m4 \
|
|
package_aiodev.m4 \
|
|
package_gdbmdev.m4 \
|
|
package_globals.m4 \
|
|
package_libcdev.m4 \
|
|
package_liburing.m4 \
|
|
package_ncurses.m4 \
|
|
package_pthread.m4 \
|
|
package_ssldev.m4 \
|
|
package_types.m4 \
|
|
package_utilies.m4 \
|
|
package_uuiddev.m4 \
|
|
package_xfslibs.m4 \
|
|
general_headers.m4 \
|
|
visibility_hidden.m4 \
|
|
multilib.m4
|
|
|
|
default:
|
|
|
|
include $(BUILDRULES)
|
|
|
|
install install-dev install-lib: default
|