Makefile revision e56998eefc33ead0f12b364be915dd6bfc12a3f5
0N/A#
1472N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
0N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet at
0N/A# http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright 2016 Joyent, Inc.
0N/A#
0N/A
0N/Ainclude $(SRC)/Makefile.master
0N/A
0N/AROOTOPTPKG = $(ROOT)/opt/libc-tests
1472N/ATESTDIR = $(ROOTOPTPKG)/tests
1472N/A
1472N/APROGS = pthread_attr_get_np
0N/A
0N/Ainclude $(SRC)/cmd/Makefile.cmd
0N/Ainclude $(SRC)/test/Makefile.com
1879N/A
1879N/ACPPFLAGS += -D_REENTRANT
1879N/A
0N/ACMDS = $(PROGS:%=$(TESTDIR)/%)
0N/A$(CMDS) := FILEMODE = 0555
0N/A
0N/Aall: $(PROGS)
0N/A
0N/Ainstall: all $(CMDS)
0N/A
0N/Alint:
0N/A
0N/Aclobber: clean
0N/A -$(RM) $(PROGS)
0N/A
0N/Aclean:
0N/A -$(RM) *.o
0N/A
0N/A$(CMDS): $(TESTDIR) $(PROGS)
0N/A
0N/A$(TESTDIR):
0N/A $(INS.dir)
0N/A
0N/A$(TESTDIR)/%: %
0N/A $(INS.file)
0N/A
0N/A$(TESTDIR)/%: %
0N/A $(INS.file)
0N/A