xref: /third_party/ltp/testcases/kernel/syscalls/fcntl/Makefile (revision f08c3bdf)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/testcases/kernel/syscalls/fcntl/
1# SPDX-License-Identifier: GPL-2.0-or-later
2# Copyright (c) International Business Machines  Corp., 2001
3
4top_srcdir		?= ../../../..
5
6fcntl33: LDLIBS+=-lrt
7fcntl33_64: LDLIBS+=-lrt
8
9fcntl34: LDLIBS += -lpthread
10fcntl34_64: LDLIBS += -lpthread
11
12fcntl36: LDLIBS += -lpthread
13fcntl36_64: LDLIBS += -lpthread
14
15include $(top_srcdir)/include/mk/testcases.mk
16include $(abs_srcdir)/../utils/newer_64.mk
17
18%_64: CPPFLAGS += -D_FILE_OFFSET_BITS=64
19
20CPPFLAGS		+= -D_GNU_SOURCE
21
22include $(top_srcdir)/include/mk/generic_leaf_target.mk
23

Indexes created Thu Nov 07 10:32:03 CST 2024