Files
apfstests/include/Makefile
T
Dave Chinner fa993e5130 include/: spdx license conversion
Mostly scripted like all the others, manually added tags to
Makefile and build/config input files.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
2018-06-22 10:37:57 +08:00

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)