mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fa993e5130
Mostly scripted like all the others, manually added tags to Makefile and build/config input files. Signed-off-by: Dave Chinner <dchinner@redhat.com>
15 lines
370 B
Makefile
15 lines
370 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
|
|
#
|
|
|
|
TOPDIR = ..
|
|
include $(TOPDIR)/include/builddefs
|
|
|
|
HFILES = dataascii.h databin.h pattern.h \
|
|
random_range.h string_to_tokens.h tlibio.h write_log.h
|
|
LSRCFILES = builddefs.in buildrules buildmacros config.h.in
|
|
|
|
default install install-dev:
|
|
|
|
include $(BUILDRULES)
|