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